Searched refs:hbTimer (Results 1 – 2 of 2) sorted by relevance
65 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()
106 boost::asio::steady_timer hbTimer; member in redfish::Subscription