Home
last modified time | relevance | path

Searched refs:xmlSensor (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.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()
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_config_file_parser.cpp357 xmlChar* xmlSensor = xmlGetProp(cur, BAD_CAST"sensor"); in ParseSensorInfo() local
358 if (xmlSensor != nullptr) { in ParseSensorInfo()
359 StringOperation::SplitString(reinterpret_cast<char*>(xmlSensor), sensors, ","); in ParseSensorInfo()
368 xmlFree(xmlSensor); in ParseSensorInfo()