Home
last modified time | relevance | path

Searched refs:kTestPath (Results 1 – 3 of 3) sorted by relevance

/external/libbrillo/brillo/dbus/
Ddbus_signal_handler_unittest.cc24 const char kTestPath[] = "/test/path"; variable
40 bus_.get(), kTestServiceName, dbus::ObjectPath(kTestPath)); in SetUp()
42 GetObjectProxy(kTestServiceName, dbus::ObjectPath(kTestPath))) in SetUp()
Dexported_object_manager_unittest.cc28 const dbus::ObjectPath kTestPath(std::string("/test/om_path")); variable
108 mock_exported_object_ = new dbus::MockExportedObject(bus_.get(), kTestPath); in SetUp()
109 EXPECT_CALL(*bus_, GetExportedObject(kTestPath)).Times(1).WillOnce( in SetUp()
113 om_.reset(new ExportedObjectManager(bus_.get(), kTestPath)); in SetUp()
Ddbus_method_invoker_unittest.cc31 const char kTestPath[] = "/test/path"; variable
50 bus_.get(), kTestServiceName, dbus::ObjectPath(kTestPath)); in SetUp()
52 GetObjectProxy(kTestServiceName, dbus::ObjectPath(kTestPath))) in SetUp()
207 bus_.get(), kTestServiceName, dbus::ObjectPath(kTestPath)); in SetUp()
209 GetObjectProxy(kTestServiceName, dbus::ObjectPath(kTestPath))) in SetUp()