Go to file
lulu1023 3a97283ddf build: handle gn format
Signed-off-by: lulu1023 <lujun.wang@archermind.com>
2024-08-28 15:40:02 +08:00
.gitee build: add code owner 2023-07-21 15:15:33 +08:00
charger feat: change 2024-08-06 10:36:08 +08:00
figures Update readme 2022-01-11 18:23:52 -08:00
frameworks !585 fix: Optimize the directory structure of test cases && add new test cases 2024-08-21 07:10:49 +00:00
interfaces/inner_api feat: Send shell in place broadcast after service startup 2024-07-19 11:52:39 +08:00
sa_profile feat: add powermgr 2024-04-06 18:27:10 +08:00
services build: handle gn format 2024-08-28 15:40:02 +08:00
test build: handle gn format 2024-08-28 15:40:02 +08:00
utils fix: modify Macro Names 2024-05-15 14:25:04 +08:00
.clang-format style: add .clang-format 2022-08-30 14:19:25 +08:00
.gitattributes update OpenHarmony 2.0 Canary 2021-06-02 02:19:06 +08:00
batterymgr.gni build: decouple hisysevent and miscdevice 2024-08-28 12:55:54 +08:00
batterymgr.yaml fix: fix the name format of hisysevent 2023-03-18 17:41:06 +08:00
bundle.json !585 fix: Optimize the directory structure of test cases && add new test cases 2024-08-21 07:10:49 +00:00
LICENSE modify code style 2021-10-20 15:13:26 +08:00
OAT.xml feat: charger animator based on arkui 2023-12-27 17:15:41 +08:00
README_zh.md docs: update the contents of readme 2023-02-10 10:14:08 +08:00
README.md docs: update readme 2023-03-09 14:21:38 +08:00

Battery Manager

Introduction

The Battery Manager module provides the following functions:

  1. Obtaining battery information
  2. Obtaining the battery charging status and the battery state of charge (SoC)
  3. 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

Power Management Subsystem

powermgr_power_manager

powermgr_display_manager

powermgr_battery_manager

powermgr_thermal_manager

powermgr_battery_statistics

powermgr_battery_lite

powermgr_powermgr_lite