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

  /external/chromium_org/chromeos/dbus/
bluetooth_device_client.cc 97 std::vector<dbus::ObjectPath> object_paths, device_paths; variable
98 device_paths = object_manager_->GetObjectsWithInterface(
100 for (std::vector<dbus::ObjectPath>::iterator iter = device_paths.begin();
101 iter != device_paths.end(); ++iter) {
fake_nfc_device_client.cc 79 std::vector<dbus::ObjectPath> device_paths; local
82 device_paths.push_back(dbus::ObjectPath(kDevicePath));
83 return device_paths;
cros_disks_client.cc 336 std::vector<std::string> device_paths; local
337 if (!reader.PopArrayOfStrings(&device_paths)) {
342 callback.Run(device_paths);
523 std::vector<std::string> device_paths; variable
525 FROM_HERE, base::Bind(callback, device_paths));
nfc_client_unittest.cc 264 void SimulateDevicesChanged(const ObjectPathVector& device_paths,
276 device_paths);
657 ObjectPathVector device_paths; local
658 device_paths.push_back(dbus::ObjectPath(kTestDevicePath0));
661 SimulateDevicesChanged(device_paths, dbus::ObjectPath(kTestAdapterPath0));
685 device_paths.push_back(dbus::ObjectPath(kTestDevicePath1));
688 SimulateDevicesChanged(device_paths, dbus::ObjectPath(kTestAdapterPath0));
708 device_paths.erase(device_paths.begin());
711 SimulateDevicesChanged(device_paths, dbus::ObjectPath(kTestAdapterPath0))
    [all...]
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_linux.cc 61 bool GetAdapterDeviceList(std::vector<dbus::ObjectPath>* device_paths);
126 std::vector<dbus::ObjectPath> device_paths; local
127 if (!GetAdapterDeviceList(&device_paths)) {
135 for (size_t i = 0; i < device_paths.size(); ++i) {
136 const dbus::ObjectPath& device_path = device_paths[i];
177 std::vector<dbus::ObjectPath>* device_paths) {
189 if (!reader.PopArrayOfObjectPaths(device_paths)) {
  /external/chromium_org/device/bluetooth/
bluetooth_adapter_chromeos.cc 667 std::vector<dbus::ObjectPath> device_paths = local
671 for (std::vector<dbus::ObjectPath>::iterator iter = device_paths.begin();
672 iter != device_paths.end(); ++iter) {

Completed in 528 milliseconds