HomeSort by relevance Sort by last modified time
    Searched refs:FakeNfcRecordClient (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chromeos/dbus/
fake_nfc_record_client.cc 45 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::FakeNfcRecordClient(
    [all...]
fake_nfc_record_client.h 17 // FakeNfcRecordClient simulates the behavior of the NFC record objects and is
19 class CHROMEOS_EXPORT FakeNfcRecordClient : public NfcRecordClient {
40 FakeNfcRecordClient();
41 virtual ~FakeNfcRecordClient();
87 DISALLOW_COPY_AND_ASSIGN(FakeNfcRecordClient);
fake_nfc_device_client.cc 136 FakeNfcRecordClient* record_client =
137 static_cast<FakeNfcRecordClient*>(
221 FakeNfcRecordClient* record_client =
222 static_cast<FakeNfcRecordClient*>(
fake_nfc_tag_client.cc 104 FakeNfcRecordClient* record_client = static_cast<FakeNfcRecordClient*>(
145 FakeNfcRecordClient* record_client =
146 static_cast<FakeNfcRecordClient*>(
fake_dbus_thread_manager.cc 106 SetNfcRecordClient(scoped_ptr<NfcRecordClient>(new FakeNfcRecordClient));
  /external/chromium_org/device/nfc/
nfc_chromeos_unittest.cc 150 fake_nfc_record_client_ = static_cast<FakeNfcRecordClient*>(
206 FakeNfcRecordClient* fake_nfc_record_client_;
766 FakeNfcRecordClient::Properties record_properties(

Completed in 113 milliseconds