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.cpp65 policy(std::make_shared<crow::ConnectionPolicy>()), hbTimer(ioc)
75 sseConn(&connIn), hbTimer(crow::connections::systemBus->get_io_context())
96 hbTimer.cancel(); in resHandler()
134 hbTimer.expires_after(std::chrono::minutes(userSub->hbIntervalMinutes)); in scheduleNextHeartbeatEvent()
135 hbTimer.async_wait( in scheduleNextHeartbeatEvent()
141 hbTimer.cancel(); in heartbeatParametersChanged()
/openbmc/bmcweb/redfish-core/include/
H A Dsubscription.hpp106 boost::asio::steady_timer hbTimer; member in redfish::Subscription