Searched defs:shill_properties (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ash/system/chromeos/network/
H A Dnetwork_state_notifier.cc210 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
223 ConnectErrorPropertiesSucceeded( const std::string& error_name, const std::string& service_path, const base::DictionaryValue& shill_properties) argument
247 ShowConnectErrorNotification( const std::string& error_name, const std::string& service_path, const base::DictionaryValue& shill_properties) argument
[all...]
/external/chromium_org/chromeos/network/
H A Dclient_cert_util.cc124 const base::DictionaryValue& shill_properties,
137 if (shill_properties.GetDictionaryWithoutPathExpansion(
164 if (shill_properties.GetStringWithoutPathExpansion(shill::kEapCertIdProperty,
170 shill_properties.GetStringWithoutPathExpansion(shill::kEapKeyIdProperty,
123 GetClientCertFromShillProperties( const base::DictionaryValue& shill_properties, ConfigType* cert_config_type, int* tpm_slot, std::string* pkcs11_id) argument
H A Dnetwork_cert_migrator.cc193 void GetNssAndPemProperties(const base::DictionaryValue& shill_properties, argument
214 const base::DictionaryValue* dict = &shill_properties;
216 shill_properties.GetDictionaryWithoutPathExpansion(
H A Dclient_cert_resolver.cc271 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,
268 ResolveCertificatePatternSync( const client_cert::ConfigType client_cert_type, const CertificatePattern& pattern, base::DictionaryValue* shill_properties) argument
H A Dmanaged_network_configuration_handler_impl.cc141 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
136 SendManagedProperties( const std::string& userhash, const network_handler::DictionaryResultCallback& callback, const network_handler::ErrorCallback& error_callback, const std::string& service_path, scoped_ptr<base::DictionaryValue> shill_properties) argument
214 SendProperties( const network_handler::DictionaryResultCallback& callback, const network_handler::ErrorCallback& error_callback, const std::string& service_path, scoped_ptr<base::DictionaryValue> shill_properties) argument
459 CreateConfigurationFromPolicy( const base::DictionaryValue& shill_properties) argument
656 GetPropertiesCallback( GetDevicePropertiesCallback send_callback, const std::string& service_path, const base::DictionaryValue& shill_properties) argument
[all...]
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dinternet_options_handler.cc419 const base::DictionaryValue& shill_properties) {
441 if (shill_properties.GetDictionaryWithoutPathExpansion(
750 const base::DictionaryValue& shill_properties) {
769 shill_properties,
772 shill_properties,
775 shill_properties,
780 shill_properties,
790 shill_properties,
794 shill_properties,
800 shill_properties,
416 SetApnProperties( const base::ListValue* args, const std::string& service_path, const base::DictionaryValue& shill_properties) argument
747 SetIPConfigProperties( const base::ListValue* args, const std::string& service_path, const base::DictionaryValue& shill_properties) argument
[all...]

Completed in 340 milliseconds