Home
last modified time | relevance | path

Searched refs:AdapterAdded (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/chromeos/dbus/
Dnfc_manager_client.h43 virtual void AdapterAdded(const dbus::ObjectPath& object_path) {} in AdapterAdded() function
Dnfc_client_unittest.cc48 MOCK_METHOD1(AdapterAdded, void(const dbus::ObjectPath&));
55 MOCK_METHOD1(AdapterAdded, void(const dbus::ObjectPath&));
406 AdapterAdded(dbus::ObjectPath(kTestAdapterPath0))); in TEST_F()
432 AdapterAdded(dbus::ObjectPath(kTestAdapterPath1))); in TEST_F()
524 AdapterAdded(dbus::ObjectPath(kTestAdapterPath0))); in TEST_F()
653 AdapterAdded(dbus::ObjectPath(kTestAdapterPath0))); in TEST_F()
768 AdapterAdded(dbus::ObjectPath(kTestAdapterPath0))); in TEST_F()
770 AdapterAdded(dbus::ObjectPath(kTestAdapterPath1))); in TEST_F()
Dfake_bluetooth_adapter_client.cc221 AdapterAdded(dbus::ObjectPath(kAdapterPath))); in SetVisible()
239 AdapterAdded(dbus::ObjectPath(kSecondAdapterPath))); in SetSecondVisible()
Dnfc_adapter_client.h68 virtual void AdapterAdded(const dbus::ObjectPath& object_path) {} in AdapterAdded() function
Dfake_nfc_manager_client.cc79 FOR_EACH_OBSERVER(Observer, observers_, AdapterAdded(new_adapter)); in AddAdapter()
Dbluetooth_adapter_client.h88 virtual void AdapterAdded(const dbus::ObjectPath& object_path) {} in AdapterAdded() function
Dfake_nfc_adapter_client.cc216 AdapterAdded(dbus::ObjectPath(kAdapterPath0))); in SetAdapterPresent()
229 AdapterAdded(dbus::ObjectPath(kAdapterPath1))); in SetSecondAdapterPresent()
Dnfc_manager_client.cc112 FOR_EACH_OBSERVER(Observer, observers_, AdapterAdded(object_path)); in AdapterAddedReceived()
Dnfc_device_client.cc133 virtual void AdapterAdded(const dbus::ObjectPath& object_path) OVERRIDE { in AdapterAdded() function in chromeos::NfcDeviceClientImpl
Dnfc_adapter_client.cc175 AdapterAdded(object_path)); in ObjectAdded()
Dnfc_tag_client.cc134 virtual void AdapterAdded(const dbus::ObjectPath& object_path) OVERRIDE { in AdapterAdded() function in chromeos::NfcTagClientImpl
Dbluetooth_adapter_client.cc196 AdapterAdded(object_path)); in ObjectAdded()
/external/chromium_org/device/nfc/
Dnfc_adapter_chromeos.h54 virtual void AdapterAdded(const dbus::ObjectPath& object_path) OVERRIDE;
Dnfc_adapter_chromeos.cc119 void NfcAdapterChromeOS::AdapterAdded(const dbus::ObjectPath& object_path) { in AdapterAdded() function in chromeos::NfcAdapterChromeOS
/external/chromium_org/device/bluetooth/
Dbluetooth_adapter_chromeos.h130 virtual void AdapterAdded(const dbus::ObjectPath& object_path) OVERRIDE;
Dbluetooth_adapter_chromeos.cc289 void BluetoothAdapterChromeOS::AdapterAdded( in AdapterAdded() function in chromeos::BluetoothAdapterChromeOS