HomeSort by relevance Sort by last modified time
    Searched defs:device_path (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium_org/chrome/browser/media_galleries/fileapi/
mtp_device_map_service.cc 54 base::FilePath device_path; local
56 filesystem_id, &device_path)) {
60 const base::FilePath::StringType& device_location = device_path.value();
  /external/chromium_org/chromeos/network/
network_ip_config.h 31 NetworkIPConfig(const std::string& device_path, IPConfigType type,
38 std::string device_path; // This looks like "/device/0011aa22bb33" member in struct:chromeos::NetworkIPConfig
network_device_handler.cc 46 const std::string& device_path,
52 device_path, local
72 const std::string& device_path,
77 NET_LOG_ERROR("RequestRefreshIPConfigs Failed", device_path);
80 device_path,
103 const std::string& device_path,
110 device_path);
113 device_path,
118 NET_LOG_EVENT("Device.ProposeScan succeeded.", device_path);
139 const std::string& device_path,
    [all...]
network_sms_handler.cc 430 std::string device_path; local
431 (*iter)->GetAsString(&device_path);
432 if (!device_path.empty()) {
434 VLOG(1) << "GetDeviceProperties: " << device_path;
436 dbus::ObjectPath(device_path),
439 device_path));
445 const std::string& device_path,
450 << " For: " << device_path; local
457 LOG(ERROR) << "NetworkSmsHandler: No type for: " << device_path;
466 LOG(ERROR) << "Device has no DBusConnection Property: " << device_path;
    [all...]
network_state.h 45 const std::string& device_path() const { return device_path_; } function in class:chromeos::NetworkState
cros_network_functions_unittest.cc 225 const std::string device_path = "/"; local
230 SetProperty(dbus::ObjectPath(device_path), StrEq(property),
233 CrosSetNetworkDeviceProperty(device_path, property, value);
485 const std::string device_path = "/device/path"; local
497 GetProperties(dbus::ObjectPath(device_path), _)).WillOnce(
501 device_path,
502 MockNetworkPropertiesCallback::CreateCallback(device_path, result));
675 const std::string device_path = "/device/path"; local
682 RequirePin(dbus::ObjectPath(device_path), pin, kRequire, _, _))
685 device_path, NETWORK_METHOD_ERROR_NONE, _)).Times(1)
695 const std::string device_path = "\/device\/path"; local
714 const std::string device_path = "\/device\/path"; local
734 const std::string device_path = "\/device\/path"; local
753 const std::string device_path = "\/device\/path"; local
760 const std::string device_path = "\/device\/path"; local
    [all...]
  /system/core/fastboot/
usb.h 56 char device_path[256]; member in struct:usb_ifc_info
  /external/chromium_org/chromeos/dbus/
bluetooth_profile_service_provider.cc 105 dbus::ObjectPath device_path; local
108 if (!reader.PopObjectPath(&device_path) ||
138 delegate_->NewConnection(device_path, fd.Pass(), options, callback);
150 dbus::ObjectPath device_path; local
151 if (!reader.PopObjectPath(&device_path)) {
163 delegate_->RequestDisconnection(device_path, callback);
bluetooth_agent_service_provider.cc 145 dbus::ObjectPath device_path; local
146 if (!reader.PopObjectPath(&device_path)) {
158 delegate_->RequestPinCode(device_path, callback);
170 dbus::ObjectPath device_path; local
172 if (!reader.PopObjectPath(&device_path) ||
179 delegate_->DisplayPinCode(device_path, pincode);
192 dbus::ObjectPath device_path; local
193 if (!reader.PopObjectPath(&device_path)) {
205 delegate_->RequestPasskey(device_path, callback);
217 dbus::ObjectPath device_path; local
243 dbus::ObjectPath device_path; local
270 dbus::ObjectPath device_path; local
295 dbus::ObjectPath device_path; local
    [all...]
fake_bluetooth_adapter_client.cc 183 const dbus::ObjectPath& device_path,
192 << " " << device_path.value();
198 device_client->RemoveDevice(dbus::ObjectPath(kAdapterPath), device_path); local
shill_manager_client_stub.cc 134 std::string device_path = device_client->GetDevicePathForType(device_type); local
135 if (!device_path.empty()) {
136 device_client->SetDeviceProperty(device_path,
149 weak_ptr_factory_.GetWeakPtr(), device_path, callback),
324 void ShillManagerClientStub::AddDevice(const std::string& device_path) {
326 base::Value::CreateStringValue(device_path))) {
331 void ShillManagerClientStub::RemoveDevice(const std::string& device_path) {
332 base::StringValue device_path_value(device_path);
634 void ShillManagerClientStub::ScanCompleted(const std::string& device_path,
636 if (!device_path.empty())
    [all...]
cros_disks_client.h 108 DiskInfo(const std::string& device_path, dbus::Response* response);
112 const std::string& device_path() const { return device_path_; } function in class:chromeos::DiskInfo
224 const std::string& device_path)
246 virtual void Unmount(const std::string& device_path,
259 virtual void FormatDevice(const std::string& device_path,
266 virtual void GetDeviceProperties(const std::string& device_path,
  /external/chromium_org/chrome/browser/chromeos/imageburner/
burn_device_handler_unittest.cc 45 bool new_disk = InsertDisk(disk->device_path(), in_disk.Pass());
93 const std::string& device_path,
133 *out_path = disk.device_path();
149 const std::string& device_path,
156 device_path,
221 const std::string& device_path = burnable_devices[i].device_path(); local
222 burnable_usb_found |= (device_path == "/dev/burnable_usb");
223 burnable_sd_found |= (device_path == "/dev/burnable_sd");
  /system/core/debuggerd/
getevent.c 162 const char *device_path = "/dev/input"; local
169 res = inotify_add_watch(ufds[0].fd, device_path, IN_DELETE | IN_CREATE);
173 res = scan_dir(device_path);
196 const char *device_path = "/dev/input"; local
203 read_notify(device_path, ufds[0].fd);
  /external/chromium/chrome/browser/chromeos/cros/
mount_library.h 38 Disk(const std::string& device_path,
52 const std::string& device_path() const { return device_path_; } function in class:chromeos::MountLibrary::Disk
105 const std::string& device_path ) = 0;
114 virtual void MountPath(const char* device_path) = 0;
115 virtual void UnmountPath(const char* device_path) = 0;
  /external/chromium_org/chrome/browser/chromeos/policy/
device_status_collector_browsertest.cc 592 const char* device_path; member in struct:policy::FakeDeviceData
634 test_device_client->AddDevice(dev.device_path, dev.type,
638 dev.device_path, flimflam::kAddressProperty,
643 dev.device_path, flimflam::kMeidProperty,
648 dev.device_path, flimflam::kImeiProperty,
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_linux.cc 136 const dbus::ObjectPath& device_path = device_paths[i]; local
137 VLOG(1) << "Checking device: " << device_path.value();
141 device_path);
153 << device_path.value();
166 if (GetAccessPointsForAdapter(device_path, data))
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
linuxdevicemanager.cc 268 std::string device_path = "/dev/" + filename; local
270 if (V4LLookup::IsV4L2Device(device_path)) {
272 Device(GetVideoDeviceName(meta, filename), device_path));
  /external/grub/stage2/
bios.c 228 unsigned char device_path[8];
226 unsigned char device_path[8]; member in struct:drive_parameters
  /external/chromium_org/chrome/browser/storage_monitor/
storage_monitor_linux_unittest.cc 53 const char* device_path; member in struct:chrome::__anon8193::TestDeviceData
74 scoped_ptr<StorageInfo> GetDeviceInfo(const base::FilePath& device_path,
79 if (device_path.value() == kTestDeviceData[i].device_path) {
105 if (device == kTestDeviceData[i].device_path)
113 if (device == kTestDeviceData[i].device_path) {
volume_mount_watcher_win.cc 72 base::string16 device_path; local
75 device.c_str(), WriteInto(&device_path, kMaxPathBufLen), kMaxPathBufLen);
83 if (device_path.find(L"Floppy") != base::string16::npos ||
116 // Gets mass storage device information given a |device_path|. On success,
121 bool GetDeviceDetails(const base::FilePath& device_path, StorageInfo* info) {
125 if (!GetVolumePathName(device_path.value().c_str(),
167 GetVolumeInformationW(device_path.value().c_str(),
386 const base::FilePath& device_path,
390 if (!get_device_details_callback.Run(device_path, &info)) {
394 volume_watcher, device_path));
    [all...]
  /external/chromium_org/chromeos/disks/
disk_mount_manager.cc 110 std::string device_path = mount_point->second.source_path; variable
111 DiskMap::const_iterator disk = disks_.find(device_path);
113 LOG(ERROR) << "Device with path \"" << device_path << "\" not found.";
114 OnFormatDevice(device_path, false);
122 device_path));
127 const std::string& device_path,
132 int device_path_len = device_path.length();
135 strncmp(device_path.c_str(), it->second->device_path().c_str(),
143 if (disks_.find(device_path) == disks_.end())
481 std::string device_path = device_path_arg; local
    [all...]
disk_mount_manager.h 54 Disk(const std::string& device_path,
77 const std::string& device_path() const { return device_path_; } function in class:chromeos::disks::DiskMountManager::Disk
210 const std::string& device_path) = 0;
218 const std::string& device_path) = 0;
265 // Unmounts device_path and all of its known children.
267 const std::string& device_path,
  /system/core/toolbox/
getevent.c 509 const char *device_path = "/dev/input"; local
603 res = inotify_add_watch(ufds[0].fd, device_path, IN_DELETE | IN_CREATE);
605 fprintf(stderr, "could not add watch for %s, %s\n", device_path, strerror(errno));
608 res = scan_dir(device_path, print_flags);
610 fprintf(stderr, "scan dir failed for %s\n", device_path);
635 read_notify(device_path, ufds[0].fd, print_flags);
  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.cc 831 std::string device_path = "/dev/" + filename; local
833 if (V4LLookup::IsV4L2Device(device_path)) {
835 Device(GetVideoDeviceName(meta, filename), device_path));

Completed in 323 milliseconds

1 2