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

  /external/libbrillo/brillo/dbus/
dbus_signal_handler_unittest.cc 24 const char kTestPath[] = "/test/path";
40 bus_.get(), kTestServiceName, dbus::ObjectPath(kTestPath));
42 GetObjectProxy(kTestServiceName, dbus::ObjectPath(kTestPath)))
exported_object_manager_unittest.cc 28 const dbus::ObjectPath kTestPath(std::string("/test/om_path"));
108 mock_exported_object_ = new dbus::MockExportedObject(bus_.get(), kTestPath);
109 EXPECT_CALL(*bus_, GetExportedObject(kTestPath)).Times(1).WillOnce(
113 om_.reset(new ExportedObjectManager(bus_.get(), kTestPath));
dbus_method_invoker_unittest.cc 31 const char kTestPath[] = "/test/path";
50 bus_.get(), kTestServiceName, dbus::ObjectPath(kTestPath));
52 GetObjectProxy(kTestServiceName, dbus::ObjectPath(kTestPath)))
207 bus_.get(), kTestServiceName, dbus::ObjectPath(kTestPath));
209 GetObjectProxy(kTestServiceName, dbus::ObjectPath(kTestPath)))
  /system/connectivity/shill/wimax/
wimax_unittest.cc 47 const char kTestPath[] = "/org/chromium/WiMaxManager/Device/6";
61 kTestPath)) {}
93 EXPECT_EQ(kTestPath, device_->path());
wimax_service_unittest.cc 58 const char kTestPath[] = "/org/chromium/WiMaxManager/Device/wm7";
72 kTestPath)),

Completed in 317 milliseconds