Home
last modified time | relevance | path

Searched refs:DeviceRemoved (Results 1 – 25 of 58) sorted by relevance

123

/external/chromium_org/chrome/browser/local_discovery/
Dprivet_notifications.h60 void DeviceRemoved(const std::string& name);
103 virtual void DeviceRemoved(const std::string& name) OVERRIDE;
Dprivet_device_lister.h28 virtual void DeviceRemoved(const std::string& name) = 0;
Dprivet_notifications.cc154 void PrivetNotificationsListener::DeviceRemoved(const std::string& name) { in DeviceRemoved() function in local_discovery::PrivetNotificationsListener
217 void PrivetNotificationService::DeviceRemoved(const std::string& name) { in DeviceRemoved() function in local_discovery::PrivetNotificationService
218 privet_notifications_listener_->DeviceRemoved(name); in DeviceRemoved()
Dprivet_device_lister_impl.cc59 delegate_->DeviceRemoved(service_name); in OnDeviceRemoved()
Dprivet_local_printer_lister.h51 virtual void DeviceRemoved(const std::string& name) OVERRIDE;
Dprivet_device_lister_unittest.cc168 MOCK_METHOD1(DeviceRemoved, void(const std::string& name));
246 EXPECT_CALL(delegate_, DeviceRemoved("myprinter._privet._tcp.local")); in TEST_F()
/external/chromium_org/chrome/browser/chromeos/
Ddevice_hierarchy_observer.h18 virtual void DeviceRemoved(int device_id) = 0;
/external/chromium_org/chrome/browser/chromeos/system/
Dpointer_device_observer.h42 virtual void DeviceRemoved(int device_id) OVERRIDE {} in DeviceRemoved() function
/external/chromium_org/device/bluetooth/
Dbluetooth_gatt_connection_chromeos.h44 virtual void DeviceRemoved(const dbus::ObjectPath& object_path) OVERRIDE;
Dbluetooth_gatt_connection_chromeos.cc76 void BluetoothGattConnectionChromeOS::DeviceRemoved( in DeviceRemoved() function in chromeos::BluetoothGattConnectionChromeOS
/external/chromium_org/components/proximity_auth/
Dbluetooth_connection_unittest.cc84 using BluetoothConnection::DeviceRemoved;
237 connection.DeviceRemoved(adapter_.get(), &device_); in TEST_F()
251 connection.DeviceRemoved(adapter_.get(), &other_device); in TEST_F()
291 connection.DeviceRemoved(adapter_.get(), &device_); in TEST_F()
Dbluetooth_connection.h45 virtual void DeviceRemoved(device::BluetoothAdapter* adapter,
/external/chromium_org/components/storage_monitor/
Dimage_capture_device.h52 virtual void DeviceRemoved() = 0;
Dimage_capture_device.mm164 listener_->DeviceRemoved();
176 listener_->DeviceRemoved();
/external/chromium_org/chromeos/dbus/
Dnfc_device_client.h52 virtual void DeviceRemoved(const dbus::ObjectPath& object_path) {} in DeviceRemoved() function
Dnfc_client_unittest.cc64 MOCK_METHOD1(DeviceRemoved, void(const dbus::ObjectPath&));
710 DeviceRemoved(dbus::ObjectPath(kTestDevicePath0))); in TEST_F()
737 DeviceRemoved(dbus::ObjectPath(kTestDevicePath1))); in TEST_F()
854 DeviceRemoved(dbus::ObjectPath(kTestDevicePath0))); in TEST_F()
872 DeviceRemoved(dbus::ObjectPath(kTestDevicePath1))); in TEST_F()
Dbluetooth_device_client.h114 virtual void DeviceRemoved(const dbus::ObjectPath& object_path) {} in DeviceRemoved() function
/external/chromium_org/chrome/browser/chromeos/power/
Dperipheral_battery_observer.h44 virtual void DeviceRemoved(device::BluetoothAdapter* adapter,
/external/chromium_org/ash/system/chromeos/bluetooth/
Dbluetooth_notification_controller.h39 virtual void DeviceRemoved(device::BluetoothAdapter* adapter,
/external/chromium_org/chrome/browser/chromeos/events/
Dxinput_hierarchy_changed_event_listener.cc37 DeviceRemoved(info->deviceid)); in HandleHierarchyChangedEvent()
/external/chromium_org/device/bluetooth/test/
Dmock_bluetooth_adapter.h29 MOCK_METHOD2(DeviceRemoved, void(BluetoothAdapter*, BluetoothDevice*));
/external/chromium_org/device/nfc/
Dnfc_adapter_chromeos.h62 virtual void DeviceRemoved(const dbus::ObjectPath& object_path) OVERRIDE;
/external/chromium_org/content/browser/gamepad/
Dxbox_data_fetcher_mac.h162 static void DeviceRemoved(void* context, io_iterator_t iterator);
/external/chromium_org/extensions/browser/api/bluetooth/
Dbluetooth_event_router.h104 virtual void DeviceRemoved(device::BluetoothAdapter* adapter,
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
Dbluetooth_options_handler.h149 virtual void DeviceRemoved(device::BluetoothAdapter* adapter,

123