Home
last modified time | relevance | path

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

/base/powermgr/thermal_manager/application/protector/src/policy/
Dthermal_kernel_config_file.cpp75 xmlChar* xmlTag = xmlGetProp(cur, BAD_CAST"tag"); in ParserBaseNode() local
77 if (xmlTag != nullptr) { in ParserBaseNode()
78 baseItem.tag = reinterpret_cast<char*>(xmlTag); in ParserBaseNode()
79 xmlFree(xmlTag); in ParserBaseNode()
/base/powermgr/thermal_manager/test/unittest/src/
Dthermal_config_file_parser.cpp131 xmlChar* xmlTag = xmlGetProp(curNode, BAD_CAST"tag"); in ParseBaseNode() local
132 if (xmlTag != nullptr) { in ParseBaseNode()
133 item.tag = reinterpret_cast<char*>(xmlTag); in ParseBaseNode()
134 xmlFree(xmlTag); in ParseBaseNode()
/base/powermgr/thermal_manager/services/native/src/thermal_policy/
Dthermal_srv_config_parser.cpp106 xmlChar* xmlTag = xmlGetProp(cur, BAD_CAST"tag"); in ParseBaseNode() local
107 if (xmlTag != nullptr) { in ParseBaseNode()
108 bi.tag = reinterpret_cast<char*>(xmlTag); in ParseBaseNode()
109 xmlFree(xmlTag); in ParseBaseNode()