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.cpp883 auto& thresholdMap = thresholdInterfaceSensorMap->second; in getSensorThreshold() local
886 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()