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

  /external/libbrillo/brillo/dbus/
async_event_sequencer_unittest.cc 19 const char kTestMethod2[] = "TestMethod2";
66 kTestInterface, kTestMethod2, "method export failed", false);
70 handler2.Run(kTestInterface, kTestMethod2, true);
77 kTestInterface, kTestMethod2, "method export failed", false);
81 handler2.Run(kTestInterface, kTestMethod2, false);
dbus_method_invoker_unittest.cc 67 const char kTestMethod2[] = "TestMethod2";
109 } else if (method_call->GetMember() == kTestMethod2) {
191 mock_object_proxy_.get(), kTestInterface, kTestMethod2, &error);
270 } else if (method_call->GetMember() == kTestMethod2) {
320 kTestMethod2,

Completed in 5928 milliseconds