Home
last modified time | relevance | path

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

/openbmc/boost-dbus/include/dbus/detail/
H A Dwatch_timeout.hpp128 struct dispatch_handler { struct
131 dispatch_handler(boost::asio::io_service &i, DBusConnection *c) in dispatch_handler() argument
135 io.post(dispatch_handler(io, conn)); in operator ()()
143 io.post(dispatch_handler(io, conn)); in dispatch_status()
/openbmc/boost-dbus/include/dbus/impl/
H A Dconnection.ipp119 // only one dispatch_handler will be injected.
120 io.post(detail::dispatch_handler(io, conn));