Home
last modified time | relevance | path

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

/external/libchrome/dbus/
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.h107 auto response = object->CallMethodAndBlockWithErrorDetails( in CallMethodAndBlockWithTimeout()