Searched refs:kAdapterPath0 (Results 1 – 2 of 2) sorted by relevance
14 const char FakeNfcAdapterClient::kAdapterPath0[] = "/fake/nfc0"; member in chromeos::FakeNfcAdapterClient82 dbus::ObjectPath(kAdapterPath0)))); in FakeNfcAdapterClient()109 object_paths.push_back(dbus::ObjectPath(kAdapterPath0)); in GetAdapters()117 if (object_path == dbus::ObjectPath(kAdapterPath0)) in GetProperties()130 if (object_path != dbus::ObjectPath(kAdapterPath0)) { in StartPollLoop()152 if (object_path != dbus::ObjectPath(kAdapterPath0)) { in StopPollLoop()170 AdapterAdded(dbus::ObjectPath(kAdapterPath0))); in SetAdapterPresent()173 AdapterRemoved(dbus::ObjectPath(kAdapterPath0))); in SetAdapterPresent()
59 static const char kAdapterPath0[]; variable