Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H A Dthermal_srv_config_parser.cpp245 xmlChar* xmlPropValue = xmlGetProp(subNode, levStateProp->name); in ParseLevelState() local
246 if (xmlPropValue != nullptr) { in ParseLevelState()
247 std::string propValue = reinterpret_cast<char*>(xmlPropValue); in ParseLevelState()
251 xmlFree(xmlPropValue); in ParseLevelState()
639 xmlChar* xmlPropValue = xmlGetProp(subNode, actionProp->name); in ParsePolicyActionInfo() local
640 if (xmlPropValue != nullptr) { in ParsePolicyActionInfo()
641 std::string propValue = reinterpret_cast<char*>(xmlPropValue); in ParsePolicyActionInfo()
645 xmlFree(xmlPropValue); in ParsePolicyActionInfo()
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_config_file_parser.cpp493 xmlChar* xmlPropValue = xmlGetProp(subNode, actionProp->name); in ParsePolicySubnode() local
494 if (xmlPropValue != nullptr) { in ParsePolicySubnode()
495 std::string propValue = reinterpret_cast<char*>(xmlPropValue); in ParsePolicySubnode()
499 xmlFree(xmlPropValue); in ParsePolicySubnode()