Lines Matching refs:method_call

155   dbus::MethodCall method_call(kTestInterface1, kTestMethod_Add);  in TEST_F()  local
156 method_call.SetSerial(123); in TEST_F()
157 dbus::MessageWriter writer(&method_call); in TEST_F()
160 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F()
169 dbus::MethodCall method_call(kTestInterface1, kTestMethod_Negate); in TEST_F() local
170 method_call.SetSerial(123); in TEST_F()
171 dbus::MessageWriter writer(&method_call); in TEST_F()
173 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F()
182 dbus::MethodCall method_call(kTestInterface1, kTestMethod_Positive); in TEST_F() local
183 method_call.SetSerial(123); in TEST_F()
184 dbus::MessageWriter writer(&method_call); in TEST_F()
186 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F()
195 dbus::MethodCall method_call(kTestInterface1, kTestMethod_Positive); in TEST_F() local
196 method_call.SetSerial(123); in TEST_F()
197 dbus::MessageWriter writer(&method_call); in TEST_F()
199 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F()
204 dbus::MethodCall method_call(kTestInterface1, kTestMethod_AddSubtract); in TEST_F() local
205 method_call.SetSerial(123); in TEST_F()
206 dbus::MessageWriter writer(&method_call); in TEST_F()
209 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F()
220 dbus::MethodCall method_call(kTestInterface2, kTestMethod_StrLen); in TEST_F() local
221 method_call.SetSerial(123); in TEST_F()
222 dbus::MessageWriter writer(&method_call); in TEST_F()
224 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F()
233 dbus::MethodCall method_call(kTestInterface2, kTestMethod_StrLen); in TEST_F() local
234 method_call.SetSerial(123); in TEST_F()
235 dbus::MessageWriter writer(&method_call); in TEST_F()
237 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F()
246 dbus::MethodCall method_call(kTestInterface2, kTestMethod_CheckNonEmpty); in TEST_F() local
247 method_call.SetSerial(123); in TEST_F()
248 dbus::MessageWriter writer(&method_call); in TEST_F()
250 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F()
257 dbus::MethodCall method_call(kTestInterface2, kTestMethod_CheckNonEmpty); in TEST_F() local
258 method_call.SetSerial(123); in TEST_F()
259 dbus::MessageWriter writer(&method_call); in TEST_F()
261 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F()
272 dbus::MethodCall method_call(kTestInterface2, kTestMethod_CheckNonEmpty); in TEST_F() local
273 method_call.SetSerial(123); in TEST_F()
274 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F()
285 dbus::MethodCall method_call(kTestInterface3, kTestMethod_NoOp); in TEST_F() local
286 method_call.SetSerial(123); in TEST_F()
287 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F()
294 dbus::MethodCall method_call(kTestInterface3, kTestMethod_WithMessage); in TEST_F() local
295 method_call.SetSerial(123); in TEST_F()
296 method_call.SetSender(sender); in TEST_F()
297 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F()
307 dbus::MethodCall method_call(kTestInterface3, kTestMethod_WithMessageAsync); in TEST_F() local
308 method_call.SetSerial(123); in TEST_F()
309 method_call.SetSender(sender); in TEST_F()
310 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F()
319 dbus::MethodCall method_call(kTestInterface1, kTestMethod_Add); in TEST_F() local
320 method_call.SetSerial(123); in TEST_F()
321 dbus::MessageWriter writer(&method_call); in TEST_F()
323 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F()
328 dbus::MethodCall method_call(kTestInterface1, kTestMethod_Add); in TEST_F() local
329 method_call.SetSerial(123); in TEST_F()
330 dbus::MessageWriter writer(&method_call); in TEST_F()
334 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F()
339 dbus::MethodCall method_call(kTestInterface1, kTestMethod_Add); in TEST_F() local
340 method_call.SetSerial(123); in TEST_F()
341 dbus::MessageWriter writer(&method_call); in TEST_F()
344 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F()
349 dbus::MethodCall method_call(kTestInterface1, kTestMethod_Add); in TEST_F() local
350 method_call.SetSerial(123); in TEST_F()
351 dbus::MessageWriter writer(&method_call); in TEST_F()
354 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F()
363 dbus::MethodCall method_call(kTestInterface2, kTestMethod_Add); in TEST_F() local
364 method_call.SetSerial(123); in TEST_F()
365 dbus::MessageWriter writer(&method_call); in TEST_F()
368 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F()