Home
last modified time | relevance | path

Searched refs:PrintPolicyAction (Results 1 – 2 of 2) sorted by relevance

/base/powermgr/thermal_manager/services/native/include/thermal_policy/
Dthermal_policy.h67 void PrintPolicyAction(std::vector<PolicyAction> policyActionList, std::string& result);
/base/powermgr/thermal_manager/services/native/src/thermal_policy/
Dthermal_policy.cpp245 void ThermalPolicy::PrintPolicyAction(std::vector<PolicyAction> policyActionList, std::string& resu… in PrintPolicyAction() function in OHOS::PowerMgr::ThermalPolicy
276 PrintPolicyAction(it->policyActionList, result); in DumpPolicy()