Home
last modified time | relevance | path

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

/openbmc/phosphor-hwmon/
H A Dthresholds.hpp37 static void (WarningObject::* const assertLowSignal)(SensorValueType); member
58 static void (CriticalObject::* const assertLowSignal)(SensorValueType); member
88 (*realIface.*Thresholds<T>::assertLowSignal)(value); in checkThresholds()
146 (*iface.*Thresholds<T>::assertLowSignal)(value); in addThreshold()
H A Dmainloop.cpp65 decltype(Thresholds<WarningObject>::assertLowSignal)
66 Thresholds<WarningObject>::assertLowSignal = member in Thresholds<WarningObject>
96 decltype(Thresholds<CriticalObject>::assertLowSignal)
97 Thresholds<CriticalObject>::assertLowSignal = member in Thresholds<CriticalObject>