Home
last modified time | relevance | path

Searched refs:thresholdClr (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/powermgr/thermal_manager/application/protector/src/policy/
H A Dprotector_thermal_zone_info.cpp39 int32_t curDownTemp = tzItemList_.at(level - 1).thresholdClr; in AscJudgment()
61 int32_t curDownTemp = tzItemList_.at(level - 1).thresholdClr; in DescJudgment()
94 if (curTemp < tzItemList_.at(i - 1).thresholdClr) { in HandleAscCurDownTemp()
105 int32_t curDownTemp = tzItemList_.at(level - 1).thresholdClr; in HandleAscMaxSizeTemp()
108 if (curTemp < tzItemList_.at(i - 1).thresholdClr) { in HandleAscMaxSizeTemp()
150 if (curTemp > tzItemList_.at(i - 1).thresholdClr) { in HandleDescCurDownTemp()
161 int32_t curDownTemp = tzItemList_.at(level - 1).thresholdClr; in HandleDescMaxSizeTemp()
164 if (curTemp > tzItemList_.at(i - 1).thresholdClr) { in HandleDescMaxSizeTemp()
238 infoIter.level, infoIter.threshold, infoIter.thresholdClr); in Dump()
H A Dthermal_kernel_config_file.cpp155 StrToInt(reinterpret_cast<char*>(xmlThresholdClr), tziItem.thresholdClr); in ParseSubNode()
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H A Dthermal_config_sensor_cluster.cpp142 if (curTemp >= levItems.at(i - 1).thresholdClr) { in DescendLevelToThresholdClr()
153 if (curTemp < levItems.at(i - 1).thresholdClr) { in DescendLevelToThreshold()
188 if (curTemp <= levItems.at(i - 1).thresholdClr) { in LevelDownwardsSearch()
199 if (curTemp > levItems.at(i - 1).thresholdClr) { in LevelDownwardsSearchWithThreshold()
222 int32_t curDownTemp = levItems.at(level - 1).thresholdClr; in AscJudgment()
230 int32_t curDownTemp = levItems.at(level - 1).thresholdClr; in AscJudgment()
245 int32_t curDownTemp = levItems.at(level - 1).thresholdClr; in DescJudgment()
253 int32_t curDownTemp = levItems.at(level - 1).thresholdClr; in DescJudgment()
H A Dthermal_srv_config_parser.cpp463 StrToInt(thresholdClrs.at(sensorIdx), levelItem.thresholdClr); in ParseLevelThreshold()
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_config_sensor_cluster_test.cpp147 levItems1.at(INDEX0).thresholdClr = 2;
150 levItems1.at(INDEX1).thresholdClr = 2;
167 item.thresholdClr = 2;
230 levItems.at(INDEX0).thresholdClr = 0;
233 levItems.at(INDEX1).thresholdClr = 0;
250 item.thresholdClr = 2;
H A Dthermal_config_file_parser.cpp455 StrToInt(thresholdClrs.at(i), levelItem.thresholdClr); in ParseSensorSubnodeInfo()
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_action/action/
H A Daction_shutdown.cpp125 uint32_t ActionShutdown::DelayShutdown(bool isShutdown, int32_t temp, int32_t thresholdClr) in DelayShutdown() argument
127 if (g_shutdownTaskHandle && temp < thresholdClr) { in DelayShutdown()
/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_action/action/
H A Daction_shutdown.h34 uint32_t DelayShutdown(bool isShutdown, int32_t temp, int32_t thresholdClr);
/ohos5.0/base/powermgr/thermal_manager/application/protector/include/policy/
H A Dprotector_thermal_zone_info.h30 int32_t thresholdClr; member
/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_policy/
H A Dthermal_config_sensor_cluster.h28 int32_t thresholdClr; member