Home
last modified time | relevance | path

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

/openbmc/phosphor-hwmon/
H A Dthresholds.hpp38 static void (WarningObject::*const assertHighSignal)(SensorValueType); member
59 static void (CriticalObject::*const assertHighSignal)(SensorValueType); member
99 (*realIface.*Thresholds<T>::assertHighSignal)(value); in checkThresholds()
164 (*iface.*Thresholds<T>::assertHighSignal)(value); in addThreshold()
H A Dmainloop.cpp68 decltype(Thresholds<WarningObject>::assertHighSignal)
69 Thresholds<WarningObject>::assertHighSignal = member in Thresholds<WarningObject>
99 decltype(Thresholds<CriticalObject>::assertHighSignal)
100 Thresholds<CriticalObject>::assertHighSignal = member in Thresholds<CriticalObject>