Home
last modified time | relevance | path

Searched refs:GetActionPolicy (Results 1 – 3 of 3) sorted by relevance

/base/powermgr/thermal_manager/test/unittest/include/
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_config_file_parser.cpp62 bool ThermalConfigFileParser::GetActionPolicy(const std::string& name, uint32_t level, in GetActionPolicy() function in OHOS::PowerMgr::ThermalConfigFileParser
Dthermal_action_report_test.cpp84 if (!g_configParser->GetActionPolicy(POLICY_CFG_NAME, level, vAction)) { in GetActionValue()