Home
last modified time | relevance | path

Searched refs:PolicyAction (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_policy_test.cpp112 std::vector<PolicyAction> actionList;
113 PolicyAction action;
137 std::vector<PolicyAction> actionList;
138 PolicyAction action1;
141 PolicyAction action2;
144 PolicyAction action3;
H A Dthermal_action_report_test.cpp95 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 Dthermal_config_file_parser.cpp63 std::vector<PolicyAction>& policy) in GetActionPolicy()
474 PolicyAction policyAction; in ParsePolicySubnode()
H A Dthermal_level_event_test.cpp227 std::vector<PolicyAction> policy;
/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_policy/
H A Dthermal_policy.h28 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 Dthermal_action_report_test.h36 …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 Dthermal_config_file_parser.h42 … 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 Dthermal_policy.cpp159 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 Dthermal_srv_config_parser.cpp618 PolicyAction policyAction; in ParsePolicyActionInfo()