Home
last modified time | relevance | path

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

/base/powermgr/thermal_manager/test/unittest/src/
Dthermal_config_file_parser.cpp479 xmlChar* xmlPropValue = xmlGetProp(subNode, actionProp->name); in ParsePolicySubnode() local
480 if (xmlPropValue != nullptr) { in ParsePolicySubnode()
481 std::string propValue = reinterpret_cast<char*>(xmlPropValue); in ParsePolicySubnode()
485 xmlFree(xmlPropValue); in ParsePolicySubnode()
/base/powermgr/thermal_manager/services/native/src/thermal_policy/
Dthermal_srv_config_parser.cpp561 xmlChar* xmlPropValue = xmlGetProp(subNode, actionProp->name); in ParsePolicyActionInfo() local
562 if (xmlPropValue != nullptr) { in ParsePolicyActionInfo()
563 std::string propValue = reinterpret_cast<char*>(xmlPropValue); in ParsePolicyActionInfo()
567 xmlFree(xmlPropValue); in ParsePolicyActionInfo()