Searched defs:service_properties (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dfake_shill_profile_client.cc188 const base::DictionaryValue* service_properties = local
190 if (!service_properties) {
195 service_properties->GetStringWithoutPathExpansion(shill::kProfileProperty,
209 service_properties->DeepCopy());
H A Dfake_shill_service_client.cc180 base::DictionaryValue* service_properties = NULL; local
182 service_path.value(), &service_properties)) {
244 base::DictionaryValue* service_properties = local
246 if (!service_properties) {
279 base::DictionaryValue* service_properties = local
281 if (service_properties) {
283 if (service_properties->GetStringWithoutPathExpansion(
551 const base::DictionaryValue* service_properties = GetServiceProperties( local
553 if (!service_properties) {
558 service_properties
597 base::DictionaryValue* service_properties = NULL; local
[all...]
/external/chromium_org/chromeos/network/
H A Dclient_cert_util.cc322 const base::DictionaryValue& service_properties) {
325 service_properties.GetDictionaryWithoutPathExpansion(
345 service_properties, shill::kEapCertIdProperty);
347 service_properties, shill::kEapKeyIdProperty);
349 service_properties, shill::kEapIdentityProperty);
321 IsCertificateConfigured(const ConfigType cert_config_type, const base::DictionaryValue& service_properties) argument
H A Dshill_property_util.cc245 bool CopyIdentifyingProperties(const base::DictionaryValue& service_properties, argument
251 CopyStringFromDictionary(service_properties, shill::kGuidProperty, dest);
254 service_properties.GetStringWithoutPathExpansion(shill::kTypeProperty, &type);
259 service_properties.GetStringWithoutPathExpansion(shill::kSecurityProperty,
268 CopyStringFromDictionary(service_properties, shill::kWifiHexSsid, dest);
270 service_properties, shill::kModeProperty, dest);
273 service_properties, shill::kNameProperty, dest);
282 if (!service_properties.GetDictionaryWithoutPathExpansion(
285 GetNetworkIdFromProperties(service_properties));
292 service_properties
[all...]
H A Dmanaged_network_configuration_handler_unittest.cc137 void SetFakeProperties(const base::DictionaryValue& service_properties) { argument
139 service_properties_.MergeDictionary(&service_properties);
H A Dnetwork_connection_handler.cc366 const base::DictionaryValue& service_properties) {
372 service_properties.GetBooleanWithoutPathExpansion(
380 service_properties.GetStringWithoutPathExpansion(shill::kTypeProperty, &type);
381 service_properties.GetStringWithoutPathExpansion(
384 service_properties.GetBooleanWithoutPathExpansion(
402 if (service_properties.GetDictionaryWithoutPathExpansion(
418 service_properties.GetStringWithoutPathExpansion(shill::kGuidProperty, &guid);
420 service_properties.GetStringWithoutPathExpansion(shill::kProfileProperty,
483 service_properties)) {
363 VerifyConfiguredAndConnect( bool check_error_state, const std::string& service_path, const base::DictionaryValue& service_properties) argument
/external/chromium_org/chrome/browser/chromeos/options/
H A Dvpn_config_view.cc706 const base::DictionaryValue& service_properties) {
718 if (service_properties.GetDictionaryWithoutPathExpansion(
747 service_properties.GetBooleanWithoutPathExpansion(
704 InitFromProperties( const std::string& service_path, const base::DictionaryValue& service_properties) argument

Completed in 1867 milliseconds