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

  /external/chromium_org/device/hid/
hid_service.cc 101 void HidService::RemoveDevice(const HidDeviceId& device_id) {
input_service_linux.cc 147 RemoveDevice(devnode);
231 void InputServiceLinux::RemoveDevice(const std::string& id) {
  /external/chromium_org/chrome/browser/chromeos/device/
input_service_proxy_browsertest.cc 32 void RemoveDeviceForTesting(const std::string& id) { RemoveDevice(id); }
116 void RemoveDevice(const std::string& id) {
187 BrowserThread::FILE, FROM_HERE, base::Bind(&RemoveDevice, kMouseId));
  /external/chromium_org/chromeos/dbus/
fake_bluetooth_adapter_client.cc 190 void FakeBluetoothAdapterClient::RemoveDevice(
200 VLOG(1) << "RemoveDevice: " << object_path.value()
207 device_client->RemoveDevice(dbus::ObjectPath(kAdapterPath), device_path);
fake_shill_device_client.cc 292 void FakeShillDeviceClient::RemoveDevice(const std::string& device_path) {
294 RemoveDevice(device_path);
fake_bluetooth_device_client.cc 639 void FakeBluetoothDeviceClient::RemoveDevice(
736 RemoveDevice(dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath),
    [all...]
fake_shill_manager_client.cc 388 void FakeShillManagerClient::RemoveDevice(const std::string& device_path) {
    [all...]
  /external/chromium_org/chromeos/network/
shill_property_handler_unittest.cc 210 void RemoveDevice(const std::string& id) {
211 device_test_->RemoveDevice(id);
364 RemoveDevice(kTestDevicePath);

Completed in 114 milliseconds