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

  /external/chromium_org/chromeos/dbus/
fake_nfc_device_client.h 14 // FakeNfcDeviceClient simulates the behavior of the NFC device objects
19 class CHROMEOS_EXPORT FakeNfcDeviceClient : public NfcDeviceClient {
33 FakeNfcDeviceClient();
34 virtual ~FakeNfcDeviceClient();
49 DISALLOW_COPY_AND_ASSIGN(FakeNfcDeviceClient);
fake_nfc_device_client.cc 16 FakeNfcDeviceClient::Properties::Properties(
21 FakeNfcDeviceClient::Properties::~Properties() {
24 void FakeNfcDeviceClient::Properties::Get(
31 void FakeNfcDeviceClient::Properties::GetAll() {
35 void FakeNfcDeviceClient::Properties::Set(
42 FakeNfcDeviceClient::FakeNfcDeviceClient() {
43 VLOG(1) << "Creating FakeNfcDeviceClient";
46 FakeNfcDeviceClient::~FakeNfcDeviceClient() {
    [all...]

Completed in 241 milliseconds