Home
last modified time | relevance | path

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

/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_config_file_parser.cpp458 xmlChar* tempRiseRates = xmlGetProp(subNode, BAD_CAST("temp_rise_rate")); in ParseSensorSubnodeInfo() local
459 if (tempRiseRates != nullptr) { in ParseSensorSubnodeInfo()
462 StringOperation::SplitString(reinterpret_cast<char*>(tempRiseRates), rates, ","); in ParseSensorSubnodeInfo()
469 xmlFree(tempRiseRates); in ParseSensorSubnodeInfo()
/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H A Dthermal_srv_config_parser.cpp407 xmlChar* tempRiseRates = xmlGetProp(subNode, BAD_CAST("temp_rise_rate")); in ParseSensorLevelInfo() local
408 if (tempRiseRates != nullptr) { in ParseSensorLevelInfo()
411 StringOperation::SplitString(reinterpret_cast<char*>(tempRiseRates), rates, ","); in ParseSensorLevelInfo()
415 xmlFree(tempRiseRates); in ParseSensorLevelInfo()
421 xmlFree(tempRiseRates); in ParseSensorLevelInfo()

Completed in 3 milliseconds