Home
last modified time | relevance | path

Searched refs:tempRiseRate (Results 1 – 5 of 5) sorted by relevance

/base/powermgr/thermal_manager/services/native/include/thermal_policy/
Dthermal_config_sensor_cluster.h29 double tempRiseRate; member
/base/powermgr/thermal_manager/test/unittest/src/
Dthermal_service_test.cpp532 item2.tempRiseRate = 2.14;
541 item1.tempRiseRate = 4.14;
Dthermal_config_file_parser.cpp450 StringOperation::StrToDouble(rates.at(i), levelItem.tempRiseRate); in ParseSensorSubnodeInfo()
/base/powermgr/thermal_manager/services/native/src/thermal_policy/
Dthermal_config_sensor_cluster.cpp221 if (rateIter->second > levItem.tempRiseRate) { in IsTempRateTrigger()
Dthermal_srv_config_parser.cpp343 StringOperation::StrToDouble(rates.at(sensorIdx), levelItem.tempRiseRate); in ParseSensorLevelInfo()