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

  /external/chromium_org/chromeos/dbus/
nfc_client_helpers.h 37 typedef std::vector<dbus::ObjectPath> ObjectPathVector;
112 void UpdateObjects(const ObjectPathVector& object_paths);
134 ObjectPathVector GetObjectPaths();
nfc_client_unittest.cc 24 using chromeos::nfc_client_helpers::ObjectPathVector;
234 const ObjectPathVector& adapter_paths) {
248 void SimulateTagsChanged(const ObjectPathVector& tag_paths,
264 void SimulateDevicesChanged(const ObjectPathVector& device_paths,
281 const ObjectPathVector& record_paths,
298 const ObjectPathVector& record_paths,
318 ObjectPathVector object_paths) {
403 ObjectPathVector adapter_paths;
521 ObjectPathVector adapter_paths;
529 ObjectPathVector tag_paths
    [all...]
nfc_client_helpers.cc 118 void DBusObjectMap::UpdateObjects(const ObjectPathVector& object_paths) {
127 for (ObjectPathVector::const_iterator iter = object_paths.begin();
204 ObjectPathVector DBusObjectMap::GetObjectPaths() {

Completed in 586 milliseconds