Home
last modified time | relevance | path

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

/openbmc/phosphor-hwmon/
H A Dthresholds.hpp30 static SensorValueType (WarningObject::*const setHi)(SensorValueType);
51 static SensorValueType (CriticalObject::*const setHi)(SensorValueType);
157 (*iface.*Thresholds<T>::setHi)(hi); in addThreshold()
H A Dmainloop.cpp51 decltype(Thresholds<WarningObject>::setHi) Thresholds<WarningObject>::setHi = member in Thresholds<WarningObject>
81 decltype(Thresholds<CriticalObject>::setHi) Thresholds<CriticalObject>::setHi = member in Thresholds<CriticalObject>