Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A DThresholds.hpp69 struct ThresholdTimer struct
71 explicit ThresholdTimer(boost::asio::io_context& ioService) : io(ioService) in ThresholdTimer() argument
74 bool hasActiveTimer(const Threshold& threshold, bool assert) in hasActiveTimer()
91 void stopTimer(const Threshold& threshold, bool assert) in stopTimer()
113 boost::asio::io_context& io;
114 std::list<TimerPair> timers;