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

  /external/chromium_org/chromeos/dbus/
fake_nfc_device_client.cc 22 const char FakeNfcDeviceClient::kDevicePath[] = "/fake/device0";
60 dbus::ObjectPath(kDevicePath))));
82 device_paths.push_back(dbus::ObjectPath(kDevicePath));
143 DeviceRemoved(dbus::ObjectPath(kDevicePath)));
147 adapter_client->UnsetDevice(dbus::ObjectPath(kDevicePath));
192 adapter_client->SetDevice(dbus::ObjectPath(kDevicePath));
194 DeviceAdded(dbus::ObjectPath(kDevicePath)));
fake_nfc_device_client.h 21 static const char kDevicePath[];
82 // list of records exposed for |kDevicePath|. This method will immediately
88 // |kDevicePath|. This method takes effect immediately and triggers a
fake_nfc_record_client.cc 136 device_path == dbus::ObjectPath(FakeNfcDeviceClient::kDevicePath)) {
194 dbus::ObjectPath(FakeNfcDeviceClient::kDevicePath));
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
win32devicemanager.cc 85 static const wchar_t kDevicePath[] = L"DevicePath";
204 if (SUCCEEDED(bag->Read(kDevicePath, &path, 0)) &&
  /external/chromium_org/chrome/browser/extensions/api/media_galleries/
media_galleries_apitest.cc 63 base::FilePath::CharType kDevicePath[] = FILE_PATH_LITERAL("C:\\qux");
65 base::FilePath::CharType kDevicePath[] = FILE_PATH_LITERAL("/qux");
179 StorageInfo(device_id_, kDevicePath, base::ASCIIToUTF16(kDeviceName),
  /external/chromium_org/device/nfc/
nfc_chromeos_unittest.cc 538 EXPECT_EQ(FakeNfcDeviceClient::kDevicePath, observer.peer_identifier_);

Completed in 771 milliseconds