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

  /external/chromium_org/chromeos/dbus/
fake_nfc_record_client.cc 201 device_smart_poster_record_properties_->type.ReplaceValue(
203 device_smart_poster_record_properties_->uri.ReplaceValue(
205 device_smart_poster_record_properties_->mime_type.ReplaceValue("text/fake");
206 device_smart_poster_record_properties_->size.ReplaceValue(128);
208 representation.ReplaceValue("Fake Title");
209 device_smart_poster_record_properties_->encoding.ReplaceValue(
211 device_smart_poster_record_properties_->language.ReplaceValue("en");
216 device_text_record_properties_->type.ReplaceValue(nfc_record::kTypeText);
217 device_text_record_properties_->representation.ReplaceValue(
219 device_text_record_properties_->encoding.ReplaceValue(
    [all...]
fake_bluetooth_device_client.cc 229 properties->address.ReplaceValue(kPairedDeviceAddress);
230 properties->bluetooth_class.ReplaceValue(kPairedDeviceClass);
231 properties->name.ReplaceValue("Fake Device (Name)");
232 properties->alias.ReplaceValue(kPairedDeviceName);
233 properties->paired.ReplaceValue(true);
234 properties->trusted.ReplaceValue(true);
235 properties->adapter.ReplaceValue(
241 properties->uuids.ReplaceValue(uuids);
243 properties->modalias.ReplaceValue("usb:v05ACp030Dd0306");
310 properties->connected.ReplaceValue(true)
    [all...]
fake_bluetooth_adapter_client.cc 84 properties_->address.ReplaceValue(kAdapterAddress);
85 properties_->name.ReplaceValue("Fake Adapter (Name)");
86 properties_->alias.ReplaceValue(kAdapterName);
87 properties_->pairable.ReplaceValue(true);
92 second_properties_->address.ReplaceValue(kSecondAdapterAddress);
93 second_properties_->name.ReplaceValue("Second Fake Adapter (Name)");
94 second_properties_->alias.ReplaceValue(kSecondAdapterName);
95 second_properties_->pairable.ReplaceValue(true);
146 properties_->discovering.ReplaceValue(true);
186 properties_->discovering.ReplaceValue(false)
    [all...]
fake_nfc_adapter_client.cc 100 properties_->protocols.ReplaceValue(protocols);
106 second_properties_->protocols.ReplaceValue(protocols);
164 properties_->polling.ReplaceValue(true);
165 properties_->mode.ReplaceValue(mode);
206 properties_->polling.ReplaceValue(false);
251 properties_->polling.ReplaceValue(false);
255 properties_->devices.ReplaceValue(new_devices);
273 properties_->polling.ReplaceValue(false);
277 properties_->tags.ReplaceValue(new_tags);
288 properties_->devices.ReplaceValue(new_devices)
    [all...]
fake_bluetooth_gatt_characteristic_client.cc 195 heart_rate_measurement_properties_->notifying.ReplaceValue(true);
225 heart_rate_measurement_properties_->notifying.ReplaceValue(false);
248 heart_rate_measurement_properties_->uuid.ReplaceValue(
250 heart_rate_measurement_properties_->service.ReplaceValue(service_path);
252 heart_rate_measurement_properties_->flags.ReplaceValue(flags);
261 body_sensor_location_properties_->uuid.ReplaceValue(kBodySensorLocationUUID);
262 body_sensor_location_properties_->service.ReplaceValue(service_path);
265 body_sensor_location_properties_->flags.ReplaceValue(flags);
274 heart_rate_control_point_properties_->uuid.ReplaceValue(
276 heart_rate_control_point_properties_->service.ReplaceValue(service_path)
    [all...]
fake_bluetooth_gatt_service_client.cc 106 heart_rate_service_properties_->uuid.ReplaceValue(kHeartRateServiceUUID);
107 heart_rate_service_properties_->device.ReplaceValue(device_path);
108 heart_rate_service_properties_->primary.ReplaceValue(true);
fake_bluetooth_input_client.cc 96 properties->reconnect_mode.ReplaceValue(
99 properties->reconnect_mode.ReplaceValue(
fake_nfc_manager_client.cc 78 properties_->adapters.ReplaceValue(adapters);
90 properties_->adapters.ReplaceValue(adapters);
fake_nfc_tag_client.cc 175 properties_->records.ReplaceValue(record_paths);
204 properties_->type.ReplaceValue(nfc_tag::kTagType2);
205 properties_->protocol.ReplaceValue(nfc_common::kProtocolNfcDep);
206 properties_->read_only.ReplaceValue(false);
fake_bluetooth_gatt_descriptor_client.cc 145 properties->uuid.ReplaceValue(uuid);
146 properties->characteristic.ReplaceValue(characteristic_path);
fake_nfc_device_client.cc 167 properties_->records.ReplaceValue(record_paths);
  /external/chromium_org/device/nfc/
nfc_chromeos_unittest.cc 770 record_properties.type.ReplaceValue(nfc_record::kTypeText);
771 record_properties.representation.ReplaceValue(kText);
772 record_properties.language.ReplaceValue(kLanguageCode);
773 record_properties.encoding.ReplaceValue(kEncoding);
793 record_properties.representation.ReplaceValue("");
794 record_properties.language.ReplaceValue("");
795 record_properties.encoding.ReplaceValue("");
797 record_properties.type.ReplaceValue(nfc_record::kTypeUri);
798 record_properties.uri.ReplaceValue(kURI);
799 record_properties.mime_type.ReplaceValue(kMimeType)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
statstypes.h 60 void ReplaceValue(const std::string& name, const std::string& value);
statscollector.cc 222 void StatsReport::ReplaceValue(const std::string& name,
    [all...]
  /external/lldb/include/lldb/Interpreter/
OptionValueArray.h 136 ReplaceValue (size_t idx, const lldb::OptionValueSP &value_sp)
  /external/lldb/source/Host/macosx/cfcpp/
CFCMutableDictionary.h 61 void ReplaceValue(const void *key, const void *value);
CFCMutableDictionary.cpp 523 CFCMutableDictionary::ReplaceValue(const void *key, const void *value)
  /external/chromium_org/chrome/browser/metrics/
chromeos_metrics_provider_unittest.cc 175 properties->powered.ReplaceValue(true);
204 properties->paired.ReplaceValue(true);
  /external/chromium_org/dbus/
property.h 396 void ReplaceValue(const T& value) {
  /external/chromium_org/device/bluetooth/
bluetooth_chromeos_unittest.cc     [all...]

Completed in 228 milliseconds