HomeSort by relevance Sort by last modified time
    Searched refs:GetStringWithoutPathExpansion (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/chromium_org/chrome/browser/extensions/api/experience_sampling_private/
experience_sampling_private_api_unittest.cc 26 EXPECT_TRUE(result->GetStringWithoutPathExpansion("variations",
38 EXPECT_TRUE(result->GetStringWithoutPathExpansion("variations",
  /external/chromium_org/components/metrics/net/
wifi_access_point_info_provider_chromeos.cc 69 if (!properties.GetStringWithoutPathExpansion(shill::kWifiBSsid, &bssid) ||
83 properties.GetStringWithoutPathExpansion(
99 properties.GetStringWithoutPathExpansion(
107 vendor_dict->GetStringWithoutPathExpansion(
110 vendor_dict->GetStringWithoutPathExpansion(
113 vendor_dict->GetStringWithoutPathExpansion(
116 vendor_dict->GetStringWithoutPathExpansion(shill::kVendorOUIListProperty,
  /external/chromium_org/chromeos/network/
shill_property_util.cc 52 if (!source.GetStringWithoutPathExpansion(key, &string_value) ||
87 properties.GetStringWithoutPathExpansion(shill::kNameProperty, &name);
90 properties.GetStringWithoutPathExpansion(shill::kWifiHexSsid, &hex_ssid);
122 properties.GetStringWithoutPathExpansion(shill::kCountryProperty,
153 if (properties.GetStringWithoutPathExpansion(shill::kGuidProperty, &result))
155 if (properties.GetStringWithoutPathExpansion(shill::kSSIDProperty, &result))
157 if (properties.GetStringWithoutPathExpansion(shill::kNameProperty, &result))
160 properties.GetStringWithoutPathExpansion(shill::kTypeProperty, &type);
167 properties.GetStringWithoutPathExpansion(shill::kNameProperty, &name);
178 properties.GetStringWithoutPathExpansion(shill::kTypeProperty, &type)
    [all...]
certificate_pattern.cc 68 dict.GetStringWithoutPathExpansion(onc::client_cert::kCommonName,
70 dict.GetStringWithoutPathExpansion(onc::client_cert::kLocality, &locality_);
71 dict.GetStringWithoutPathExpansion(onc::client_cert::kOrganization,
73 dict.GetStringWithoutPathExpansion(onc::client_cert::kOrganizationalUnit,
network_util.cc 127 if (!dict->GetStringWithoutPathExpansion(shill::kNetworkIdProperty,
130 dict->GetStringWithoutPathExpansion(shill::kStatusProperty,
132 dict->GetStringWithoutPathExpansion(shill::kLongNameProperty,
134 dict->GetStringWithoutPathExpansion(shill::kShortNameProperty,
136 dict->GetStringWithoutPathExpansion(shill::kTechnologyProperty,
client_cert_util.cc 39 dict.GetStringWithoutPathExpansion(key, &s);
47 dict_with_client_cert.GetStringWithoutPathExpansion(
140 if (provider_properties->GetStringWithoutPathExpansion(
146 if (provider_properties->GetStringWithoutPathExpansion(
149 provider_properties->GetStringWithoutPathExpansion(
164 if (shill_properties.GetStringWithoutPathExpansion(shill::kEapCertIdProperty,
170 shill_properties.GetStringWithoutPathExpansion(shill::kEapKeyIdProperty,
339 provider_properties->GetStringWithoutPathExpansion(
policy_util.cc 81 policy.GetStringWithoutPathExpansion(::onc::network_config::kType,
84 actual_network.GetStringWithoutPathExpansion(::onc::network_config::kType,
100 policy_ethernet->GetStringWithoutPathExpansion(
103 actual_ethernet->GetStringWithoutPathExpansion(
118 policy_wifi->GetStringWithoutPathExpansion(::onc::wifi::kSSID,
121 actual_wifi->GetStringWithoutPathExpansion(::onc::wifi::kSSID,
154 !type_dictionary->GetStringWithoutPathExpansion(
249 shill_dictionary.GetStringWithoutPathExpansion(shill::kTypeProperty, &type);
policy_applicator.cc 119 if (!onc_part->GetStringWithoutPathExpansion(::onc::network_config::kGUID,
158 new_policy->GetStringWithoutPathExpansion(::onc::network_config::kGUID,
255 policy.GetStringWithoutPathExpansion(::onc::network_config::kType, &type);
262 ethernet->GetStringWithoutPathExpansion(::onc::ethernet::kAuthentication,
network_cert_migrator_unittest.cc 187 properties->GetStringWithoutPathExpansion(shill::kEapCertIdProperty,
228 provider->GetStringWithoutPathExpansion(
231 provider->GetStringWithoutPathExpansion(
233 provider->GetStringWithoutPathExpansion(
243 properties->GetStringWithoutPathExpansion(shill::kEapCaCertNssProperty,
276 provider->GetStringWithoutPathExpansion(nss_property, nss_nickname);
network_sms_handler.cc 317 if (dictionary.GetStringWithoutPathExpansion(kModemManager1NumberKey,
320 if (dictionary.GetStringWithoutPathExpansion(kModemManager1TextKey, &text))
323 if (dictionary.GetStringWithoutPathExpansion(kModemManager1TimestampKey,
452 if (!properties.GetStringWithoutPathExpansion(
461 if (!properties.GetStringWithoutPathExpansion(
468 if (!properties.GetStringWithoutPathExpansion(
managed_network_configuration_handler_impl.cc 143 shill_properties->GetStringWithoutPathExpansion(shill::kProfileProperty,
165 shill_properties->GetStringWithoutPathExpansion(shill::kGuidProperty, &guid);
389 network->GetStringWithoutPathExpansion(::onc::network_config::kGUID, &guid);
476 existing_properties.GetStringWithoutPathExpansion(shill::kProfileProperty,
623 properties->GetStringWithoutPathExpansion(
633 properties->GetStringWithoutPathExpansion(shill::kDeviceProperty, &device);
669 !shill_properties_copy->GetStringWithoutPathExpansion(
672 !shill_properties_copy->GetStringWithoutPathExpansion(
network_connection_handler.cc 56 provider_properties.GetStringWithoutPathExpansion(
380 service_properties.GetStringWithoutPathExpansion(shill::kTypeProperty, &type);
381 service_properties.GetStringWithoutPathExpansion(
404 provider_properties->GetStringWithoutPathExpansion(
406 provider_properties->GetStringWithoutPathExpansion(
408 provider_properties->GetStringWithoutPathExpansion(
418 service_properties.GetStringWithoutPathExpansion(shill::kGuidProperty, &guid);
420 service_properties.GetStringWithoutPathExpansion(shill::kProfileProperty,
  /external/chromium_org/chromeos/network/onc/
onc_normalizer.cc 89 cert->GetStringWithoutPathExpansion(::onc::certificate::kType, &type);
99 ethernet->GetStringWithoutPathExpansion(kAuthentication, &auth);
107 eap->GetStringWithoutPathExpansion(::onc::client_cert::kClientCertType,
117 eap->GetStringWithoutPathExpansion(kOuter, &outer);
128 ipsec->GetStringWithoutPathExpansion(kAuthenticationType, &auth_type);
136 ipsec->GetStringWithoutPathExpansion(::onc::client_cert::kClientCertType,
170 network->GetStringWithoutPathExpansion(::onc::network_config::kType, &type);
185 openvpn->GetStringWithoutPathExpansion(::onc::client_cert::kClientCertType,
199 proxy->GetStringWithoutPathExpansion(::onc::proxy::kType, &type);
209 vpn->GetStringWithoutPathExpansion(::onc::vpn::kType, &type)
    [all...]
onc_translator_onc_to_shill.cc 125 onc_object_->GetStringWithoutPathExpansion(::onc::ethernet::kAuthentication,
201 if (onc_object_->GetStringWithoutPathExpansion(::onc::vpn::kHost, &host)) {
206 onc_object_->GetStringWithoutPathExpansion(::onc::vpn::kType, &type);
214 onc_object_->GetStringWithoutPathExpansion(::onc::wifi::kSecurity, &security);
219 onc_object_->GetStringWithoutPathExpansion(::onc::wifi::kSSID, &ssid);
230 onc_object_->GetStringWithoutPathExpansion(::onc::eap::kOuter, &outer);
239 onc_object_->GetStringWithoutPathExpansion(::onc::eap::kInner, &inner);
253 onc_object_->GetStringWithoutPathExpansion(::onc::network_config::kType,
263 onc_object_->GetStringWithoutPathExpansion(::onc::network_config::kName,
onc_translator_shill_to_onc.cc 185 shill_dictionary_->GetStringWithoutPathExpansion(shill::kTypeProperty,
201 if (shill_dictionary_->GetStringWithoutPathExpansion(
261 shill_dictionary_->GetStringWithoutPathExpansion(
280 provider->GetStringWithoutPathExpansion(shill::kTypeProperty,
289 if (provider->GetStringWithoutPathExpansion(shill::kHostProperty,
393 shill_dictionary_->GetStringWithoutPathExpansion(shill::kTypeProperty,
411 shill_dictionary_->GetStringWithoutPathExpansion(shill::kNameProperty, &name);
417 if (shill_dictionary_->GetStringWithoutPathExpansion(shill::kStateProperty,
436 shill_dictionary_->GetStringWithoutPathExpansion(shill::kProfileProperty,
457 if (shill_dictionary_->GetStringWithoutPathExpansion(shill::kAddressProperty
    [all...]
onc_utils.cc 182 if (!onc_object->GetStringWithoutPathExpansion(fieldname, &user_string))
326 cert->GetStringWithoutPathExpansion(certificate::kGUID, &guid);
328 cert->GetStringWithoutPathExpansion(certificate::kType, &cert_type);
334 cert->GetStringWithoutPathExpansion(certificate::kX509, &x509_data);
373 toplevel_onc->GetStringWithoutPathExpansion(toplevel_config::kType,
482 if (!onc_object->GetStringWithoutPathExpansion(key_guid_ref, &guid_ref))
527 if (!onc_object->GetStringWithoutPathExpansion(key_guid_ref, &guid_ref))
637 network->GetStringWithoutPathExpansion(network_config::kGUID, &guid);
  /external/chromium_org/chrome/browser/apps/drive/
drive_app_mapping.cc 70 info_dict->GetStringWithoutPathExpansion(kKeyChromeApp, &chrome_app_id)) {
87 info_dict->GetStringWithoutPathExpansion(kKeyChromeApp,
107 info_dict->GetStringWithoutPathExpansion(kKeyChromeApp,
  /external/chromium_org/chrome/browser/chromeos/net/
onc_utils.cc 44 onc_proxy_location.GetStringWithoutPathExpansion(::onc::proxy::kHost, &host);
106 onc_proxy_settings.GetStringWithoutPathExpansion(::onc::proxy::kType, &type);
115 onc_proxy_settings.GetStringWithoutPathExpansion(::onc::proxy::kPAC,
237 shill_dict->GetStringWithoutPathExpansion(shill::kTypeProperty, &type);
316 network->GetStringWithoutPathExpansion(::onc::network_config::kGUID,
334 network->GetStringWithoutPathExpansion(::onc::network_config::kType, &type);
343 ethernet->GetStringWithoutPathExpansion(::onc::ethernet::kAuthentication,
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
mobile_setup_ui.cc 91 properties.GetStringWithoutPathExpansion(shill::kNameProperty, &name);
93 properties.GetStringWithoutPathExpansion(
100 payment_dict->GetStringWithoutPathExpansion(
102 payment_dict->GetStringWithoutPathExpansion(
104 payment_dict->GetStringWithoutPathExpansion(
116 if (!properties.GetStringWithoutPathExpansion(
292 if (!properties.GetStringWithoutPathExpansion(
294 !properties.GetStringWithoutPathExpansion(
296 !properties.GetStringWithoutPathExpansion(
300 !payment_dict->GetStringWithoutPathExpansion(
    [all...]
  /external/chromium_org/ash/system/chromeos/network/
network_state_notifier.cc 228 shill_properties.GetStringWithoutPathExpansion(shill::kStateProperty, &state);
254 shill_properties.GetStringWithoutPathExpansion(shill::kErrorProperty,
257 shill_properties.GetStringWithoutPathExpansion(
297 shill_properties.GetStringWithoutPathExpansion(shill::kErrorDetailsProperty,
318 shill_properties.GetStringWithoutPathExpansion(shill::kTypeProperty,
tray_sms.cc 46 if (!message->GetStringWithoutPathExpansion(kSmsNumberKey, number))
48 if (!message->GetStringWithoutPathExpansion(kSmsTextKey, text))
345 if (!message.GetStringWithoutPathExpansion(
358 if (!message.GetStringWithoutPathExpansion(
  /external/chromium_org/chromeos/dbus/
cros_disks_client.cc 777 properties->GetStringWithoutPathExpansion(
779 properties->GetStringWithoutPathExpansion(
781 properties->GetStringWithoutPathExpansion(cros_disks::kVendorId, &vendor_id_);
782 properties->GetStringWithoutPathExpansion(
784 properties->GetStringWithoutPathExpansion(
786 properties->GetStringWithoutPathExpansion(
788 properties->GetStringWithoutPathExpansion(
790 properties->GetStringWithoutPathExpansion(cros_disks::kIdLabel, &label_);
791 properties->GetStringWithoutPathExpansion(cros_disks::kIdUuid, &uuid_);
  /external/chromium_org/chrome/browser/chromeos/policy/
device_local_account.cc 135 if (!entry->GetStringWithoutPathExpansion(
154 if (!entry->GetStringWithoutPathExpansion(
  /external/chromium_org/remoting/host/
token_validator_base.cc 188 dict->GetStringWithoutPathExpansion("scope", &token_scope);
197 dict->GetStringWithoutPathExpansion("access_token", &shared_secret);
  /external/chromium_org/chrome/browser/chromeos/login/supervised/
supervised_user_creation_controller_new.cc 134 password_data->GetStringWithoutPathExpansion(
187 creation_context_->password_data.GetStringWithoutPathExpansion(
189 extra.GetStringWithoutPathExpansion(kPasswordEncryptionKey,
191 extra.GetStringWithoutPathExpansion(kPasswordSignatureKey,

Completed in 566 milliseconds

1 2 3 4