Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/asio/
H A Dconnection.hpp61 sdbusplus::bus_t(std::move(bus)), io_(io), in connection()
62 socket(io_.get_executor(), get_fd()), timer(io_.get_executor()) in connection()
67 sdbusplus::bus_t(bus), io_(io), socket(io_.get_executor(), get_fd()), in connection()
68 timer(io_.get_executor()) in connection()
286 return io_; in get_io_context()
290 boost::asio::io_context& io_; member in sdbusplus::asio::connection
395 boost::asio::post(io_, std::bind_front(&connection::process, this)); in read_immediate()
H A Dobject_server.hpp234 CallbackType&& func) : io_(io), func_(func) in coroutine_method_instance()
243 boost::asio::spawn(io_, std::bind_front(&self_t::after_spawn, this, b), in operator ()()
250 boost::asio::io_context& io_; member in sdbusplus::asio::coroutine_method_instance
/openbmc/boost-dbus/include/dbus/detail/
H A Dasync_send_op.hpp22 boost::asio::io_service& io_; member
39 : io_(io), handler_(BOOST_ASIO_MOVE_CAST(MessageHandler)(handler)) {} in async_send_op()
83 op->io_.post(BOOST_ASIO_MOVE_CAST(async_send_op)(*op)); in callback()