Home
last modified time | relevance | path

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

/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_config_file_parser.cpp333 xmlChar* auxSensorInfo = xmlGetProp(cur, BAD_CAST"aux_sensor"); in ParseAuxSensorInfo() local
334 if (auxSensorInfo != nullptr) { in ParseAuxSensorInfo()
337 std::string auxSensor = reinterpret_cast<char*>(auxSensorInfo); in ParseAuxSensorInfo()
350 xmlFree(auxSensorInfo); in ParseAuxSensorInfo()

Completed in 2 milliseconds