Home
last modified time | relevance | path

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

/external/libbrillo/brillo/dbus/
Ddbus_method_invoker_unittest.cc146 using brillo::dbus_utils::ExtractMethodCallResults; in CallTestMethod()
147 EXPECT_TRUE(ExtractMethodCallResults(response.get(), nullptr, &result)); in CallTestMethod()
159 using brillo::dbus_utils::ExtractMethodCallResults; in CallProtobufTestMethod()
160 EXPECT_TRUE(ExtractMethodCallResults(response.get(), nullptr, &result)); in CallProtobufTestMethod()
173 using brillo::dbus_utils::ExtractMethodCallResults; in EchoFD()
174 EXPECT_TRUE(ExtractMethodCallResults(response.get(), nullptr, &fd_out)); in EchoFD()
Ddbus_object_test_helpers.h109 ExtractMethodCallResults(response_holder.response_.get(), error, &ret_val); in Call()
135 ExtractMethodCallResults(response_holder.response_.get(), error);
Ddbus_method_invoker.h229 inline bool ExtractMethodCallResults(dbus::Message* message, in ExtractMethodCallResults() function
Ddbus_object_unittest.cc270 ExtractMethodCallResults(response.get(), &error); in TEST_F()