HomeSort by relevance Sort by last modified time
    Searched refs:AdapterAdded (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/chromeos/dbus/
nfc_manager_client.h 43 virtual void AdapterAdded(const dbus::ObjectPath& object_path) {}
nfc_adapter_client.h 68 virtual void AdapterAdded(const dbus::ObjectPath& object_path) {}
bluetooth_adapter_client.h 88 virtual void AdapterAdded(const dbus::ObjectPath& object_path) {}
fake_nfc_manager_client.cc 79 FOR_EACH_OBSERVER(Observer, observers_, AdapterAdded(new_adapter));
fake_bluetooth_adapter_client.cc 201 AdapterAdded(dbus::ObjectPath(kAdapterPath)));
219 AdapterAdded(dbus::ObjectPath(kSecondAdapterPath)));
fake_nfc_adapter_client.cc 170 AdapterAdded(dbus::ObjectPath(kAdapterPath0)));
183 AdapterAdded(dbus::ObjectPath(kAdapterPath1)));
nfc_manager_client.cc 101 // Called by dbus:: when an "AdapterAdded" signal is received..
107 LOG(WARNING) << "AdapterAdded signal has incorrect parameters: "
112 FOR_EACH_OBSERVER(Observer, observers_, AdapterAdded(object_path));
115 // Called by dbus:: when the "AdapterAdded" signal is initially connected.
119 LOG_IF(WARNING, !success) << "Failed to connect to AdapterAdded signal.";
136 // Called by dbus:: when the "AdapterAdded" signal is initially connected.
nfc_client_unittest.cc 48 MOCK_METHOD1(AdapterAdded, void(const dbus::ObjectPath&));
55 MOCK_METHOD1(AdapterAdded, void(const dbus::ObjectPath&));
406 AdapterAdded(dbus::ObjectPath(kTestAdapterPath0)));
432 AdapterAdded(dbus::ObjectPath(kTestAdapterPath1)));
524 AdapterAdded(dbus::ObjectPath(kTestAdapterPath0)));
653 AdapterAdded(dbus::ObjectPath(kTestAdapterPath0)));
    [all...]
bluetooth_adapter_client.cc 195 AdapterAdded(object_path));
nfc_adapter_client.cc 175 AdapterAdded(object_path));
nfc_device_client.cc 133 virtual void AdapterAdded(const dbus::ObjectPath& object_path) OVERRIDE {
nfc_tag_client.cc 134 virtual void AdapterAdded(const dbus::ObjectPath& object_path) OVERRIDE {
  /external/chromium_org/device/bluetooth/
bluetooth_adapter_chromeos.h 73 virtual void AdapterAdded(const dbus::ObjectPath& object_path) OVERRIDE;
bluetooth_adapter_chromeos.cc 163 void BluetoothAdapterChromeOS::AdapterAdded(
  /external/chromium_org/device/nfc/
nfc_adapter_chromeos.h 54 virtual void AdapterAdded(const dbus::ObjectPath& object_path) OVERRIDE;
nfc_adapter_chromeos.cc 113 void NfcAdapterChromeOS::AdapterAdded(const dbus::ObjectPath& object_path) {

Completed in 671 milliseconds