/external/chromium_org/chrome/browser/extensions/api/image_writer_private/ |
operation_manager.cc | 65 const std::string& device_path, 84 device_path)); 95 const std::string& device_path, 109 weak_factory_.GetWeakPtr(), extension_id, path, device_path)); 135 const std::string& device_path, 144 weak_factory_.GetWeakPtr(), extension_id, device_path));
|
write_from_url_operation.cc | 23 const std::string& device_path) 24 : Operation(manager, extension_id, device_path),
|
operation.h | 58 const std::string& device_path); 92 // Writes the current file to device_path. 95 // Verifies that the current file and device_path contents match. 172 // the device where device_path has been a system device path.
|
removable_storage_provider_chromeos.cc | 34 device->storage_unit_id = disk.device_path();
|
/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_profile_service_provider.h | 74 // with object path |device_path| is established. |callback| must be called 87 virtual void NewConnection(const dbus::ObjectPath& device_path, 93 // with object path |device_path| is disconnected. Any file descriptors 96 virtual void RequestDisconnection(const dbus::ObjectPath& device_path,
|
cros_disks_client.h | 106 DiskInfo(const std::string& device_path, dbus::Response* response); 110 const std::string& device_path() const { return device_path_; } function in class:chromeos::DiskInfo 244 const std::string& device_path)> 251 const std::string& device_path)> 273 virtual void Unmount(const std::string& device_path, 292 virtual void Format(const std::string& device_path, 299 virtual void GetDeviceProperties(const std::string& device_path,
|
fake_nfc_adapter_client.cc | 236 void FakeNfcAdapterClient::SetDevice(const dbus::ObjectPath& device_path) { 237 LOG(INFO) << "Add device path to the fake adapter: " << device_path.value(); 245 if (*iter == device_path) { 254 new_devices.push_back(device_path); 280 void FakeNfcAdapterClient::UnsetDevice(const dbus::ObjectPath& device_path) { 282 << device_path.value(); 286 if (*iter == device_path) {
|
fake_bluetooth_device_client.cc | 525 const dbus::ObjectPath& device_path) { 527 device_list_.end(), device_path) != device_list_.end()) 533 device_path)); 536 if (device_path == dbus::ObjectPath(kLegacyAutopairPath)) { 546 } else if (device_path == dbus::ObjectPath(kDisplayPinCodePath)) { 556 } else if (device_path == dbus::ObjectPath(kVanishingDevicePath)) { 562 } else if (device_path == dbus::ObjectPath(kConnectUnpairablePath)) { 572 } else if (device_path == dbus::ObjectPath(kDisplayPasskeyPath)) { 582 } else if (device_path == dbus::ObjectPath(kRequestPinCodePath)) { 588 } else if (device_path == dbus::ObjectPath(kConfirmPasskeyPath)) [all...] |
fake_bluetooth_gatt_service_client.h | 52 // Makes a service visible for device with object path |device_path|. Note 55 void ExposeHeartRateService(const dbus::ObjectPath& device_path);
|
/external/chromium_org/chrome/browser/chromeos/imageburner/ |
burn_device_handler.cc | 79 const std::string& device_path) { 92 const std::string& device_path) {
|
burn_device_handler.h | 52 const std::string& device_path) OVERRIDE; 60 const std::string& device_path) OVERRIDE;
|
/external/chromium_org/chromeos/network/ |
network_sms_handler.h | 86 // Callback to handle the device properties for |device_path|. 88 void DevicePropertiesCallback(const std::string& device_path,
|
network_sms_handler.cc | 427 std::string device_path; local 428 (*iter)->GetAsString(&device_path); 429 if (!device_path.empty()) { 431 VLOG(1) << "GetDeviceProperties: " << device_path; 433 dbus::ObjectPath(device_path), 436 device_path)); 442 const std::string& device_path, 447 << " For: " << device_path; local 454 LOG(ERROR) << "NetworkSmsHandler: No type for: " << device_path; 463 LOG(ERROR) << "Device has no DBusService Property: " << device_path; [all...] |
/external/chromium_org/components/storage_monitor/ |
storage_monitor_win.h | 55 // Gets the removable storage information given a |device_path|. On success, 57 bool GetDeviceInfo(const base::FilePath& device_path,
|
storage_monitor_chromeos.h | 52 const std::string& device_path) OVERRIDE; 61 const std::string& device_path) OVERRIDE;
|
/external/chromium_org/device/bluetooth/ |
bluetooth_socket_chromeos.cc | 364 const dbus::ObjectPath& device_path, 370 << device_path.value(); 373 DCHECK(device_path_ == device_path); 386 request->device_path = device_path; 400 const dbus::ObjectPath& device_path, 436 GetDeviceWithPath(request->device_path); 447 client_socket->device_path_ = request->device_path; 455 request->device_path, 465 const dbus::ObjectPath& device_path, [all...] |
bluetooth_adapter_chromeos.h | 124 virtual void RequestPinCode(const dbus::ObjectPath& device_path, 126 virtual void DisplayPinCode(const dbus::ObjectPath& device_path, 128 virtual void RequestPasskey(const dbus::ObjectPath& device_path, 130 virtual void DisplayPasskey(const dbus::ObjectPath& device_path, 132 virtual void RequestConfirmation(const dbus::ObjectPath& device_path, 136 virtual void RequestAuthorization(const dbus::ObjectPath& device_path, 139 virtual void AuthorizeService(const dbus::ObjectPath& device_path,
|
bluetooth_socket_chromeos.h | 114 const dbus::ObjectPath& device_path, 119 const dbus::ObjectPath& device_path, 129 const dbus::ObjectPath& device_path, 194 dbus::ObjectPath device_path; member in struct:chromeos::BluetoothSocketChromeOS::ConnectionRequest
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/imageburner/ |
imageburner_ui.cc | 139 base::StringValue device_path_value(disk.device_path()); 194 disk_value->SetString(std::string(kPropertyDevicePath), disk.device_path()); 292 // device_path has to be previously created. 295 base::FilePath* device_path) { 301 *device_path = base::FilePath(image_dest); 304 device_path->clear();
|
/external/chromium_org/chromeos/disks/ |
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,
|
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
fake_disk_mount_manager.cc | 108 const std::string& device_path, 114 return disks_.insert(make_pair(disk->device_path(), disk)).second;
|
/external/chromium_org/ui/ozone/platform/dri/ |
dri_wrapper.cc | 16 DriWrapper::DriWrapper(const char* device_path) { 17 fd_ = open(device_path, O_RDWR | O_CLOEXEC);
|
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
event_router.h | 121 virtual void OnDeviceAdded(const std::string& device_path) OVERRIDE; 122 virtual void OnDeviceRemoved(const std::string& device_path, 130 const std::string& device_path, bool success) OVERRIDE; 132 const std::string& device_path, bool success) OVERRIDE;
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/ |
android_platform_backend_unittest.py | 26 def PushIfNeeded(self, host_binary, device_path):
|