Home
last modified time | relevance | path

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

/external/libchrome/dbus/
Dmock_unittest.cc50 CallMethodAndBlockWithErrorDetails(_, _, _)) in SetUp()
167 TEST_F(MockTest, CallMethodAndBlockWithErrorDetails) { in TEST_F() argument
178 std::unique_ptr<Response> response(proxy->CallMethodAndBlockWithErrorDetails( in TEST_F()
Dmock_object_proxy.h25 MOCK_METHOD3(CallMethodAndBlockWithErrorDetails,
Dobject_proxy.h113 virtual std::unique_ptr<Response> CallMethodAndBlockWithErrorDetails(
Dobject_proxy.cc133 std::unique_ptr<Response> ObjectProxy::CallMethodAndBlockWithErrorDetails( in CallMethodAndBlockWithErrorDetails() function in dbus::ObjectProxy
176 return CallMethodAndBlockWithErrorDetails(method_call, timeout_ms, &error); in CallMethodAndBlock()
/external/libbrillo/brillo/dbus/
Ddbus_method_invoker.h108 auto response = object->CallMethodAndBlockWithErrorDetails( in CallMethodAndBlockWithTimeout()
Ddbus_method_invoker_test.cc87 CallMethodAndBlockWithErrorDetails(_, def_timeout_ms, _)) in SetUp()