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

/external/chromium_org/chromeos/dbus/
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 888 milliseconds