Home
last modified time | relevance | path

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

/openbmc/boost-dbus/include/dbus/
H A Dconnection.hpp136 async_send(message& m, BOOST_ASIO_MOVE_ARG(MessageHandler) handler) { in BOOST_ASIO_INITFN_RESULT_TYPE()
137 return this->get_service().async_send( in BOOST_ASIO_INITFN_RESULT_TYPE()
162 return async_send( in async_method_call()
H A Dconnection_service.hpp79 async_send(implementation_type& impl, message& m, in BOOST_ASIO_INITFN_RESULT_TYPE()
H A Dproperties.hpp257 conn->async_send( in set_properties()
479 conn->async_send( in on_introspect()
531 conn->async_send( in on_get_managed_objects()
/openbmc/boost-dbus/test/
H A Davahi.cpp25 system_bus->async_send( in TEST()
106 system_bus->async_send( in TEST()
165 system_bus->async_send(m, in TEST()
262 system_bus->async_send( in TEST()
317 bus->async_send( in TEST()
331 bus->async_send(m, [&](boost::system::error_code ec, dbus::message s) { in TEST()
H A DdbusPropertiesServer.cpp141 bus->async_send( in TEST()
191 bus->async_send(m, [&](const boost::system::error_code ec, dbus::message r) { in TEST()
292 bus->async_send(m, [&](const boost::system::error_code ec, dbus::message r) { in TEST()
/openbmc/sdbusplus/include/sdbusplus/asio/
H A Dconnection.hpp89 inline void async_send(message_t& m, send_function&& callback, in async_send() function in sdbusplus::asio::connection
201 async_send(m, std::move(applyHandler), timeout); in async_method_call_timed()
/openbmc/boost-dbus/include/dbus/impl/
H A Dconnection.ipp116 // If two threads call connection::async_send()
/openbmc/sdbusplus/example/
H A Dasio-example.cpp311 conn->async_send(mesg, [](boost::system::error_code ec, message& ret) { in client()
/openbmc/bmcweb/include/
H A Dopenbmc_dbus_rest.hpp1481 crow::connections::systemBus->async_send( in findActionOnInterface()
1735 crow::connections::systemBus->async_send( in handleGet()
1999 ->async_send( in handlePut()
2402 crow::connections::systemBus->async_send( in handleBusSystemPost()