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