/external/chromium_org/chromeos/network/onc/ |
D | onc_normalizer.cc | 89 cert->GetStringWithoutPathExpansion(::onc::certificate::kType, &type); in NormalizeCertificate() 99 ethernet->GetStringWithoutPathExpansion(kAuthentication, &auth); in NormalizeEthernet() 107 eap->GetStringWithoutPathExpansion(kClientCertType, &clientcert_type); in NormalizeEAP() 114 eap->GetStringWithoutPathExpansion(kOuter, &outer); in NormalizeEAP() 125 ipsec->GetStringWithoutPathExpansion(kAuthenticationType, &auth_type); in NormalizeIPsec() 132 ipsec->GetStringWithoutPathExpansion(::onc::vpn::kClientCertType, in NormalizeIPsec() 166 network->GetStringWithoutPathExpansion(::onc::network_config::kType, &type); in NormalizeNetworkConfiguration() 181 openvpn->GetStringWithoutPathExpansion(kClientCertType, &clientcert_type); in NormalizeOpenVPN() 193 proxy->GetStringWithoutPathExpansion(::onc::proxy::kType, &type); in NormalizeProxySettings() 203 vpn->GetStringWithoutPathExpansion(::onc::vpn::kType, &type); in NormalizeVPN() [all …]
|
D | onc_translator_onc_to_shill.cc | 107 onc_object_->GetStringWithoutPathExpansion(::onc::ethernet::kAuthentication, in TranslateEthernet() 148 onc_object_->GetStringWithoutPathExpansion(::onc::vpn::kType, &type); in TranslateVPN() 156 onc_object_->GetStringWithoutPathExpansion(::onc::wifi::kSecurity, &security); in TranslateWiFi() 161 onc_object_->GetStringWithoutPathExpansion(::onc::wifi::kSSID, &ssid); in TranslateWiFi() 172 onc_object_->GetStringWithoutPathExpansion(::onc::eap::kOuter, &outer); in TranslateEAP() 181 onc_object_->GetStringWithoutPathExpansion(::onc::eap::kInner, &inner); in TranslateEAP() 195 onc_object_->GetStringWithoutPathExpansion(::onc::network_config::kType, in TranslateNetworkConfiguration() 205 onc_object_->GetStringWithoutPathExpansion(::onc::network_config::kName, in TranslateNetworkConfiguration()
|
D | onc_translator_shill_to_onc.cc | 139 shill_dictionary_->GetStringWithoutPathExpansion(shill::kTypeProperty, in TranslateEthernet() 155 if (shill_dictionary_->GetStringWithoutPathExpansion( in TranslateOpenVPN() 216 if (onc_object_->GetStringWithoutPathExpansion(::onc::vpn::kType, in TranslateVPN() 259 shill_dictionary_->GetStringWithoutPathExpansion(shill::kTypeProperty, in TranslateNetworkWithState() 276 shill_dictionary_->GetStringWithoutPathExpansion(shill::kNameProperty, in TranslateNetworkWithState() 282 if (shill_dictionary_->GetStringWithoutPathExpansion(shill::kStateProperty, in TranslateNetworkWithState() 395 if (!shill_dictionary_->GetStringWithoutPathExpansion(shill_property_name, in TranslateWithTableAndSet()
|
D | onc_validator.cc | 313 if (!object.GetStringWithoutPathExpansion(field_name, &actual_value)) in FieldExistsAndHasNoValidValue() 427 result->GetStringWithoutPathExpansion(kType, &type); in ValidateToplevelConfiguration() 470 result->GetStringWithoutPathExpansion(kType, &type); in ValidateNetworkConfiguration() 512 result->GetStringWithoutPathExpansion(kAuthentication, &auth); in ValidateEthernet() 528 result->GetStringWithoutPathExpansion(::onc::ipconfig::kType, &type); in ValidateIPConfig() 556 result->GetStringWithoutPathExpansion(kSecurity, &security); in ValidateWiFi() 575 result->GetStringWithoutPathExpansion(::onc::vpn::kType, &type); in ValidateVPN() 612 result->GetStringWithoutPathExpansion(kAuthenticationType, &auth); in ValidateIPsec() 636 result->GetStringWithoutPathExpansion(::onc::vpn::kClientCertType, in ValidateIPsec() 680 result->GetStringWithoutPathExpansion(::onc::vpn::kClientCertType, in ValidateOpenVPN() [all …]
|
D | onc_utils.cc | 180 if (!onc_object->GetStringWithoutPathExpansion(fieldname, &user_string)) in ExpandField() 324 cert->GetStringWithoutPathExpansion(certificate::kGUID, &guid); in GetServerAndCACertsByGUID() 326 cert->GetStringWithoutPathExpansion(certificate::kType, &cert_type); in GetServerAndCACertsByGUID() 332 cert->GetStringWithoutPathExpansion(certificate::kX509, &x509_data); in GetServerAndCACertsByGUID() 371 toplevel_onc->GetStringWithoutPathExpansion(toplevel_config::kType, in ParseAndValidateOncForImport() 480 if (!onc_object->GetStringWithoutPathExpansion(key_guid_ref, &guid_ref)) in ResolveSingleCertRef() 525 if (!onc_object->GetStringWithoutPathExpansion(key_guid_ref, &guid_ref)) in ResolveSingleCertRefToList() 633 network->GetStringWithoutPathExpansion(network_config::kGUID, &guid); in ResolveServerCertRefsInNetworks()
|
D | onc_certificate_importer_impl.cc | 143 certificate.GetStringWithoutPathExpansion(::onc::certificate::kGUID, &guid); in ParseAndStoreCertificate() 159 certificate.GetStringWithoutPathExpansion(::onc::certificate::kType, in ParseAndStoreCertificate() 216 if (!certificate.GetStringWithoutPathExpansion(::onc::certificate::kX509, in ParseServerOrCaCertificate() 298 if (!certificate.GetStringWithoutPathExpansion(::onc::certificate::kPKCS12, in ParseClientCertificate()
|
/external/chromium_org/chromeos/network/ |
D | network_util.cc | 107 if (!dict->GetStringWithoutPathExpansion(shill::kNetworkIdProperty, in ParseCellularScanResults() 110 dict->GetStringWithoutPathExpansion(shill::kStatusProperty, in ParseCellularScanResults() 112 dict->GetStringWithoutPathExpansion(shill::kLongNameProperty, in ParseCellularScanResults() 114 dict->GetStringWithoutPathExpansion(shill::kShortNameProperty, in ParseCellularScanResults() 116 dict->GetStringWithoutPathExpansion(shill::kTechnologyProperty, in ParseCellularScanResults()
|
D | policy_util.cc | 81 policy.GetStringWithoutPathExpansion(::onc::network_config::kType, in IsPolicyMatching() 84 actual_network.GetStringWithoutPathExpansion(::onc::network_config::kType, in IsPolicyMatching() 100 policy_ethernet->GetStringWithoutPathExpansion( in IsPolicyMatching() 103 actual_ethernet->GetStringWithoutPathExpansion( in IsPolicyMatching() 118 policy_wifi->GetStringWithoutPathExpansion(::onc::wifi::kSSID, in IsPolicyMatching() 121 actual_wifi->GetStringWithoutPathExpansion(::onc::wifi::kSSID, in IsPolicyMatching()
|
D | shill_property_util.cc | 52 if (!source.GetStringWithoutPathExpansion(key, &string_value) || in CopyStringFromDictionary() 71 properties.GetStringWithoutPathExpansion(shill::kWifiHexSsid, &hex_ssid); in GetSSIDFromProperties() 100 properties.GetStringWithoutPathExpansion(shill::kCountryProperty, in GetSSIDFromProperties() 126 properties.GetStringWithoutPathExpansion(shill::kNameProperty, &name); in GetNameFromProperties() 137 properties.GetStringWithoutPathExpansion(shill::kTypeProperty, &type); in GetNameFromProperties() 208 service_properties.GetStringWithoutPathExpansion(shill::kTypeProperty, &type); in CopyIdentifyingProperties() 230 provider_properties->GetStringWithoutPathExpansion(shill::kTypeProperty, in CopyIdentifyingProperties() 237 provider_properties->GetStringWithoutPathExpansion(shill::kHostProperty, in CopyIdentifyingProperties()
|
D | policy_applicator.cc | 117 if (!onc_part->GetStringWithoutPathExpansion(::onc::network_config::kGUID, in GetEntryCallback() 156 new_policy->GetStringWithoutPathExpansion(::onc::network_config::kGUID, in GetEntryCallback() 238 policy.GetStringWithoutPathExpansion(::onc::network_config::kType, &type); in WriteNewShillConfiguration() 245 ethernet->GetStringWithoutPathExpansion(::onc::ethernet::kAuthentication, in WriteNewShillConfiguration() 260 entry_properties.GetStringWithoutPathExpansion(shill::kTypeProperty, &type); in GetPropertiesForUnmanagedEntry()
|
D | network_sms_handler.cc | 317 if (dictionary.GetStringWithoutPathExpansion(kModemManager1NumberKey, in MessageReceived() 320 if (dictionary.GetStringWithoutPathExpansion(kModemManager1TextKey, &text)) in MessageReceived() 323 if (dictionary.GetStringWithoutPathExpansion(kModemManager1TimestampKey, in MessageReceived() 452 if (!properties.GetStringWithoutPathExpansion( in DevicePropertiesCallback() 461 if (!properties.GetStringWithoutPathExpansion( in DevicePropertiesCallback() 468 if (!properties.GetStringWithoutPathExpansion( in DevicePropertiesCallback()
|
D | device_state.cc | 49 dict->GetStringWithoutPathExpansion(shill::kOperatorCountryKey, in PropertyChanged() 51 dict->GetStringWithoutPathExpansion(shill::kOperatorNameKey, in PropertyChanged() 60 dict->GetStringWithoutPathExpansion(shill::kOperatorCodeKey, in PropertyChanged()
|
D | network_ui_data.cc | 173 if (eap.GetStringWithoutPathExpansion(::onc::eap::kClientCertType, in TranslateEAP() 182 if (ipsec.GetStringWithoutPathExpansion(::onc::vpn::kClientCertType, in TranslateIPsec() 191 if (openvpn.GetStringWithoutPathExpansion(::onc::vpn::kClientCertType, in TranslateOpenVPN()
|
D | network_connection_handler.cc | 54 provider_properties.GetStringWithoutPathExpansion( in VPNRequiresCredentials() 353 service_properties.GetStringWithoutPathExpansion(shill::kTypeProperty, &type); in VerifyConfiguredAndConnect() 354 service_properties.GetStringWithoutPathExpansion( in VerifyConfiguredAndConnect() 377 provider_properties->GetStringWithoutPathExpansion( in VerifyConfiguredAndConnect() 379 provider_properties->GetStringWithoutPathExpansion( in VerifyConfiguredAndConnect() 381 provider_properties->GetStringWithoutPathExpansion( in VerifyConfiguredAndConnect()
|
D | network_state.cc | 32 if (properties.GetStringWithoutPathExpansion(shill::kEapCaCertNssProperty, in IsCaCertNssSet() 43 if (provider->GetStringWithoutPathExpansion( in IsCaCertNssSet() 48 if (provider->GetStringWithoutPathExpansion( in IsCaCertNssSet()
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/ |
D | mobile_setup_ui.cc | 90 properties.GetStringWithoutPathExpansion(shill::kNameProperty, &name); in GetDeviceInfo() 99 payment_dict->GetStringWithoutPathExpansion( in GetDeviceInfo() 101 payment_dict->GetStringWithoutPathExpansion( in GetDeviceInfo() 103 payment_dict->GetStringWithoutPathExpansion( in GetDeviceInfo() 116 if (!properties.GetStringWithoutPathExpansion( in GetDeviceInfo() 292 if (!properties.GetStringWithoutPathExpansion( in GetPropertiesAndStartDataRequest() 294 !properties.GetStringWithoutPathExpansion( in GetPropertiesAndStartDataRequest() 296 !properties.GetStringWithoutPathExpansion( in GetPropertiesAndStartDataRequest() 300 !payment_dict->GetStringWithoutPathExpansion( in GetPropertiesAndStartDataRequest()
|
/external/chromium_org/chromeos/dbus/ |
D | cros_disks_client.cc | 672 properties->GetStringWithoutPathExpansion( in InitializeFromResponse() 674 properties->GetStringWithoutPathExpansion( in InitializeFromResponse() 676 properties->GetStringWithoutPathExpansion(cros_disks::kVendorId, &vendor_id_); in InitializeFromResponse() 677 properties->GetStringWithoutPathExpansion( in InitializeFromResponse() 679 properties->GetStringWithoutPathExpansion( in InitializeFromResponse() 681 properties->GetStringWithoutPathExpansion( in InitializeFromResponse() 683 properties->GetStringWithoutPathExpansion( in InitializeFromResponse() 685 properties->GetStringWithoutPathExpansion(cros_disks::kIdLabel, &label_); in InitializeFromResponse() 686 properties->GetStringWithoutPathExpansion(cros_disks::kIdUuid, &uuid_); in InitializeFromResponse()
|
/external/chromium_org/chrome/browser/chromeos/net/ |
D | onc_utils.cc | 46 onc_proxy_location.GetStringWithoutPathExpansion(::onc::proxy::kHost, &host); in ConvertOncProxyLocationToHostPort() 108 onc_proxy_settings.GetStringWithoutPathExpansion(::onc::proxy::kType, &type); in ConvertOncProxySettingsToProxyConfig() 117 onc_proxy_settings.GetStringWithoutPathExpansion(::onc::proxy::kPAC, in ConvertOncProxySettingsToProxyConfig() 238 shill_dict->GetStringWithoutPathExpansion(shill::kTypeProperty, &type); in ImportNetworksForUser() 315 network->GetStringWithoutPathExpansion(::onc::network_config::kGUID, in GetNetworkConfigByGUID() 333 network->GetStringWithoutPathExpansion(::onc::network_config::kType, &type); in GetNetworkConfigForEthernetWithoutEAP() 342 ethernet->GetStringWithoutPathExpansion(::onc::ethernet::kAuthentication, in GetNetworkConfigForEthernetWithoutEAP()
|
/external/chromium/chrome/browser/chromeos/login/ |
D | signed_settings_temp_storage.cc | 47 temp_storage->GetStringWithoutPathExpansion(name, value); in Retrieve() 69 temp_storage->GetStringWithoutPathExpansion(*it, &value); in Finalize()
|
/external/chromium_org/chrome/browser/ui/app_list/search/ |
D | history_data_store.cc | 66 if (!dict->GetStringWithoutPathExpansion(kKeyVersion, &version) || in Parse() 87 if (!entry_dict->GetStringWithoutPathExpansion(kKeyPrimary, &primary) || in Parse() 88 !entry_dict->GetStringWithoutPathExpansion(kKeyUpdateTime, in Parse()
|
/external/chromium_org/chrome/browser/policy/ |
D | configuration_policy_handler_android.cc | 28 if (!dict->GetStringWithoutPathExpansion(ManagedBookmarksPolicyHandler::kName, in GetBookmark() 30 !dict->GetStringWithoutPathExpansion(ManagedBookmarksPolicyHandler::kUrl, in GetBookmark()
|
/external/chromium_org/ash/system/chromeos/network/ |
D | tray_sms.cc | 46 if (!message->GetStringWithoutPathExpansion(kSmsNumberKey, number)) in GetMessageFromDictionary() 48 if (!message->GetStringWithoutPathExpansion(kSmsTextKey, text)) in GetMessageFromDictionary() 345 if (!message.GetStringWithoutPathExpansion( in MessageReceived() 358 if (!message.GetStringWithoutPathExpansion( in MessageReceived()
|
D | network_state_notifier.cc | 243 shill_properties.GetStringWithoutPathExpansion( in ShowConnectErrorNotification() 257 shill_properties.GetStringWithoutPathExpansion( in ShowConnectErrorNotification() 277 shill_properties.GetStringWithoutPathExpansion( in ShowConnectErrorNotification()
|
/external/chromium_org/chrome/browser/chromeos/login/ |
D | supervised_user_manager_impl.cc | 174 sync_ids->GetStringWithoutPathExpansion(user_id, &result); in GetUserSyncId() 184 if (manager_names->GetStringWithoutPathExpansion(user_id, &result) && in GetManagerDisplayName() 196 manager_ids->GetStringWithoutPathExpansion(user_id, &result); in GetManagerUserId() 206 if (manager_mails->GetStringWithoutPathExpansion(user_id, &result) && in GetManagerDisplayEmail()
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
D | device_local_account.cc | 135 if (!entry->GetStringWithoutPathExpansion( in GetDeviceLocalAccounts() 154 if (!entry->GetStringWithoutPathExpansion( in GetDeviceLocalAccounts()
|