HomeSort by relevance Sort by last modified time
    Searched refs:kTestInterface (Results 1 - 2 of 2) sorted by null

  /external/libbrillo/brillo/dbus/
async_event_sequencer_unittest.cc 17 const char kTestInterface[] = "org.test.if";
64 kTestInterface, kTestMethod1, "method export failed", false);
66 kTestInterface, kTestMethod2, "method export failed", false);
68 handler1.Run(kTestInterface, kTestMethod1, true);
70 handler2.Run(kTestInterface, kTestMethod2, true);
75 kTestInterface, kTestMethod1, "method export failed", false);
77 kTestInterface, kTestMethod2, "method export failed", false);
79 handler1.Run(kTestInterface, kTestMethod1, true);
81 handler2.Run(kTestInterface, kTestMethod2, false);
86 kTestInterface, kTestMethod1, "method export failed", false)
    [all...]
dbus_method_invoker_unittest.cc 33 const char kTestInterface[] = "org.test.Object.TestInterface";
65 if (method_call->GetInterface() == kTestInterface) {
111 kTestInterface, kTestMethod1,
124 kTestInterface, kTestMethod3,
137 kTestInterface, kTestMethod4,
160 mock_object_proxy_.get(), kTestInterface, kTestMethod2, &error);
223 if (method_call->GetInterface() == kTestInterface) {
297 kTestInterface,
304 kTestInterface,
311 kTestInterface,
    [all...]

Completed in 34 milliseconds