Searched refs:thresholdMap (Results 1 – 1 of 1) sorted by relevance
882 auto& thresholdMap = thresholdInterfaceSensorMap->second; in getSensorThreshold() local885 auto alarmHigh = thresholdMap.find(propertyAlarmHigh.name); in getSensorThreshold()886 if (alarmHigh != thresholdMap.end()) in getSensorThreshold()896 auto alarmLow = thresholdMap.find(propertyAlarmLow.name); in getSensorThreshold()897 if (alarmLow != thresholdMap.end()) in getSensorThreshold()