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

  /external/chromium_org/chromeos/dbus/
fake_shill_device_client.cc 91 base::DictionaryValue* device_properties = NULL; local
93 &device_properties)) {
97 device_properties->SetWithoutPathExpansion(name, value.DeepCopy());
109 base::DictionaryValue* device_properties = NULL; local
111 &device_properties)) {
115 device_properties->RemoveWithoutPathExpansion(name, NULL);
141 base::DictionaryValue* device_properties = NULL; local
143 &device_properties)) {
148 if (!device_properties->GetDictionaryWithoutPathExpansion(
151 device_properties->SetWithoutPathExpansion
336 const base::DictionaryValue* device_properties = NULL; local
    [all...]
nfc_record_client.cc 134 NfcDeviceClient::Properties* device_properties = variable
138 if (property_name != device_properties->records.name())
144 device_properties->records.value();
nfc_client_unittest.cc 841 NfcDeviceClient::Properties* device_properties = local
    [all...]
  /external/chromium_org/chromeos/network/
managed_network_configuration_handler_impl.h 164 const base::DictionaryValue& device_properties);
managed_network_configuration_handler_impl.cc 704 const base::DictionaryValue& device_properties) {
707 shill::kDeviceProperty, device_properties.DeepCopy());

Completed in 972 milliseconds