Searched defs:record_paths (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dfake_nfc_device_client.cc162 const std::vector<dbus::ObjectPath>& record_paths) {
167 properties_->records.ReplaceValue(record_paths);
161 SetRecords( const std::vector<dbus::ObjectPath>& record_paths) argument
H A Dfake_nfc_record_client.cc134 std::vector<dbus::ObjectPath> record_paths; local
137 record_paths.push_back(dbus::ObjectPath(kDeviceSmartPosterRecordPath));
138 record_paths.push_back(dbus::ObjectPath(kDeviceTextRecordPath));
139 record_paths.push_back(dbus::ObjectPath(kDeviceUriRecordPath));
141 return record_paths;
146 std::vector<dbus::ObjectPath> record_paths; local
148 record_paths.push_back(dbus::ObjectPath(kTagRecordPath));
149 return record_paths;
192 std::vector<dbus::ObjectPath> record_paths = local
195 device_client->SetRecords(record_paths);
252 std::vector<dbus::ObjectPath> record_paths = local
[all...]
H A Dfake_nfc_tag_client.cc170 const std::vector<dbus::ObjectPath>& record_paths) {
175 properties_->records.ReplaceValue(record_paths);
169 SetRecords( const std::vector<dbus::ObjectPath>& record_paths) argument
H A Dnfc_client_unittest.cc281 const ObjectPathVector& record_paths,
293 record_paths);
298 const ObjectPathVector& record_paths,
310 record_paths);
280 SimulateDeviceRecordsChanged( const ObjectPathVector& record_paths, const dbus::ObjectPath& device_path) argument
297 SimulateTagRecordsChanged( const ObjectPathVector& record_paths, const dbus::ObjectPath& tag_path) argument

Completed in 478 milliseconds