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

  /external/chromium_org/chromeos/dbus/
fake_nfc_record_client.cc 134 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...]
fake_nfc_device_client.h 81 // Tells the FakeNfcDeviceClient to add the records in |record_paths| to its
85 void SetRecords(const std::vector<dbus::ObjectPath>& record_paths);
fake_nfc_tag_client.h 75 // Tells the FakeNfcDeviceClient to add the records in |record_paths| to its
79 void SetRecords(const std::vector<dbus::ObjectPath>& record_paths);
fake_nfc_device_client.cc 162 const std::vector<dbus::ObjectPath>& record_paths) {
167 properties_->records.ReplaceValue(record_paths);
fake_nfc_tag_client.cc 170 const std::vector<dbus::ObjectPath>& record_paths) {
175 properties_->records.ReplaceValue(record_paths);
nfc_client_unittest.cc 281 const ObjectPathVector& record_paths,
293 record_paths);
298 const ObjectPathVector& record_paths,
310 record_paths);
    [all...]

Completed in 64 milliseconds