mirror of
https://github.com/openharmony/distributedschedule_samgr.git
synced 2026-07-20 22:47:20 -04:00
cdf7a1e4c72bd5dcd9fa2ebb6d8cc6fda815be5a
Signed-off-by: zhangmingxiang <zhangmingxiang@huawei.com> Change-Id: I59d9f2dace447a6c66c2df7d042121d4acbb392a
Distributed Scheduler
Introduction
Distributed Scheduler is used for cross-device component management. It allows the local device to access or control remote components, and enables app collaboration in distributed scenarios. Its main functions are as follows:
- Remote ability startup: Starts an ability on a remote device.
- Remote ability migration: Migrates an ability to a remote device.
- Remote ability binding: Binds an ability on a remote device.
System Architecture
Figure 1 Distributed Scheduler architecture
Directory Structure
/foundation/ability
├── dmsfwk # DMS framework (DMS is short for Distributed Manager Service, also called the Distributed Scheduler Service)
├── dms_fwk_lite # Lightweight DMS framework
Repositories Involved
Distributed Scheduler
ability_dms_fwk
ability_dms_fwk_lite
Description
Languages
C++
99.7%
C
0.3%
