Searched refs:async_send (Results 1 – 9 of 9) sorted by relevance
/openbmc/boost-dbus/include/dbus/ |
H A D | connection.hpp | 136 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 D | connection_service.hpp | 79 async_send(implementation_type& impl, message& m, in BOOST_ASIO_INITFN_RESULT_TYPE()
|
H A D | properties.hpp | 257 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 D | avahi.cpp | 25 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 D | dbusPropertiesServer.cpp | 141 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 D | connection.hpp | 86 inline auto async_send(message_t& m, CompletionToken&& token, in async_send() function in sdbusplus::asio::connection 185 async_send(m, std::forward<decltype(applyHandler)>(applyHandler), in async_method_call_timed() 250 r = async_send(m, yield[ec]); in yield_method_call()
|
/openbmc/sdbusplus/example/ |
H A D | asio-example.cpp | 110 sdbusplus::message_t reply = conn->async_send(method, yield[ec]); in do_start_async_ipmi_call() 310 conn->async_send(mesg, [](boost::system::error_code ec, message& ret) { in client()
|
/openbmc/boost-dbus/include/dbus/impl/ |
H A D | connection.ipp | 116 // If two threads call connection::async_send()
|
/openbmc/bmcweb/include/ |
H A D | openbmc_dbus_rest.hpp | 1510 crow::connections::systemBus->async_send( in findActionOnInterface() 1767 crow::connections::systemBus->async_send( in handleGet() 2031 ->async_send( in handlePut() 2434 crow::connections::systemBus->async_send( in handleBusSystemPost()
|