Searched refs:PolicyAction (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/ |
H A D | thermal_policy_test.cpp | 112 std::vector<PolicyAction> actionList; 113 PolicyAction action; 137 std::vector<PolicyAction> actionList; 138 PolicyAction action1; 141 PolicyAction action2; 144 PolicyAction action3;
|
H A D | thermal_action_report_test.cpp | 95 std::vector<PolicyAction> vAction; in GetActionValue() 103 …ActionReportTest::ActionDecision(const std::string& actionName, std::vector<PolicyAction>& vAction) in ActionDecision() 114 const std::string& actionName, std::vector<PolicyAction>& vAction) in ActionValueDecision() 145 …tionReportTest::LcdValueDecision(const std::string& actionName, std::vector<PolicyAction>& vAction) in LcdValueDecision()
|
H A D | thermal_config_file_parser.cpp | 63 std::vector<PolicyAction>& policy) in GetActionPolicy() 474 PolicyAction policyAction; in ParsePolicySubnode()
|
H A D | thermal_level_event_test.cpp | 227 std::vector<PolicyAction> policy;
|
/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_policy/ |
H A D | thermal_policy.h | 28 struct PolicyAction { struct 37 std::vector<PolicyAction> policyActionList; argument 63 void ActionDecision(const std::vector<PolicyAction>& actionList); 67 void PrintPolicyAction(std::vector<PolicyAction> policyActionList, std::string& result);
|
/ohos5.0/base/powermgr/thermal_manager/test/unittest/include/ |
H A D | thermal_action_report_test.h | 36 …static std::string ActionDecision(const std::string& actionName, std::vector<PolicyAction>& vActio… 37 …static std::string ActionValueDecision(const std::string& actionName, std::vector<PolicyAction>& v… 38 …static std::string LcdValueDecision(const std::string& actionName, std::vector<PolicyAction>& vAct…
|
H A D | thermal_config_file_parser.h | 42 … bool GetActionPolicy(const std::string& name, uint32_t level, std::vector<PolicyAction>& policy);
|
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_policy/ |
H A D | thermal_policy.cpp | 159 void ThermalPolicy::ActionDecision(const std::vector<PolicyAction>& actionList) in ActionDecision() 257 void ThermalPolicy::PrintPolicyAction(std::vector<PolicyAction> policyActionList, std::string& resu… in PrintPolicyAction()
|
H A D | thermal_srv_config_parser.cpp | 618 PolicyAction policyAction; in ParsePolicyActionInfo()
|