1 Star 0 Fork 303

ShiJie/powermgr_power_manager_test

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
powermanager.yaml 2.12 KB
一键复制 编辑 原始数据 按行查看 历史
openharmony_ci 提交于 2023-04-08 08:48 +08:00 . !539 fix: 支持RunningLock代理机制
# Copyright (c) 2022-2023 Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
domain: POWER
RUNNINGLOCK:
__BASE: {type: STATISTIC, level: MINOR, tag: PowerStats, desc: runninglock information}
PID: {type: INT32, desc: application pid}
UID: {type: INT32, desc: application uid}
STATE: {type: INT32, desc: runninglock state}
PROXY_STATE: {type: BOOL, desc: runninglock proxy state}
TYPE: {type: INT32, desc: runninglock type}
NAME: {type: STRING, desc: runninglock name}
LOG_LEVEL: {type: INT32, desc: runninglock log level}
TAG: {type: STRING, desc: runninglock tag}
MESSAGE: {type: STRING, desc: runninglock message}
SCREEN:
__BASE: {type: STATISTIC, level: MINOR, tag: PowerStats, desc: screen state}
STATE: {type: INT32, desc: screen state}
BRIGHTNESS: {type: INT32, desc: brightness level}
SCREEN_ON_TIMEOUT:
__BASE: {type: FAULT, level: CRITICAL, desc: timeout screen on information}
PID: {type: INT32, desc: session pid}
UID: {type: INT32, desc: session uid}
PACKAGE_NAME: {type: STRING, desc: call package name}
PROCESS_NAME: {type: STRING, desc: call process name}
MSG: {type: STRING, desc: screen on timeout message}
STATE_CORRECTION:
__BASE: {type: FAULT, level: CRITICAL, desc: the power state is inconsistent with the display state}
ERROR_STATE: {type: INT32, desc: the state of the current error}
CORRECTION_STATE: {type: INT32, desc: the corrected state}
DISPLAY_STATE: {type: INT32, desc: the display state}
MSG: {type: STRING, desc: correct error information}
STATE:
__BASE: {type: STATISTIC, level: MINOR, tag: PowerStats, desc: power state}
STATE: {type: INT32, desc: power state}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/one_produced_two/powermgr_power_manager_test.git
git@gitee.com:one_produced_two/powermgr_power_manager_test.git
one_produced_two
powermgr_power_manager_test
powermgr_power_manager_test
master

搜索帮助