Searched defs:RemoveDevice (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/device/hid/
H A Dhid_service.cc101 void HidService::RemoveDevice(const HidDeviceId& device_id) { function in class:device::HidService
H A Dinput_service_linux.cc147 RemoveDevice(devnode);
231 void InputServiceLinux::RemoveDevice(const std::string& id) { function in class:device::InputServiceLinux
/external/chromium_org/chrome/browser/chromeos/device/
H A Dinput_service_proxy_browsertest.cc32 void RemoveDeviceForTesting(const std::string& id) { RemoveDevice(id); }
116 void RemoveDevice(const std::string& id) { function in namespace:chromeos::__anon3049
187 BrowserThread::FILE, FROM_HERE, base::Bind(&RemoveDevice, kMouseId));
/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_adapter_client.cc190 void FakeBluetoothAdapterClient::RemoveDevice( function in class:chromeos::FakeBluetoothAdapterClient
200 VLOG(1) << "RemoveDevice: " << object_path.value()
207 device_client->RemoveDevice(dbus::ObjectPath(kAdapterPath), device_path);
H A Dfake_shill_device_client.cc292 void FakeShillDeviceClient::RemoveDevice(const std::string& device_path) { function in class:chromeos::FakeShillDeviceClient
294 RemoveDevice(device_path);
H A Dfake_bluetooth_device_client.cc639 void FakeBluetoothDeviceClient::RemoveDevice( function in class:chromeos::FakeBluetoothDeviceClient
736 RemoveDevice(dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath),
H A Dfake_shill_manager_client.cc388 void FakeShillManagerClient::RemoveDevice(const std::string& device_path) { function in class:chromeos::FakeShillManagerClient
/external/chromium_org/chromeos/network/
H A Dshill_property_handler_unittest.cc210 void RemoveDevice(const std::string& id) { function in class:chromeos::ShillPropertyHandlerTest
211 device_test_->RemoveDevice(id);
364 RemoveDevice(kTestDevicePath);

Completed in 117 milliseconds