Searched defs:ExtractMethodCallResults (Results 1 - 1 of 1) sorted by relevance

/external/libbrillo/brillo/dbus/
H A Ddbus_method_invoker.h14 // The method call response should be parsed with ExtractMethodCallResults().
26 // using brillo::dbus_utils::ExtractMethodCallResults;
35 // if (resp && ExtractMethodCallResults(resp.get(), &error, &return_value)) {
45 // using brillo::dbus_utils::ExtractMethodCallResults;
222 // ExtractMethodCallResults() will verify that the method didn't return any
225 inline bool ExtractMethodCallResults(dbus::Message* message, function in namespace:brillo::dbus_utils

Completed in 100 milliseconds