Home
last modified time | relevance | path

Searched refs:ActionDecision (Results 1 - 7 of 7) sorted by relevance

/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_policy_test.cpp103 * @tc.desc: test ActionDecision continue in a loop
117 policy.ActionDecision(actionList); in HWTEST_F()
122 policy.ActionDecision(actionList); in HWTEST_F()
129 * @tc.desc: test ActionDecision Execute the if else branch
156 policy.ActionDecision(actionList); in HWTEST_F()
H A Dthermal_action_report_test.cpp100 return ActionDecision(actionName, vAction); in GetActionValue()
103 std::string ThermalActionReportTest::ActionDecision(const std::string& actionName, std::vector<PolicyAction>& vAction) in ActionDecision() function in ThermalActionReportTest
/base/powermgr/thermal_manager/test/unittest/include/
H A Dthermal_action_report_test.h36 static std::string ActionDecision(const std::string& actionName, std::vector<PolicyAction>& vAction);
/base/powermgr/thermal_manager/application/protector/src/policy/
H A Dthermal_kernel_policy.cpp59 ActionDecision(policy->vAction); in PolicyDecision()
66 void ThermalKernelPolicy::ActionDecision(std::vector<ActionItem> &vAction) in ActionDecision() function in OHOS::PowerMgr::ThermalKernelPolicy
/base/powermgr/thermal_manager/application/protector/include/policy/
H A Dthermal_kernel_policy.h54 void ActionDecision(std::vector<ActionItem> &vAction);
/base/powermgr/thermal_manager/services/native/include/thermal_policy/
H A Dthermal_policy.h63 void ActionDecision(const std::vector<PolicyAction>& actionList);
/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H A Dthermal_policy.cpp142 ActionDecision(levelAction->policyActionList); in PolicyDecision()
159 void ThermalPolicy::ActionDecision(const std::vector<PolicyAction>& actionList) in ActionDecision() function in OHOS::PowerMgr::ThermalPolicy

Completed in 5 milliseconds