Home
last modified time | relevance | path

Searched defs:ThresholdTimer (Results 1 – 1 of 1) sorted by relevance

/openbmc/dbus-sensors/src/
H A DThresholds.hpp73 struct ThresholdTimer struct
75 explicit ThresholdTimer(boost::asio::io_context& ioService) : io(ioService) in ThresholdTimer() argument
78 bool hasActiveTimer(const Threshold& threshold, bool assert) in hasActiveTimer()
95 void stopTimer(const Threshold& threshold, bool assert) in stopTimer()
117 boost::asio::io_context& io;
118 std::list<TimerPair> timers;