Searched refs:tag_paths (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dfake_nfc_tag_client.cc77 std::vector<dbus::ObjectPath> tag_paths; local
80 tag_paths.push_back(dbus::ObjectPath(kTagPath));
81 return tag_paths;
H A Dnfc_client_unittest.cc248 void SimulateTagsChanged(const ObjectPathVector& tag_paths, argument
260 tag_paths);
529 ObjectPathVector tag_paths; local
530 tag_paths.push_back(dbus::ObjectPath(kTestTagPath0));
533 SimulateTagsChanged(tag_paths, dbus::ObjectPath(kTestAdapterPath0));
557 tag_paths.push_back(dbus::ObjectPath(kTestTagPath1));
560 SimulateTagsChanged(tag_paths, dbus::ObjectPath(kTestAdapterPath0));
580 tag_paths.erase(tag_paths.begin());
583 SimulateTagsChanged(tag_paths, dbu
[all...]

Completed in 79 milliseconds