Searched refs:CallMethodAndBlockWithErrorDetails (Results 1 – 4 of 4) sorted by relevance
169 TEST_F(MockTest, CallMethodAndBlockWithErrorDetails) { in TEST_F() argument181 proxy->CallMethodAndBlockWithErrorDetails( in TEST_F()
32 virtual scoped_ptr<Response> CallMethodAndBlockWithErrorDetails( in CallMethodAndBlockWithErrorDetails() function
99 virtual scoped_ptr<Response> CallMethodAndBlockWithErrorDetails(
69 scoped_ptr<Response> ObjectProxy::CallMethodAndBlockWithErrorDetails( in CallMethodAndBlockWithErrorDetails() function in dbus::ObjectProxy109 return CallMethodAndBlockWithErrorDetails(method_call, timeout_ms, &error); in CallMethodAndBlock()