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

  /external/chromium_org/chromeos/dbus/
fake_nfc_adapter_client.h 23 static const char kAdapterPath0[];
64 // to its corresponding list for |kAdapterPath0|, if it is not already in
72 // path from its corresponding list exposed for |kAdapterPath0|, if it
fake_nfc_adapter_client.cc 20 const char FakeNfcAdapterClient::kAdapterPath0[] = "/fake/nfc0";
99 dbus::ObjectPath(kAdapterPath0))));
126 object_paths.push_back(dbus::ObjectPath(kAdapterPath0));
134 if (object_path == dbus::ObjectPath(kAdapterPath0))
147 if (object_path != dbus::ObjectPath(kAdapterPath0)) {
190 if (object_path != dbus::ObjectPath(kAdapterPath0)) {
216 AdapterAdded(dbus::ObjectPath(kAdapterPath0)));
219 AdapterRemoved(dbus::ObjectPath(kAdapterPath0)));

Completed in 68 milliseconds