Home
last modified time | relevance | path

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

/openbmc/fb-ipmi-oem/src/
H A Dstoragecommands.cpp884 auto& propertyAlarmHigh = propertyValue.at(AlarmType::high); in getSensorThreshold() local
885 auto alarmHigh = thresholdMap.find(propertyAlarmHigh.name); in getSensorThreshold()
890 thresholdStr = propertyAlarmHigh.threshold; in getSensorThreshold()