mirror of
https://gitee.com/openharmony/powermgr_battery_manager
synced 2024-12-29 18:14:13 +00:00
5c78190247
Signed-off-by: qiuxiangdong <qiuxiangdong3@huawei.com> Change-Id: Ie7cd019baf81599e6de8c16b933ec03fd95dd1cf
2.2 KiB
2.2 KiB
Battery Manager
Introduction
The Battery Manager module provides the following functions:
- Obtaining battery information
- Obtaining the battery charging status and the battery state of charge (SoC)
- Power off charging
Figure 1 Architecture of the Battery Manager module
Directory Structure
base/powermgr/battery_manager
├── figures # Architecture
├── frameworks # Framework layer
│ ├── napi # NAPI layer
│ └── native # Native layer
├── interfaces # API layer
│ └── inner_api # Internal APIs
├── sa_profile # SA profile
└── services # Service layer
│ └── native # Native layer
│ └── zidl # Zidl API layer
├── test # Test cases
│ ├── fuzztest # Fuzz test
│ ├── unittest # Unit test
│ ├── systemtest # System test
│ └── utils # Test tools
└── utils # Utilities
Repositories Involved
powermgr_battery_manager