Home
last modified time | relevance | path

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

/openbmc/phosphor-hwmon/
H A Dthresholds.hpp35 static bool (WarningObject::* const getAlarmLow)() const; member
56 static bool (CriticalObject::* const getAlarmLow)() const; member
80 auto alarmLowState = (*realIface.*Thresholds<T>::getAlarmLow)(); in checkThresholds()
140 auto alarmLowState = (*iface.*Thresholds<T>::getAlarmLow)(); in addThreshold()
H A Dmainloop.cpp61 decltype(Thresholds<WarningObject>::getAlarmLow)
62 Thresholds<WarningObject>::getAlarmLow = &WarningObject::warningAlarmLow; member in Thresholds<WarningObject>
91 decltype(Thresholds<CriticalObject>::getAlarmLow)
92 Thresholds<CriticalObject>::getAlarmLow = &CriticalObject::criticalAlarmLow; member in Thresholds<CriticalObject>