Searched refs:thresholdClr (Results 1 – 10 of 10) sorted by relevance
39 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()
155 StrToInt(reinterpret_cast<char*>(xmlThresholdClr), tziItem.thresholdClr); in ParseSubNode()
142 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()
463 StrToInt(thresholdClrs.at(sensorIdx), levelItem.thresholdClr); in ParseLevelThreshold()
147 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;
455 StrToInt(thresholdClrs.at(i), levelItem.thresholdClr); in ParseSensorSubnodeInfo()
125 uint32_t ActionShutdown::DelayShutdown(bool isShutdown, int32_t temp, int32_t thresholdClr) in DelayShutdown() argument127 if (g_shutdownTaskHandle && temp < thresholdClr) { in DelayShutdown()
34 uint32_t DelayShutdown(bool isShutdown, int32_t temp, int32_t thresholdClr);
30 int32_t thresholdClr; member
28 int32_t thresholdClr; member