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

/external/chromium_org/chromeos/dbus/
H A Dfake_nfc_record_client.h17 // FakeNfcRecordClient simulates the behavior of the NFC record objects and is
19 class CHROMEOS_EXPORT FakeNfcRecordClient : public NfcRecordClient { class in namespace:chromeos
40 FakeNfcRecordClient();
41 virtual ~FakeNfcRecordClient();
87 DISALLOW_COPY_AND_ASSIGN(FakeNfcRecordClient);
H A Dfake_nfc_record_client.cc45 const char FakeNfcRecordClient::kDeviceSmartPosterRecordPath[] =
47 const char FakeNfcRecordClient::kDeviceTextRecordPath[] =
49 const char FakeNfcRecordClient::kDeviceUriRecordPath[] = "/fake/device/record2";
50 const char FakeNfcRecordClient::kTagRecordPath[] = "/fake/tag/record0";
52 FakeNfcRecordClient::Properties::Properties(
57 FakeNfcRecordClient::Properties::~Properties() {
60 void FakeNfcRecordClient::Properties::Get(
67 void FakeNfcRecordClient::Properties::GetAll() {
73 void FakeNfcRecordClient::Properties::Set(
80 FakeNfcRecordClient function in class:chromeos::FakeNfcRecordClient
[all...]

Completed in 61 milliseconds