HomeSort by relevance Sort by last modified time
    Searched defs:FakeNfcTagClient (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chromeos/dbus/
fake_nfc_tag_client.h 15 // FakeNfcTagClient simulates the behavior of the NFC tag objects
17 class CHROMEOS_EXPORT FakeNfcTagClient : public NfcTagClient {
37 FakeNfcTagClient();
38 virtual ~FakeNfcTagClient();
118 DISALLOW_COPY_AND_ASSIGN(FakeNfcTagClient);
fake_nfc_tag_client.cc 21 const char FakeNfcTagClient::kTagPath[] = "/fake/tag0";
22 const int FakeNfcTagClient::kDefaultSimulationTimeoutMilliseconds = 20000;
24 FakeNfcTagClient::Properties::Properties(
29 FakeNfcTagClient::Properties::~Properties() {
32 void FakeNfcTagClient::Properties::Get(
39 void FakeNfcTagClient::Properties::GetAll() {
43 void FakeNfcTagClient::Properties::Set(
50 FakeNfcTagClient::FakeNfcTagClient()
54 VLOG(1) << "Creating FakeNfcTagClient";
    [all...]

Completed in 1281 milliseconds