Home
last modified time | relevance | path

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

/openbmc/boost-dbus/include/dbus/
H A Dconnection.hpp168 unpack_type response_args; in async_method_call() local
170 if (!unpack_into_tuple(response_args, r)) { in async_method_call()
183 handler(ec, std::get<Is>(response_args)...); in async_method_call()