Searched refs:RemoveDevice (Results 1 - 24 of 24) sorted by last modified time

/external/chromium_org/device/bluetooth/
H A Dbluetooth_device_chromeos.cc417 RemoveDevice(
H A Dbluetooth_gatt_chromeos_unittest.cc466 fake_bluetooth_device_client_->RemoveDevice(
552 fake_bluetooth_device_client_->RemoveDevice(
/external/chromium_org/device/hid/
H A Dhid_service.cc101 void HidService::RemoveDevice(const HidDeviceId& device_id) { function in class:device::HidService
H A Dhid_service.h46 void RemoveDevice(const HidDeviceId& device_id);
H A Dhid_service_linux.cc158 RemoveDevice(device_path);
H A Dhid_service_mac.cc252 RemoveDevice(service_path);
H A Dhid_service_win.cc299 RemoveDevice(device_path);
H A Dinput_service_linux.cc147 RemoveDevice(devnode);
231 void InputServiceLinux::RemoveDevice(const std::string& id) { function in class:device::InputServiceLinux
H A Dinput_service_linux.h79 void RemoveDevice(const std::string& id);
/external/chromium_org/chromeos/dbus/
H A Dbluetooth_adapter_client.cc153 virtual void RemoveDevice(const dbus::ObjectPath& object_path,
H A Dbluetooth_adapter_client.h135 virtual void RemoveDevice(const dbus::ObjectPath& object_path,
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_bluetooth_adapter_client.h54 virtual void RemoveDevice(const dbus::ObjectPath& object_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_bluetooth_device_client.h96 void RemoveDevice(const dbus::ObjectPath& adapter_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_shill_device_client.h92 virtual void RemoveDevice(const std::string& device_path) OVERRIDE;
H A Dfake_shill_manager_client.cc388 void FakeShillManagerClient::RemoveDevice(const std::string& device_path) { function in class:chromeos::FakeShillManagerClient
H A Dfake_shill_manager_client.h100 virtual void RemoveDevice(const std::string& device_path) OVERRIDE;
H A Dshill_device_client.h50 virtual void RemoveDevice(const std::string& device_path) = 0;
H A Dshill_manager_client.h44 virtual void RemoveDevice(const std::string& device_path) = 0;
/external/chromium_org/chromeos/network/
H A Dnetwork_device_handler_unittest.cc232 fake_device_client_->GetTestInterface()->RemoveDevice(kDefaultWifiDevicePath);
265 fake_device_client_->GetTestInterface()->RemoveDevice(kDefaultWifiDevicePath);
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);
/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));

Completed in 3789 milliseconds