Searched refs:ExtractMethodCallResults (Results 1 – 4 of 4) sorted by relevance
/external/libbrillo/brillo/dbus/ |
D | dbus_method_invoker_unittest.cc | 146 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()
|
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 | 229 inline bool ExtractMethodCallResults(dbus::Message* message, in ExtractMethodCallResults() function
|
D | dbus_object_unittest.cc | 270 ExtractMethodCallResults(response.get(), &error); in TEST_F()
|