Searched defs:FakeNfcAdapterClient (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dfake_nfc_adapter_client.h18 // FakeNfcAdapterClient simulates the behavior of the NFC adapter objects
20 class CHROMEOS_EXPORT FakeNfcAdapterClient : public NfcAdapterClient { class in namespace:chromeos
39 FakeNfcAdapterClient();
40 virtual ~FakeNfcAdapterClient();
63 // Tells the FakeNfcAdapterClient to add the device or tag with the given path
71 // Tells the FakeNfcAdapterClient to remove the device or tag with the given
78 // Sets a flag that determines whether FakeNfcAdapterClient should notify
112 DISALLOW_COPY_AND_ASSIGN(FakeNfcAdapterClient);
H A Dfake_nfc_adapter_client.cc20 const char FakeNfcAdapterClient::kAdapterPath0[] = "/fake/nfc0";
21 const char FakeNfcAdapterClient::kAdapterPath1[] = "/fake/nfc1";
23 FakeNfcAdapterClient::Properties::Properties(
28 FakeNfcAdapterClient::Properties::~Properties() {
31 void FakeNfcAdapterClient::Properties::Get(
38 void FakeNfcAdapterClient::Properties::GetAll() {
42 void FakeNfcAdapterClient::Properties::Set(
82 FakeNfcAdapterClient::FakeNfcAdapterClient() function in class:chromeos::FakeNfcAdapterClient
87 VLOG(1) << "Creating FakeNfcAdapterClient";
[all...]

Completed in 1183 milliseconds