Home
last modified time | relevance | path

Searched defs: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
H A Dmainloop.cpp62 Thresholds<WarningObject>::getAlarmLow = &WarningObject::warningAlarmLow; member in Thresholds<WarningObject>
92 Thresholds<CriticalObject>::getAlarmLow = &CriticalObject::criticalAlarmLow; member in Thresholds<CriticalObject>