misc-services.md 442 字节
Newer Older
E
ester.zhou 已提交
1
# Misc Services
M
mamingshuai 已提交
2

E
ester.zhou 已提交
3
## Introduction
M
mamingshuai 已提交
4 5 6

The Misc services subsystem provides APIs for setting the system time.

E
ester.zhou 已提交
7
**Figure 1**  Subsystem architecture
M
mamingshuai 已提交
8 9
![](figures/subsystem-architecture.png "subsystem-architecture")

E
ester.zhou 已提交
10
## Directory Structure
M
mamingshuai 已提交
11 12 13 14 15 16

```
/base/miscservices
└── time                     # Time service module
```

E
ester.zhou 已提交
17
## Repositories Involved
M
mamingshuai 已提交
18 19 20

**Misc services subsystem**

E
ester.zhou 已提交
21
[time_time_service](https://gitee.com/openharmony/time_time_service)