Searched refs:timerChassisOn (Results 1 – 1 of 1) sorted by relevance
457 static boost::asio::steady_timer timerChassisOn(conn->get_io_context()); in setupPowerMatchCallback() local546 timerChassisOn.cancel(); in setupPowerMatchCallback()552 timerChassisOn.expires_after(std::chrono::seconds(10)); in setupPowerMatchCallback()553 timerChassisOn.async_wait([hostStatusCallback]( in setupPowerMatchCallback()