Home
last modified time | relevance | path

Searched refs:ParseBaseNode (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_policy/
H A Dthermal_srv_config_parser.h40 bool ParseBaseNode(const xmlNodePtr& node);
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/include/
H A Dthermal_hdf_config.h61 void ParseBaseNode(xmlNodePtr node);
/ohos5.0/base/powermgr/thermal_manager/test/unittest/include/
H A Dthermal_config_file_parser.h52 void ParseBaseNode(xmlNodePtr node);
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_hdf_config.cpp83 ParseBaseNode(node); in ParseThermalHdiXMLConfig()
95 void ThermalHdfConfig::ParseBaseNode(xmlNodePtr node) in ParseBaseNode() function in OHOS::HDI::Thermal::V1_1::ThermalHdfConfig
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_config_file_parser.cpp122 ParseBaseNode(node); in ParseXmlFile()
138 void ThermalConfigFileParser::ParseBaseNode(xmlNodePtr node) in ParseBaseNode() function in OHOS::PowerMgr::ThermalConfigFileParser
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H A Dthermal_srv_config_parser.cpp123 ret = ParseBaseNode(node); in ParseRootNode()
145 bool ThermalSrvConfigParser::ParseBaseNode(const xmlNodePtr& node) in ParseBaseNode() function in OHOS::PowerMgr::ThermalSrvConfigParser