Home
last modified time | relevance | path

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

/openbmc/phosphor-hwmon/
H A Dthresholds.hpp31 static SensorValueType (WarningObject::* const getLo)() const;
52 static SensorValueType (CriticalObject::* const getLo)() const;
78 auto lo = (*realIface.*Thresholds<T>::getLo)(); in checkThresholds()
H A Dmainloop.cpp53 decltype(Thresholds<WarningObject>::getLo) Thresholds<WarningObject>::getLo = member in Thresholds<WarningObject>
83 decltype(Thresholds<CriticalObject>::getLo) Thresholds<CriticalObject>::getLo = member in Thresholds<CriticalObject>