Home
last modified time | relevance | path

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

/openbmc/fb-ipmi-oem/src/
H A Dstoragecommands.cpp895 auto& propertyAlarmLow = propertyValue.at(AlarmType::low); in getSensorThreshold() local
896 auto alarmLow = thresholdMap.find(propertyAlarmLow.name); in getSensorThreshold()
901 thresholdStr = propertyAlarmLow.threshold; in getSensorThreshold()