Searched refs:ExtractMethodCallResults (Results 1 – 4 of 4) sorted by relevance
/external/libbrillo/brillo/dbus/ |
D | dbus_method_invoker_unittest.cc | 115 using brillo::dbus_utils::ExtractMethodCallResults; in CallTestMethod() 116 EXPECT_TRUE(ExtractMethodCallResults(response.get(), nullptr, &result)); in CallTestMethod() 128 using brillo::dbus_utils::ExtractMethodCallResults; in CallProtobufTestMethod() 129 EXPECT_TRUE(ExtractMethodCallResults(response.get(), nullptr, &result)); in CallProtobufTestMethod() 141 using brillo::dbus_utils::ExtractMethodCallResults; in EchoFD() 142 EXPECT_TRUE(ExtractMethodCallResults(response.get(), nullptr, &fd_out)); in EchoFD()
|
D | dbus_object_test_helpers.h | 109 ExtractMethodCallResults(response_holder.response_.get(), error, &ret_val); in Call() 135 ExtractMethodCallResults(response_holder.response_.get(), error);
|
D | dbus_method_invoker.h | 225 inline bool ExtractMethodCallResults(dbus::Message* message, in ExtractMethodCallResults() function
|
D | dbus_object_unittest.cc | 264 ExtractMethodCallResults(response.get(), &error); in TEST_F()
|