Searched refs:CallMethodAndBlockWithErrorDetails (Results 1 – 4 of 4) sorted by relevance
32 scoped_ptr<Response> CallMethodAndBlockWithErrorDetails( in CallMethodAndBlockWithErrorDetails() function
100 virtual scoped_ptr<Response> CallMethodAndBlockWithErrorDetails(
72 scoped_ptr<Response> ObjectProxy::CallMethodAndBlockWithErrorDetails( in CallMethodAndBlockWithErrorDetails() function in dbus::ObjectProxy112 return CallMethodAndBlockWithErrorDetails(method_call, timeout_ms, &error); in CallMethodAndBlock()
106 auto response = object->CallMethodAndBlockWithErrorDetails( in CallMethodAndBlockWithTimeout()