Lines Matching defs:findThreshold
1184 auto findThreshold =
1186 if (findThreshold == sensorMap.end())
1192 auto findLower = findThreshold->second.find("CriticalLow");
1193 if (findLower == findThreshold->second.end())
1198 findThreshold->first);
1202 auto findUpper = findThreshold->second.find("CriticalHigh");
1203 if (findUpper == findThreshold->second.end())
1208 findThreshold->first);
1213 auto findThreshold =
1215 if (findThreshold == sensorMap.end())
1221 auto findLower = findThreshold->second.find("WarningLow");
1222 if (findLower == findThreshold->second.end())
1227 findThreshold->first);
1231 auto findUpper = findThreshold->second.find("WarningHigh");
1232 if (findUpper == findThreshold->second.end())
1237 findThreshold->first);