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

  /external/chromium_org/chromeos/dbus/
bluetooth_device_client.cc 98 std::vector<dbus::ObjectPath> object_paths, device_paths; variable
99 device_paths = object_manager_->GetObjectsWithInterface(
101 for (std::vector<dbus::ObjectPath>::iterator iter = device_paths.begin();
102 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/battery_status/
battery_status_manager_linux.cc 139 scoped_ptr<PathsVector> device_paths = GetPowerSourcesPaths(power_proxy); local
142 for (size_t i = 0; i < device_paths->size(); ++i) {
143 const dbus::ObjectPath& device_path = device_paths->at(i);
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_linux.cc 62 bool GetAdapterDeviceList(std::vector<dbus::ObjectPath>* device_paths);
127 std::vector<dbus::ObjectPath> device_paths; local
128 if (!GetAdapterDeviceList(&device_paths)) {
136 for (size_t i = 0; i < device_paths.size(); ++i) {
137 const dbus::ObjectPath& device_path = device_paths[i];
178 std::vector<dbus::ObjectPath>* device_paths) {
190 if (!reader.PopArrayOfObjectPaths(device_paths)) {
  /external/chromium_org/device/bluetooth/
bluetooth_adapter_chromeos.cc 664 std::vector<dbus::ObjectPath> device_paths = local
668 for (std::vector<dbus::ObjectPath>::iterator iter = device_paths.begin();
669 iter != device_paths.end(); ++iter) {
    [all...]

Completed in 8467 milliseconds