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

/external/chromium_org/chromeos/dbus/
H A Dnfc_record_client.cc134 NfcDeviceClient::Properties* device_properties = variable
138 if (property_name != device_properties->records.name())
144 device_properties->records.value();
H A Dfake_shill_device_client.cc91 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
336 const base::DictionaryValue* device_properties = NULL; local
[all...]
H A Dnfc_client_unittest.cc841 NfcDeviceClient::Properties* device_properties = local
843 EXPECT_EQ((size_t)1, device_properties->records.value().size());
845 device_properties->records.value()[0]);
/external/chromium_org/chromeos/network/
H A Dmanaged_network_configuration_handler_impl.cc704 const base::DictionaryValue& device_properties) {
707 shill::kDeviceProperty, device_properties.DeepCopy());
699 GetDevicePropertiesSuccess( const std::string& service_path, scoped_ptr<base::DictionaryValue> network_properties, GetDevicePropertiesCallback send_callback, const std::string& device_path, const base::DictionaryValue& device_properties) argument

Completed in 118 milliseconds