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

/external/chromium_org/chromeos/dbus/
H A Dfake_nfc_device_client.h16 // FakeNfcDeviceClient simulates the behavior of the NFC device objects
18 class CHROMEOS_EXPORT FakeNfcDeviceClient : public NfcDeviceClient { class in namespace:chromeos
39 FakeNfcDeviceClient();
40 virtual ~FakeNfcDeviceClient();
81 // Tells the FakeNfcDeviceClient to add the records in |record_paths| to its
87 // Tells the FakeNfcDeviceClient to clear the list of records exposed for
128 DISALLOW_COPY_AND_ASSIGN(FakeNfcDeviceClient);
H A Dfake_nfc_device_client.cc22 const char FakeNfcDeviceClient::kDevicePath[] = "/fake/device0";
23 const int FakeNfcDeviceClient::kDefaultSimulationTimeoutMilliseconds = 10000;
25 FakeNfcDeviceClient::Properties::Properties(
30 FakeNfcDeviceClient::Properties::~Properties() {
33 void FakeNfcDeviceClient::Properties::Get(
40 void FakeNfcDeviceClient::Properties::GetAll() {
44 void FakeNfcDeviceClient::Properties::Set(
51 FakeNfcDeviceClient::FakeNfcDeviceClient() function in class:chromeos::FakeNfcDeviceClient
55 VLOG(1) << "Creating FakeNfcDeviceClient";
[all...]

Completed in 100 milliseconds