Searched refs:CreateMockProxyResponse (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/dbus/
H A Dmock_unittest.cc45 // CreateMockProxyResponse() to return responses.
47 .WillRepeatedly(Invoke(this, &MockTest::CreateMockProxyResponse));
94 Response* CreateMockProxyResponse(MethodCall* method_call, function in class:dbus::MockTest
124 Response* response = CreateMockProxyResponse(method_call, timeout_ms);
/external/chromium_org/chromeos/dbus/
H A Dblocking_method_caller_unittest.cc60 // CreateMockProxyResponse() to return responses.
63 Invoke(this, &BlockingMethodCallerTest::CreateMockProxyResponse));
93 dbus::Response* CreateMockProxyResponse(dbus::MethodCall* method_call, function in class:chromeos::BlockingMethodCallerTest

Completed in 338 milliseconds