/external/chromium_org/chromeos/dbus/ |
D | nfc_manager_client.h | 43 virtual void AdapterAdded(const dbus::ObjectPath& object_path) {} in AdapterAdded() function
|
D | 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))); 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()
|
D | fake_bluetooth_adapter_client.cc | 221 AdapterAdded(dbus::ObjectPath(kAdapterPath))); in SetVisible() 239 AdapterAdded(dbus::ObjectPath(kSecondAdapterPath))); in SetSecondVisible()
|
D | nfc_adapter_client.h | 68 virtual void AdapterAdded(const dbus::ObjectPath& object_path) {} in AdapterAdded() function
|
D | fake_nfc_manager_client.cc | 79 FOR_EACH_OBSERVER(Observer, observers_, AdapterAdded(new_adapter)); in AddAdapter()
|
D | bluetooth_adapter_client.h | 88 virtual void AdapterAdded(const dbus::ObjectPath& object_path) {} in AdapterAdded() function
|
D | fake_nfc_adapter_client.cc | 216 AdapterAdded(dbus::ObjectPath(kAdapterPath0))); in SetAdapterPresent() 229 AdapterAdded(dbus::ObjectPath(kAdapterPath1))); in SetSecondAdapterPresent()
|
D | nfc_manager_client.cc | 112 FOR_EACH_OBSERVER(Observer, observers_, AdapterAdded(object_path)); in AdapterAddedReceived()
|
D | nfc_device_client.cc | 133 virtual void AdapterAdded(const dbus::ObjectPath& object_path) OVERRIDE { in AdapterAdded() function in chromeos::NfcDeviceClientImpl
|
D | nfc_adapter_client.cc | 175 AdapterAdded(object_path)); in ObjectAdded()
|
D | nfc_tag_client.cc | 134 virtual void AdapterAdded(const dbus::ObjectPath& object_path) OVERRIDE { in AdapterAdded() function in chromeos::NfcTagClientImpl
|
D | bluetooth_adapter_client.cc | 196 AdapterAdded(object_path)); in ObjectAdded()
|
/external/chromium_org/device/nfc/ |
D | nfc_adapter_chromeos.h | 54 virtual void AdapterAdded(const dbus::ObjectPath& object_path) OVERRIDE;
|
D | nfc_adapter_chromeos.cc | 119 void NfcAdapterChromeOS::AdapterAdded(const dbus::ObjectPath& object_path) { in AdapterAdded() function in chromeos::NfcAdapterChromeOS
|
/external/chromium_org/device/bluetooth/ |
D | bluetooth_adapter_chromeos.h | 130 virtual void AdapterAdded(const dbus::ObjectPath& object_path) OVERRIDE;
|
D | bluetooth_adapter_chromeos.cc | 289 void BluetoothAdapterChromeOS::AdapterAdded( in AdapterAdded() function in chromeos::BluetoothAdapterChromeOS
|