Home
last modified time | relevance | path

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

/openbmc/phosphor-hwmon/
H A Dthresholds.hpp29 static SensorValueType (WarningObject::* const setLo)(SensorValueType);
50 static SensorValueType (CriticalObject::* const setLo)(SensorValueType);
139 (*iface.*Thresholds<T>::setLo)(lo); in addThreshold()
H A Dmainloop.cpp49 decltype(Thresholds<WarningObject>::setLo) Thresholds<WarningObject>::setLo = member in Thresholds<WarningObject>
79 decltype(Thresholds<CriticalObject>::setLo) Thresholds<CriticalObject>::setLo = member in Thresholds<CriticalObject>