Home
last modified time | relevance | path

Searched refs:ObjectPathVector (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/chromeos/dbus/
Dfake_nfc_adapter_client.cc18 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 …]
Dnfc_client_helpers.h37 typedef std::vector<dbus::ObjectPath> ObjectPathVector; typedef
106 void UpdateObjects(const ObjectPathVector& object_paths);
128 ObjectPathVector GetObjectPaths();
Dnfc_client_unittest.cc24 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 …]
Dnfc_client_helpers.cc69 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()
Dfake_nfc_tag_client.cc19 using nfc_client_helpers::ObjectPathVector;
179 ObjectPathVector records; in ClearRecords()
Dfake_nfc_device_client.cc20 using nfc_client_helpers::ObjectPathVector;
171 ObjectPathVector records; in ClearRecords()
/external/chromium_org/device/nfc/
Dnfc_tag_technology_chromeos.cc19 typedef std::vector<dbus::ObjectPath> ObjectPathVector; typedef
29 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()
Dnfc_peer_chromeos.cc24 typedef std::vector<dbus::ObjectPath> ObjectPathVector; typedef
32 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()
Dnfc_adapter_chromeos.cc20 typedef std::vector<dbus::ObjectPath> ObjectPathVector; typedef
30 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()