Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_config_sensor_cluster_test.cpp347 item2.tempRiseRate = 2.14;
356 item1.tempRiseRate = 4.14;
H A Dthermal_config_file_parser.cpp464 StringOperation::StrToDouble(rates.at(i), levelItem.tempRiseRate); in ParseSensorSubnodeInfo()
/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_policy/
H A Dthermal_config_sensor_cluster.h29 double tempRiseRate; member
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H A Dthermal_config_sensor_cluster.cpp296 if (rateIter->second > levItem.tempRiseRate) { in IsTempRateTrigger()
H A Dthermal_srv_config_parser.cpp418 StringOperation::StrToDouble(rates.at(sensorIdx), levelItem.tempRiseRate); in ParseSensorLevelInfo()