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

  /external/chromium_org/chromeos/dbus/
fake_nfc_adapter_client.h 69 void SetTag(const dbus::ObjectPath& tag_path);
76 void UnsetTag(const dbus::ObjectPath& tag_path);
fake_nfc_adapter_client.cc 258 void FakeNfcAdapterClient::SetTag(const dbus::ObjectPath& tag_path) {
259 LOG(INFO) << "Add tag path to the fake adapter: " << tag_path.value();
267 if (*iter == tag_path) {
276 new_tags.push_back(tag_path);
299 void FakeNfcAdapterClient::UnsetTag(const dbus::ObjectPath& tag_path) {
300 LOG(INFO) << "Remove tag path from the fake adapter: " << tag_path.value();
304 if (*iter == tag_path) {
fake_nfc_record_client.h 50 const dbus::ObjectPath& tag_path) OVERRIDE;
nfc_record_client.h 120 // identified by the D-Bus object path |tag_path|.
122 const dbus::ObjectPath& tag_path) = 0;
nfc_record_client.cc 84 const dbus::ObjectPath& tag_path) OVERRIDE {
85 return GetRecordsForDevice(tag_path);
fake_nfc_record_client.cc 145 const dbus::ObjectPath& tag_path) {
147 if (tag_records_visible_ && tag_path.value() == FakeNfcTagClient::kTagPath)
nfc_client_unittest.cc 299 const dbus::ObjectPath& tag_path) {
301 tag_client_->GetProperties(tag_path);
304 TagPropertyChanged(tag_path,
    [all...]

Completed in 168 milliseconds