mirror of
https://github.com/openharmony/powermgr_battery_manager.git
synced 2026-07-01 06:42:05 -04:00
df5041b0225bd05183e954b4e9a0bd86b76b12f6
- Add OutputFallbackError for cJSON alloc failure (no cJSON dependency) - Replace PrintUsage + CLI_ERROR with OutputError in HandleCommand - Replace CLI_ERROR with OutputError in PrintSubcommandHelp for unknown cmd - Remove CLI_ERROR calls before OutputError in Cmd functions (dedup) - Remove unused PrintUsage function and CLI_ERROR macro Co-Authored-By: Agent Change-Id: Ia2b3c4d5e6f7a8b9c0d1e2f3a4b5c6d7e8f9a0b1 Signed-off-by: wangyantian <wangyantian@huawei.com>
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
Description
Languages
C++
99.5%
C
0.5%
