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

  /external/chromium_org/chromeos/dbus/
fake_nfc_adapter_client.cc 18 using nfc_client_helpers::ObjectPathVector;
242 const ObjectPathVector& devices(properties_->devices.value());
243 for (ObjectPathVector::const_iterator iter = devices.begin();
253 ObjectPathVector new_devices = devices;
264 const ObjectPathVector& tags(properties_->tags.value());
265 for (ObjectPathVector::const_iterator iter = tags.begin();
275 ObjectPathVector new_tags = tags;
283 ObjectPathVector new_devices = properties_->devices.value();
284 for (ObjectPathVector::iterator iter = new_devices.begin();
301 ObjectPathVector new_tags = properties_->tags.value()
    [all...]
nfc_client_helpers.h 37 typedef std::vector<dbus::ObjectPath> ObjectPathVector;
106 void UpdateObjects(const ObjectPathVector& object_paths);
128 ObjectPathVector GetObjectPaths();
nfc_client_helpers.cc 69 void DBusObjectMap::UpdateObjects(const ObjectPathVector& object_paths) {
78 for (ObjectPathVector::const_iterator iter = object_paths.begin();
155 ObjectPathVector DBusObjectMap::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...]
fake_nfc_device_client.cc 20 using nfc_client_helpers::ObjectPathVector;
171 ObjectPathVector records;
fake_nfc_tag_client.cc 19 using nfc_client_helpers::ObjectPathVector;
179 ObjectPathVector records;
  /external/chromium_org/device/nfc/
nfc_peer_chromeos.cc 24 typedef std::vector<dbus::ObjectPath> ObjectPathVector;
32 const ObjectPathVector& records =
35 for (ObjectPathVector::const_iterator iter = records.begin();
135 const ObjectPathVector& records =
138 for (ObjectPathVector::const_iterator iter = records.begin();
nfc_tag_technology_chromeos.cc 19 typedef std::vector<dbus::ObjectPath> ObjectPathVector;
29 const ObjectPathVector& records =
32 for (ObjectPathVector::const_iterator iter = records.begin();
125 const ObjectPathVector& records =
128 for (ObjectPathVector::const_iterator iter = records.begin();
nfc_adapter_chromeos.cc 20 typedef std::vector<dbus::ObjectPath> ObjectPathVector;
30 const ObjectPathVector& object_paths =
135 const ObjectPathVector& object_paths =
137 for (ObjectPathVector::const_iterator iter =
173 const ObjectPathVector& devices =
177 for (ObjectPathVector::const_iterator iter = devices.begin();
266 const ObjectPathVector& devices =
269 for (ObjectPathVector::const_iterator iter = devices.begin();

Completed in 627 milliseconds