Home
last modified time | relevance | path

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

/openbmc/fb-ipmi-oem/src/
H A Dstoragecommands.cpp882 auto& thresholdMap = thresholdInterfaceSensorMap->second; in getSensorThreshold() local
885 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()