Lines Matching refs:dbus

37     mock_object_proxy_ = new StrictMock<dbus::MockObjectProxy>(  in SetUp()
38 nullptr, "", dbus::ObjectPath("")); in SetUp()
42 scoped_refptr<StrictMock<dbus::MockObjectProxy>> mock_object_proxy_;
48 dbus::MethodCall* method_call, in TEST_F()
49 const dbus::MockObjectProxy::ResponseCallback& response_callback) { in TEST_F()
51 dbus::MessageReader reader(method_call); in TEST_F()
62 auto response = dbus::Response::CreateEmpty(); in TEST_F()
63 dbus::MessageWriter writer(response.get()); in TEST_F()
95 dbus::MethodCall* method_call, in TEST_F()
96 const dbus::MockObjectProxy::ResponseCallback& response_callback) { in TEST_F()
98 dbus::MessageReader reader(method_call); in TEST_F()
104 auto response = dbus::Response::CreateEmpty(); in TEST_F()
105 dbus::MessageWriter writer(response.get()); in TEST_F()
141 dbus::MethodCall* method_call, in TEST_F()
142 const dbus::MockObjectProxy::ResponseCallback& response_callback) { in TEST_F()
144 dbus::MessageReader reader(method_call); in TEST_F()
149 auto response = dbus::Response::CreateEmpty(); in TEST_F()
150 dbus::MessageWriter writer(response.get()); in TEST_F()
177 dbus::MethodCall* method_call, in TEST_F()
178 const dbus::MockObjectProxy::ResponseCallback& response_callback) { in TEST_F()
180 dbus::MessageReader reader(method_call); in TEST_F()
185 auto response = dbus::Response::CreateEmpty(); in TEST_F()
186 dbus::MessageWriter writer(response.get()); in TEST_F()
219 dbus::MethodCall* method_call, in TEST_F()
220 const dbus::MockObjectProxy::ResponseCallback& response_callback) { in TEST_F()
222 dbus::MessageReader reader(method_call); in TEST_F()
232 auto response = dbus::Response::CreateEmpty(); in TEST_F()
233 dbus::MessageWriter writer(response.get()); in TEST_F()
261 dbus::MethodCall* method_call, in TEST_F()
262 const dbus::MockObjectProxy::ResponseCallback& response_callback) { in TEST_F()
264 dbus::MessageReader reader(method_call); in TEST_F()
272 auto response = dbus::Response::CreateEmpty(); in TEST_F()
273 dbus::MessageWriter writer(response.get()); in TEST_F()
305 dbus::MethodCall* method_call, in TEST_F()
306 const dbus::MockObjectProxy::ResponseCallback& response_callback) { in TEST_F()
308 dbus::MessageReader reader(method_call); in TEST_F()
315 scoped_ptr<dbus::Response> response = dbus::Response::CreateEmpty(); in TEST_F()
316 dbus::MessageWriter writer(response.get()); in TEST_F()
343 dbus::MethodCall* method_call, in TEST_F()
344 const dbus::MockObjectProxy::ResponseCallback& response_callback) { in TEST_F()
346 dbus::MessageReader reader(method_call); in TEST_F()
353 auto response = dbus::Response::CreateEmpty(); in TEST_F()
354 dbus::MessageWriter writer(response.get()); in TEST_F()
381 dbus::MethodCall* method_call, in TEST_F()
382 const dbus::MockObjectProxy::ResponseCallback& response_callback) { in TEST_F()
384 dbus::MessageReader reader(method_call); in TEST_F()
390 auto response = dbus::Response::CreateEmpty(); in TEST_F()
391 dbus::MessageWriter writer(response.get()); in TEST_F()