Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_policy/
H A Dthermal_srv_config_parser.h39 bool ParseRootNode(const xmlNodePtr& node);
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H A Dthermal_srv_config_parser.cpp112 if (!ParseRootNode(node)) { in ParseXmlFile()
119 bool ThermalSrvConfigParser::ParseRootNode(const xmlNodePtr& node) in ParseRootNode() function in OHOS::PowerMgr::ThermalSrvConfigParser