Home
last modified time | relevance | path

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

/base/powermgr/thermal_manager/services/native/include/thermal_policy/
Dthermal_policy.h29 struct PolicyAction { struct
38 std::vector<PolicyAction> policyActionList; argument
63 void ActionDecision(const std::vector<PolicyAction>& actionList);
67 void PrintPolicyAction(std::vector<PolicyAction> policyActionList, std::string& result);
/base/powermgr/thermal_manager/test/unittest/include/
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…
Dthermal_config_file_parser.h42 … bool GetActionPolicy(const std::string& name, uint32_t level, std::vector<PolicyAction>& policy);
/base/powermgr/thermal_manager/test/unittest/src/
Dthermal_service_test.cpp602 std::vector<PolicyAction> actionList;
603 PolicyAction action;
627 std::vector<PolicyAction> actionList;
628 PolicyAction action1;
631 PolicyAction action2;
634 PolicyAction action3;
Dthermal_action_report_test.cpp83 std::vector<PolicyAction> vAction; in GetActionValue()
91 …ActionReportTest::ActionDecision(const std::string& actionName, std::vector<PolicyAction>& vAction) in ActionDecision()
102 std::vector<PolicyAction>& vAction) in ActionValueDecision()
134 std::vector<PolicyAction>& vAction) in LcdValueDecision()
Dthermal_config_file_parser.cpp63 std::vector<PolicyAction>& policy) in GetActionPolicy()
460 PolicyAction policyAction; in ParsePolicySubnode()
/base/powermgr/thermal_manager/services/native/src/thermal_policy/
Dthermal_policy.cpp149 void ThermalPolicy::ActionDecision(const std::vector<PolicyAction>& actionList) in ActionDecision()
245 void ThermalPolicy::PrintPolicyAction(std::vector<PolicyAction> policyActionList, std::string& resu… in PrintPolicyAction()
Dthermal_srv_config_parser.cpp540 PolicyAction policyAction; in ParsePolicyActionInfo()