Home
last modified time | relevance | path

Searched defs:levelAction (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/powermgr/thermal_manager/application/protector/src/policy/
H A Dthermal_kernel_config_file.cpp96 LevelAction levelAction; in ParseControlNode() local
136 LevelAction levelAction; in ParseSubNode() local
H A Dthermal_kernel_policy.cpp177 void ThermalKernelPolicy::SetLevelAction(std::vector<LevelAction> &levelAction) in SetLevelAction()
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H A Dthermal_policy.cpp140 …for (auto levelAction = policyConfig.rbegin(); levelAction != policyConfig.rend(); levelAction++) { in PolicyDecision() local