Home
last modified time | relevance | path

Searched refs:retryTimer (Results 1 – 5 of 5) 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
/openbmc/dbus-sensors/src/nvidia-gpu/
H A DInventory.cpp42 deviceType(deviceTypeIn), eid(eid), retryTimer(io) in Inventory()
285 retryTimer.expires_after(retryDelay); in handleInventoryPropertyResponse()
286 retryTimer.async_wait( in handleInventoryPropertyResponse()
H A DInventory.hpp66 boost::asio::steady_timer retryTimer; member in Inventory
/openbmc/ipmbbridge/
H A Dipmbbridged.hpp303 boost::asio::steady_timer retryTimer; member in IpmbChannel