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