OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReplaceValue
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chromeos/dbus/
fake_bluetooth_device_client.cc
199
properties->address.
ReplaceValue
(kPairedDeviceAddress);
200
properties->bluetooth_class.
ReplaceValue
(kPairedDeviceClass);
201
properties->name.
ReplaceValue
("Fake Device (Name)");
202
properties->alias.
ReplaceValue
(kPairedDeviceName);
203
properties->paired.
ReplaceValue
(true);
204
properties->trusted.
ReplaceValue
(true);
205
properties->adapter.
ReplaceValue
(
211
properties->uuids.
ReplaceValue
(uuids);
213
properties->modalias.
ReplaceValue
("usb:v05ACp030Dd0306");
279
properties->connected.
ReplaceValue
(true)
[
all
...]
fake_bluetooth_adapter_client.cc
73
properties_->address.
ReplaceValue
(kAdapterAddress);
74
properties_->name.
ReplaceValue
("Fake Adapter (Name)");
75
properties_->alias.
ReplaceValue
(kAdapterName);
76
properties_->pairable.
ReplaceValue
(true);
81
second_properties_->address.
ReplaceValue
(kSecondAdapterAddress);
82
second_properties_->name.
ReplaceValue
("Second Fake Adapter (Name)");
83
second_properties_->alias.
ReplaceValue
(kSecondAdapterName);
84
second_properties_->pairable.
ReplaceValue
(true);
135
properties_->discovering.
ReplaceValue
(true);
170
properties_->discovering.
ReplaceValue
(false)
[
all
...]
fake_nfc_adapter_client.cc
83
properties_->protocols.
ReplaceValue
(protocols);
89
second_properties_->protocols.
ReplaceValue
(protocols);
142
properties_->polling.
ReplaceValue
(true);
143
properties_->mode.
ReplaceValue
(mode);
161
properties_->polling.
ReplaceValue
(false);
fake_bluetooth_input_client.cc
92
properties->reconnect_mode.
ReplaceValue
(
95
properties->reconnect_mode.
ReplaceValue
(
fake_nfc_manager_client.cc
78
properties_->adapters.
ReplaceValue
(adapters);
90
properties_->adapters.
ReplaceValue
(adapters);
/external/chromium_org/dbus/
property.h
396
void
ReplaceValue
(const T& value) {
/external/chromium_org/device/bluetooth/
bluetooth_chromeos_unittest.cc
792
properties->bluetooth_class.
ReplaceValue
(0x002580);
821
properties->alias.
ReplaceValue
(new_name);
856
properties->uuids.
ReplaceValue
(uuids);
[
all
...]
Completed in 73 milliseconds