Home
last modified time | relevance | path

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

/openbmc/phosphor-hwmon/
H A Dthresholds.hpp36 static bool (WarningObject::* const getAlarmHigh)() const; member
57 static bool (CriticalObject::* const getAlarmHigh)() const; member
81 auto alarmHighState = (*realIface.*Thresholds<T>::getAlarmHigh)(); in checkThresholds()
158 auto alarmHighState = (*iface.*Thresholds<T>::getAlarmHigh)(); in addThreshold()
H A Dmainloop.cpp63 decltype(Thresholds<WarningObject>::getAlarmHigh)
64 Thresholds<WarningObject>::getAlarmHigh = &WarningObject::warningAlarmHigh; member in Thresholds<WarningObject>
93 decltype(Thresholds<CriticalObject>::getAlarmHigh)
94 Thresholds<CriticalObject>::getAlarmHigh = member in Thresholds<CriticalObject>