Searched refs:ObjectPathVector (Results 1 – 9 of 9) sorted by relevance
18 using nfc_client_helpers::ObjectPathVector;242 const ObjectPathVector& devices(properties_->devices.value()); in SetDevice()243 for (ObjectPathVector::const_iterator iter = devices.begin(); in SetDevice()253 ObjectPathVector new_devices = devices; in SetDevice()264 const ObjectPathVector& tags(properties_->tags.value()); in SetTag()265 for (ObjectPathVector::const_iterator iter = tags.begin(); in SetTag()275 ObjectPathVector new_tags = tags; in SetTag()283 ObjectPathVector new_devices = properties_->devices.value(); in UnsetDevice()284 for (ObjectPathVector::iterator iter = new_devices.begin(); in UnsetDevice()301 ObjectPathVector new_tags = properties_->tags.value(); in UnsetTag()[all …]
37 typedef std::vector<dbus::ObjectPath> ObjectPathVector; typedef106 void UpdateObjects(const ObjectPathVector& object_paths);128 ObjectPathVector GetObjectPaths();
24 using chromeos::nfc_client_helpers::ObjectPathVector;234 const ObjectPathVector& adapter_paths) { in SimulateAdaptersChanged()248 void SimulateTagsChanged(const ObjectPathVector& tag_paths, in SimulateTagsChanged()264 void SimulateDevicesChanged(const ObjectPathVector& device_paths, in SimulateDevicesChanged()281 const ObjectPathVector& record_paths, in SimulateDeviceRecordsChanged()298 const ObjectPathVector& record_paths, in SimulateTagRecordsChanged()318 ObjectPathVector object_paths) { in SendArrayPropertyChangedSignal()403 ObjectPathVector adapter_paths; in TEST_F()521 ObjectPathVector adapter_paths; in TEST_F()529 ObjectPathVector tag_paths; in TEST_F()[all …]
69 void DBusObjectMap::UpdateObjects(const ObjectPathVector& object_paths) { in UpdateObjects()78 for (ObjectPathVector::const_iterator iter = object_paths.begin(); in UpdateObjects()155 ObjectPathVector DBusObjectMap::GetObjectPaths() { in GetObjectPaths()
19 using nfc_client_helpers::ObjectPathVector;179 ObjectPathVector records; in ClearRecords()
20 using nfc_client_helpers::ObjectPathVector;171 ObjectPathVector records; in ClearRecords()
19 typedef std::vector<dbus::ObjectPath> ObjectPathVector; typedef29 const ObjectPathVector& records = in NfcNdefTagTechnologyChromeOS()32 for (ObjectPathVector::const_iterator iter = records.begin(); in NfcNdefTagTechnologyChromeOS()125 const ObjectPathVector& records = in RecordPropertiesReceived()128 for (ObjectPathVector::const_iterator iter = records.begin(); in RecordPropertiesReceived()
24 typedef std::vector<dbus::ObjectPath> ObjectPathVector; typedef32 const ObjectPathVector& records = in NfcPeerChromeOS()35 for (ObjectPathVector::const_iterator iter = records.begin(); in NfcPeerChromeOS()135 const ObjectPathVector& records = in RecordPropertiesReceived()138 for (ObjectPathVector::const_iterator iter = records.begin(); in RecordPropertiesReceived()
20 typedef std::vector<dbus::ObjectPath> ObjectPathVector; typedef30 const ObjectPathVector& object_paths = in NfcAdapterChromeOS()135 const ObjectPathVector& object_paths = in AdapterRemoved()137 for (ObjectPathVector::const_iterator iter = in AdapterRemoved()173 const ObjectPathVector& devices = in DeviceAdded()177 for (ObjectPathVector::const_iterator iter = devices.begin(); in DeviceAdded()266 const ObjectPathVector& devices = in SetAdapter()269 for (ObjectPathVector::const_iterator iter = devices.begin(); in SetAdapter()