HomeSort by relevance Sort by last modified time
    Searched defs:shill_properties (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ash/system/chromeos/network/
network_state_notifier.cc 210 base::DictionaryValue shill_properties; local
211 ShowConnectErrorNotification(error_name, service_path, shill_properties);
226 const base::DictionaryValue& shill_properties) {
228 shill_properties.GetStringWithoutPathExpansion(shill::kStateProperty, &state);
235 ShowConnectErrorNotification(error_name, service_path, shill_properties);
243 base::DictionaryValue shill_properties; local
244 ShowConnectErrorNotification(error_name, service_path, shill_properties);
250 const base::DictionaryValue& shill_properties) {
254 shill_properties.GetStringWithoutPathExpansion(shill::kErrorProperty,
257 shill_properties.GetStringWithoutPathExpansion
    [all...]
  /external/chromium_org/chromeos/network/
client_cert_resolver.cc 271 base::DictionaryValue* shill_properties) {
282 client_cert::SetEmptyShillProperties(client_cert_type, shill_properties);
296 client_cert_type, slot_id, pkcs11_id, shill_properties);
432 base::DictionaryValue shill_properties; local
435 &shill_properties);
440 &shill_properties);
444 shill_properties,
managed_network_configuration_handler_impl.cc 141 scoped_ptr<base::DictionaryValue> shill_properties) {
143 shill_properties->GetStringWithoutPathExpansion(shill::kProfileProperty,
151 shill_property_util::GetUIDataFromProperties(*shill_properties);
165 shill_properties->GetStringWithoutPathExpansion(shill::kGuidProperty, &guid);
171 *shill_properties, onc_source, &onc::kNetworkWithStateSignature));
218 scoped_ptr<base::DictionaryValue> shill_properties) {
221 *shill_properties, ::onc::ONC_SOURCE_UNKNOWN,
460 const base::DictionaryValue& shill_properties) {
462 shill_properties,
473 base::DictionaryValue shill_properties; local
    [all...]

Completed in 413 milliseconds