Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/thermal_manager/test/unittest/include/
H A Dthermal_config_file_parser.h67 void ParsePolicySubnode(const xmlNode* cur, PolicyConfig& policyConfig);
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_config_file_parser.cpp277 ParsePolicySubnode(curNode, policyConfig); in ParsePolicyNode()
471 void ThermalConfigFileParser::ParsePolicySubnode(const xmlNode* cur, PolicyConfig& policyConfig) in ParsePolicySubnode() function in OHOS::PowerMgr::ThermalConfigFileParser