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/
H A 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/
H A Dthermal_config_file_parser.cpp145 xmlChar* xmlTag = xmlGetProp(curNode, BAD_CAST"tag"); in ParseBaseNode() local
146 if (xmlTag != nullptr) { in ParseBaseNode()
147 item.tag = reinterpret_cast<char*>(xmlTag); in ParseBaseNode()
148 xmlFree(xmlTag); in ParseBaseNode()
/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H A Dthermal_srv_config_parser.cpp155 xmlChar* xmlTag = xmlGetProp(cur, BAD_CAST"tag"); in ParseBaseNode() local
156 if (xmlTag != nullptr) { in ParseBaseNode()
157 bi.tag = reinterpret_cast<char*>(xmlTag); in ParseBaseNode()
158 xmlFree(xmlTag); in ParseBaseNode()

Completed in 4 milliseconds