summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/fake_nfc_adapter_client.h
Commit message (Collapse)AuthorAgeFilesLines
* Replace more ObserverList with base::ObserverList.brettw2015-06-031-1/+1
| | | | | | | | | | | | This is everything but the chrome directory CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=zelidrag@chromium.org (chromeos) TBR=keybuk@chromium.org (device/bluetooth) Review URL: https://codereview.chromium.org/1162943002 Cr-Commit-Position: refs/heads/master@{#332626}
* Update {virtual,override,final} to follow C++11 style in chromeos/dbus.dcheng2015-01-161-15/+14
| | | | | | | | | | | | | | | | The Google style guide states that only one of {virtual,override,final} should be used for each declaration, since override implies virtual and final implies both virtual and override. This patch was automatically generated with a ChromeOS build using a variation of https://codereview.chromium.org/598073004. BUG=417463 R=hashimoto@chromium.org Review URL: https://codereview.chromium.org/817853005 Cr-Commit-Position: refs/heads/master@{#311851}
* replace OVERRIDE and FINAL with override and final in chromeos/mostynb2014-10-061-10/+10
| | | | | | | | BUG=417463 Review URL: https://codereview.chromium.org/628883002 Cr-Commit-Position: refs/heads/master@{#298229}
* nfc: Implement device::NfcTagChromeOS.armansito@chromium.org2014-01-181-8/+19
| | | | | | | | | | | | Implemented device::NfcTag for the Chrome OS platform. With this patch, Chrome can now interact with remote NFC tags. BUG=316471 TEST=device_unittests Review URL: https://codereview.chromium.org/116143009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245753 0039d316-1c4b-4281-b951-d872f2087c98
* nfc: Implement device::NfcPeerChromeOS.armansito@chromium.org2013-12-201-5/+28
| | | | | | | | | | | | Implemented device::NfcPeer for Chrome OS. With this, Chrome can now interact with remote NFC adapters. BUG=316471 TEST=device_unittests Review URL: https://codereview.chromium.org/112183002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242205 0039d316-1c4b-4281-b951-d872f2087c98
* nfc: Implement NfcAdapterChromeOS.armansito@chromium.org2013-12-081-3/+28
| | | | | | | | | | | Added the basic implementation of NfcAdapterChromeOS, with no tag/peer logic. BUG=316471 TEST=device_unittests Review URL: https://codereview.chromium.org/100393011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@239388 0039d316-1c4b-4281-b951-d872f2087c98
* nfc: Add D-Bus clients for NFC Tag and Device interfaces.armansito@chromium.org2013-10-311-5/+2
| | | | | | | | | | | | | Added D-Bus client code for the NFC Tag and Device interfaces. BUG=304979 TEST=1. chromeos_unittests 2. Manually test using an external USB adapter that Tag and Device property changes are reflected in the logs. Review URL: https://codereview.chromium.org/48713006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232042 0039d316-1c4b-4281-b951-d872f2087c98
* nfc: Add D-Bus client for NFC adapter.armansito@chromium.org2013-10-261-0/+61
Added D-Bus client code for the NFC Adapter interface. BUG=304979 TEST=1. chromeos_unittests 2. On Chrome OS machine, adding and removing a USB NFC adapter should cause adapter object proxies to get added and removed. Tapping an NFC tag or a Nexus 4 device should log property change events. Review URL: https://codereview.chromium.org/35873002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231189 0039d316-1c4b-4281-b951-d872f2087c98