Searched refs:kTestPath (Results 1 – 3 of 3) sorted by relevance
/external/libbrillo/brillo/dbus/ |
D | dbus_signal_handler_unittest.cc | 24 const char kTestPath[] = "/test/path"; variable 40 bus_.get(), kTestServiceName, dbus::ObjectPath(kTestPath)); in SetUp() 42 GetObjectProxy(kTestServiceName, dbus::ObjectPath(kTestPath))) in SetUp()
|
D | exported_object_manager_unittest.cc | 28 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()
|
D | dbus_method_invoker_unittest.cc | 31 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()
|