Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
figures/ | 12-May-2024 | - | ||||
frameworks/ | 12-May-2024 | - | 837 | 685 | ||
interfaces/ | 12-May-2024 | - | 606 | 266 | ||
sa_profile/ | 12-May-2024 | - | 48 | 29 | ||
service/ | 12-May-2024 | - | 2,441 | 1,897 | ||
test/ | 12-May-2024 | - | 1,055 | 726 | ||
utils/ | 12-May-2024 | - | 318 | 202 | ||
.gitattributes | D | 12-May-2024 | 631 | 16 | 15 | |
LICENSE | D | 12-May-2024 | 9.9 KiB | 177 | 150 | |
OAT.xml | D | 12-May-2024 | 982 | 26 | 10 | |
README.md | D | 12-May-2024 | 2.1 KiB | 53 | 36 | |
README_zh.md | D | 12-May-2024 | 2 KiB | 53 | 36 | |
bundle.json | D | 12-May-2024 | 2 KiB | 66 | 66 | |
displaymgr.gni | D | 12-May-2024 | 1.1 KiB | 31 | 21 |
README.md
1# display\_manager<a name="EN-US_TOPIC_0000001152026155"></a> 2 3- [Introduction](#section11660541593) 4- [Directory Structure](#section19472752217) 5- [Repositories Involved](#section63151229062) 6 7## Introduction<a name="section11660541593"></a> 8 9The Display power manager module of this repository provides the following capabilities: 10 111. Turning on/off the display 122. Adjusting the brightness of the display screen 13 14**Figure 1** Display power management subsystem architecture<a name="fig106301571239"></a> 15 16 17## Directory Structure<a name="section19472752217"></a> 18 19``` 20base/powermgr/display_manager 21├── figures # Architecture figures 22├── frameworks # FrameWork Layer 23│ ├── napi # NAPI code 24│ └── native # Native code 25├── interfaces # APIs 26│ ├── innerkits # Internal APIs 27│ └── kits # External APIs 28├── sa_profile # SA profile 29├── service # Services 30│ ├── native # Native services 31│ └── zidl # zidl APIs 32├── test # Test code 33└── utils # Utilities and common code 34``` 35 36## Repositories Involved<a name="section63151229062"></a> 37 38[Power management subsystem](https://gitee.com/openharmony/docs/blob/master/en/readme/power-management.md) 39 40[powermgr_power_manager](https://gitee.com/openharmony/powermgr_power_manager) 41 42**powermgr_display_manager** 43 44[powermgr_battery_manager](https://gitee.com/openharmony/powermgr_battery_manager) 45 46[powermgr_thermal_manager](https://gitee.com/openharmony/powermgr_thermal_manager) 47 48[powermgr_battery_statistics](https://gitee.com/openharmony/powermgr_battery_statistics) 49 50[powermgr_battery_lite](https://gitee.com/openharmony/powermgr_battery_lite) 51 52[powermgr_powermgr_lite](https://gitee.com/openharmony/powermgr_powermgr_lite) 53
README_zh.md
1# 显示能效管理组件<a name="ZH-CN_TOPIC_0000001152026155"></a> 2 3- [简介](#section11660541593) 4- [目录](#section19472752217) 5- [相关仓](#section63151229062) 6 7## 简介<a name="section11660541593"></a> 8 9显示能效管理组件主要负责显示屏的亮/灭、亮度调节等功能,如下: 10 111. 显示屏的亮/灭。 122. 显示屏亮度调节。 13 14**图 1** 显示能效管理组件架构图<a name="fig106301571239"></a> 15 16 17## 目录<a name="section19472752217"></a> 18 19``` 20base/powermgr/display_manager 21├── figures # 架构图 22├── frameworks # FrameWork层 23│ ├── napi # NAPI 24│ └── native # Native层 25├── interfaces # 接口层 26│ ├── innerkits # 内部 APIs 27│ └── kits # 外部接口 APIs 28├── sa_profile # SA 配置文件 29├── service # 服务层 30│ ├── native # Native 层 31│ └── zidl # zidl 接口层 32├── test # 测试用例 33└── utils # 工具和通用层 34``` 35 36## 相关仓<a name="section63151229062"></a> 37 38[电源管理子系统](https://gitee.com/openharmony/docs/blob/master/zh-cn/readme/%E7%94%B5%E6%BA%90%E7%AE%A1%E7%90%86%E5%AD%90%E7%B3%BB%E7%BB%9F.md) 39 40[powermgr_power_manager](https://gitee.com/openharmony/powermgr_power_manager) 41 42**powermgr_display_manager** 43 44[powermgr_battery_manager](https://gitee.com/openharmony/powermgr_battery_manager) 45 46[powermgr_thermal_manager](https://gitee.com/openharmony/powermgr_thermal_manager) 47 48[powermgr_battery_statistics](https://gitee.com/openharmony/powermgr_battery_statistics) 49 50[powermgr_battery_lite](https://gitee.com/openharmony/powermgr_battery_lite) 51 52[powermgr_powermgr_lite](https://gitee.com/openharmony/powermgr_powermgr_lite) 53