Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/asio/
H A Dconnection.hpp347 void on_timer_event(const boost::system::error_code& ec) in on_timer_event() function in sdbusplus::asio::connection
416 timer.async_wait(std::bind_front(&connection::on_timer_event, this)); in read_wait()