Home
last modified time | relevance | path

Searched refs:isProp (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-thermal_policy.md217 actionName: lcd actionValue: 1.00 isProp: 0
221 actionName: cpu_big actionValue: 1992000 isProp: 0
224 actionName: process_ctrl actionValue: 3 isProp: 0
229 actionName: thermallevel actionValue: 1 isProp: 0
235 actionName: volume actionValue: 1.0 isProp: 0
236 actionName: boost actionValue: 1 isProp: 0
239 actionName: lcd actionValue: 0.90 isProp: 0
246 actionName: process_ctrl actionValue: 2 isProp: 0
251 actionName: thermallevel actionValue: 2 isProp: 0
257 actionName: volume actionValue: 0.8 isProp: 0
[all …]
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-thermal_policy.md182 actionName: lcd actionValue: 1.00 isProp: 0
186 actionName: cpu_big actionValue: 1992000 isProp: 0
189 actionName: process_ctrl actionValue: 3 isProp: 0
194 actionName: thermallevel actionValue: 1 isProp: 0
200 actionName: volume actionValue: 1.0 isProp: 0
201 actionName: boost actionValue: 1 isProp: 0
204 actionName: lcd actionValue: 0.90 isProp: 0
211 actionName: process_ctrl actionValue: 2 isProp: 0
216 actionName: thermallevel actionValue: 2 isProp: 0
222 actionName: volume actionValue: 0.8 isProp: 0
[all …]
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_policy_test.cpp140 action1.isProp = true;
143 action1.isProp = false;
146 action1.isProp = true;
H A Dthermal_config_file_parser.cpp487 policyAction.isProp = false; in ParsePolicySubnode()
501 policyAction.isProp = true; in ParsePolicySubnode()
H A Dthermal_action_report_test.cpp121 if (actionIter.isProp) { in ActionValueDecision()
153 if (actionIter.isProp) { in LcdValueDecision()
/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_policy/
H A Dthermal_policy.h32 bool isProp; member
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H A Dthermal_policy.cpp163 if (action->isProp && !StateMachineDecision(action->actionPropMap)) { in ActionDecision()
273 result.append(std::to_string(iter->isProp)); in PrintPolicyAction()
H A Dthermal_srv_config_parser.cpp633 policyAction.isProp = false; in ParsePolicyActionInfo()
650 policyAction.isProp = true; in ParsePolicyActionInfo()