Searched refs:FakeNfcRecordClient (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chromeos/dbus/
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...]
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_device_client.cc136 FakeNfcRecordClient* record_client =
137 static_cast<FakeNfcRecordClient*>(
221 FakeNfcRecordClient* record_client =
222 static_cast<FakeNfcRecordClient*>(
H A Dfake_nfc_tag_client.cc104 FakeNfcRecordClient* record_client = static_cast<FakeNfcRecordClient*>(
145 FakeNfcRecordClient* record_client =
146 static_cast<FakeNfcRecordClient*>(
H A Ddbus_client_bundle.cc238 nfc_record_client_.reset(new FakeNfcRecordClient);
/external/chromium_org/device/nfc/
H A Dnfc_chromeos_unittest.cc150 fake_nfc_record_client_ = static_cast<FakeNfcRecordClient*>(
206 FakeNfcRecordClient* fake_nfc_record_client_;
766 FakeNfcRecordClient::Properties record_properties(

Completed in 164 milliseconds