Home
last modified time | relevance | path

Searched refs:xmlSensor (Results 1 - 2 of 2) sorted by relevance

/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H A Dthermal_srv_config_parser.cpp365 xmlChar* xmlSensor = xmlGetProp(cur, BAD_CAST"sensor"); in ParseSensorInfo() local
366 if (xmlSensor != nullptr) { in ParseSensorInfo()
367 StringOperation::SplitString(reinterpret_cast<char*>(xmlSensor), sensors, ","); in ParseSensorInfo()
386 xmlFree(xmlSensor); in ParseSensorInfo()
706 xmlChar* xmlSensor = xmlGetProp(cur, BAD_CAST"sensor"); in ParseFanNode() local
707 if (xmlSensor == nullptr) { in ParseFanNode()
711 std::string sensorStr = reinterpret_cast<char*>(xmlSensor); in ParseFanNode()
713 xmlFree(xmlSensor); in ParseFanNode()
/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_config_file_parser.cpp359 xmlChar* xmlSensor = xmlGetProp(cur, BAD_CAST"sensor"); in ParseSensorInfo() local
360 if (xmlSensor != nullptr) { in ParseSensorInfo()
361 StringOperation::SplitString(reinterpret_cast<char*>(xmlSensor), sensors, ","); in ParseSensorInfo()
370 xmlFree(xmlSensor); in ParseSensorInfo()

Completed in 5 milliseconds