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 | 89 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 D | connection.ipp | 116 // If two threads call connection::async_send()
|
/openbmc/sdbusplus/example/ |
H A D | asio-example.cpp | 311 conn->async_send(mesg, [](boost::system::error_code ec, message& ret) { in client()
|
/openbmc/bmcweb/include/ |
H A D | openbmc_dbus_rest.hpp | 1481 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()
|