Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/src/
H A Dsubscription.cpp49 policy(std::make_shared<crow::ConnectionPolicy>()), hbTimer(ioc)
59 sseConn(&connIn), hbTimer(crow::connections::systemBus->get_io_context())
81 hbTimer.cancel(); in resHandler()
119 hbTimer.expires_after(std::chrono::minutes(userSub->hbIntervalMinutes)); in scheduleNextHeartbeatEvent()
120 hbTimer.async_wait( in scheduleNextHeartbeatEvent()
126 hbTimer.cancel(); in heartbeatParametersChanged()
/openbmc/bmcweb/redfish-core/include/
H A Dsubscription.hpp95 boost::asio::steady_timer hbTimer; member in redfish::Subscription