Home
last modified time | relevance | path

Searched refs:retryTimer (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()
86 retryTimer.expires_after(interval); in enableRetryTimer()
88 retryTimer.async_wait([weakRef](const boost::system::error_code& ec) { in enableRetryTimer()
98 retryTimer.cancel(); in enableRetryTimer()
H A Dsol_context.hpp203 boost::asio::steady_timer retryTimer; member in sol::Context