Home
last modified time | relevance | path

Searched refs:ParseActionNode (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_policy/
H A Dthermal_srv_config_parser.h43 bool ParseActionNode(const xmlNodePtr& node);
/ohos5.0/base/powermgr/thermal_manager/test/unittest/include/
H A Dthermal_config_file_parser.h55 void ParseActionNode(xmlNodePtr node);
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_config_file_parser.cpp128 ParseActionNode(node); in ParseXmlFile()
211 void ThermalConfigFileParser::ParseActionNode(xmlNodePtr node) in ParseActionNode() function in OHOS::PowerMgr::ThermalConfigFileParser
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H A Dthermal_srv_config_parser.cpp129 ret = ParseActionNode(node); in ParseRootNode()
501 bool ThermalSrvConfigParser::ParseActionNode(const xmlNodePtr& node) in ParseActionNode() function in OHOS::PowerMgr::ThermalSrvConfigParser