Home
last modified time | relevance | path

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

/openbmc/phosphor-net-ipmid/sol/
H A Dsol_context.cpp20 accumulateTimer(*io), retryTimer(*io), maxRetryCount(maxRetryCount), in Context()
63 accumulateTimer.expires_after(interval); in enableAccumulateTimer()
65 accumulateTimer.async_wait( in enableAccumulateTimer()
76 accumulateTimer.cancel(); in enableAccumulateTimer()
H A Dsol_context.hpp200 boost::asio::steady_timer accumulateTimer; member in sol::Context