Home
last modified time | relevance | path

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

/openbmc/phosphor-hwmon/
H A Dthresholds.hpp32 static SensorValueType (WarningObject::* const getHi)() const;
53 static SensorValueType (CriticalObject::* const getHi)() const;
79 auto hi = (*realIface.*Thresholds<T>::getHi)(); in checkThresholds()
H A Dmainloop.cpp55 decltype(Thresholds<WarningObject>::getHi) Thresholds<WarningObject>::getHi = member in Thresholds<WarningObject>
85 decltype(Thresholds<CriticalObject>::getHi) Thresholds<CriticalObject>::getHi = member in Thresholds<CriticalObject>