Home
last modified time | relevance | path

Searched refs:xmlValue (Results 1 - 3 of 3) sorted by relevance

/base/powermgr/thermal_manager/application/protector/src/policy/
H A Dthermal_kernel_config_file.cpp76 xmlChar* xmlValue = xmlGetProp(cur, BAD_CAST"value"); in ParserBaseNode() local
81 if (xmlValue != nullptr) { in ParserBaseNode()
82 baseItem.value = reinterpret_cast<char*>(xmlValue); in ParserBaseNode()
83 xmlFree(xmlValue); in ParserBaseNode()
167 xmlChar* xmlValue = xmlNodeGetContent(subActionNode); in ParseSubNode() local
168 if (xmlValue != nullptr) { in ParseSubNode()
169 StringOperation::StrToUint(reinterpret_cast<char*>(xmlValue), action.value); in ParseSubNode()
170 xmlFree(xmlValue); in ParseSubNode()
/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_config_file_parser.cpp151 xmlChar* xmlValue = xmlGetProp(curNode, BAD_CAST"value"); in ParseBaseNode() local
152 if (xmlValue != nullptr) { in ParseBaseNode()
153 item.value = reinterpret_cast<char*>(xmlValue); in ParseBaseNode()
154 xmlFree(xmlValue); in ParseBaseNode()
/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H A Dthermal_srv_config_parser.cpp164 xmlChar* xmlValue = xmlGetProp(cur, BAD_CAST"value"); in ParseBaseNode() local
165 if (xmlValue != nullptr) { in ParseBaseNode()
166 bi.value = reinterpret_cast<char*>(xmlValue); in ParseBaseNode()
167 xmlFree(xmlValue); in ParseBaseNode()

Completed in 4 milliseconds