/external/chromium_org/components/wifi/ |
wifi_service.cc | 27 value->SetString(onc::network_config::kGUID, guid); 28 value->SetString(onc::network_config::kName, name); 29 value->SetString(onc::network_config::kConnectionState, connection_state); 30 value->SetString(onc::network_config::kType, type); 69 if (value.GetString(onc::network_config::kType, &network_type)) {
|
/external/chromium_org/chromeos/network/onc/ |
onc_normalizer.cc | 152 network->RemoveWithoutPathExpansion(::onc::network_config::kIPConfigs, 154 network->RemoveWithoutPathExpansion(::onc::network_config::kName, NULL); 155 network->RemoveWithoutPathExpansion(::onc::network_config::kNameServers, 157 network->RemoveWithoutPathExpansion(::onc::network_config::kProxySettings, 159 network->RemoveWithoutPathExpansion(::onc::network_config::kSearchDomains, 161 network->RemoveWithoutPathExpansion(::onc::network_config::kType, NULL); 166 network->GetStringWithoutPathExpansion(::onc::network_config::kType, &type); 168 ::onc::network_config::kEthernet, 171 network, ::onc::network_config::kVPN, type == ::onc::network_type::kVPN); 173 ::onc::network_config::kWiFi [all...] |
onc_signature.cc | 165 { ::onc::network_config::kNameServers, &kStringSignature}, 167 { ::onc::network_config::kSearchDomains, &kStringListSignature}, 257 { ::onc::network_config::kEthernet, &kEthernetSignature}, 258 { ::onc::network_config::kGUID, &kStringSignature}, 260 { ::onc::network_config::kIPConfigs, &kIPConfigListSignature}, 261 { ::onc::network_config::kName, &kStringSignature}, 263 { ::onc::network_config::kNameServers, &kStringListSignature}, 264 { ::onc::network_config::kProxySettings, &kProxySettingsSignature}, 267 { ::onc::network_config::kSearchDomains, &kStringListSignature}, 268 { ::onc::network_config::kType, &kStringSignature} [all...] |
onc_utils.h | 122 // encoding. Returns true if all references could be resolved. |network_config| 126 base::DictionaryValue* network_config);
|
onc_translator_shill_to_onc.cc | 268 onc_object_->SetStringWithoutPathExpansion(::onc::network_config::kType, 278 onc_object_->SetStringWithoutPathExpansion(::onc::network_config::kName, 291 ::onc::network_config::kConnectionState, onc_state);
|
onc_translator_onc_to_shill.cc | 195 onc_object_->GetStringWithoutPathExpansion(::onc::network_config::kType, 205 onc_object_->GetStringWithoutPathExpansion(::onc::network_config::kName,
|
onc_validator.cc | 449 using namespace ::onc::network_config; 484 all_required_exist &= RequireField(*result, ::onc::network_config::kWiFi); 487 RequireField(*result, ::onc::network_config::kEthernet); 490 RequireField(*result, ::onc::network_config::kCellular); 492 all_required_exist &= RequireField(*result, ::onc::network_config::kVPN);
|
onc_utils.cc | 633 network->GetStringWithoutPathExpansion(network_config::kGUID, &guid); 648 base::DictionaryValue* network_config) { 651 network_config);
|
onc_translation_tables.cc | 162 // { ::onc::network_config::kName, shill::kNameProperty }, 163 { ::onc::network_config::kGUID, shill::kGuidProperty}, 165 // { ::onc::network_config::kType, shill::kTypeProperty }, 170 // { ::onc::network_config::kConnectionState, shill::kStateProperty },
|
/external/chromium_org/chromeos/network/ |
policy_util.cc | 81 policy.GetStringWithoutPathExpansion(::onc::network_config::kType, 84 actual_network.GetStringWithoutPathExpansion(::onc::network_config::kType, 91 policy.GetDictionaryWithoutPathExpansion(::onc::network_config::kEthernet, 95 ::onc::network_config::kEthernet, &actual_ethernet); 108 policy.GetDictionaryWithoutPathExpansion(::onc::network_config::kWiFi, 112 ::onc::network_config::kWiFi, 167 effective->SetStringWithoutPathExpansion(::onc::network_config::kGUID, guid);
|
policy_applicator.cc | 117 if (!onc_part->GetStringWithoutPathExpansion(::onc::network_config::kGUID, 156 new_policy->GetStringWithoutPathExpansion(::onc::network_config::kGUID, 238 policy.GetStringWithoutPathExpansion(::onc::network_config::kType, &type); 242 policy.GetDictionaryWithoutPathExpansion(::onc::network_config::kEthernet,
|
client_cert_resolver.cc | 195 const base::DictionaryValue& network_config) { 199 network_config.GetDictionaryWithoutPathExpansion(network_config::kWiFi, 210 network_config.GetDictionaryWithoutPathExpansion(network_config::kVPN, &vpn); 226 network_config.GetDictionaryWithoutPathExpansion(network_config::kEthernet,
|
managed_network_configuration_handler_impl.cc | 178 active_settings->GetStringWithoutPathExpansion(::onc::network_config::kGUID, 376 network->GetStringWithoutPathExpansion(::onc::network_config::kGUID, &guid);
|
/external/chromium_org/chrome/browser/chromeos/ |
ui_proxy_config_service.cc | 147 net::ProxyConfig network_config; local 154 &network_config, 166 network_availability, network_config, false,
|
proxy_config_service_impl.cc | 171 net::ProxyConfig network_config; local 178 prefs(), local_state_prefs_, *network, &network_config, &onc_source); 184 network_config = net::ProxyConfig(); 197 network_availability, network_config, ignore_proxy,
|
proxy_config_service_impl_unittest.cc | 393 base::DictionaryValue network_config; local 394 InitConfigWithTestInput(network_params.input, &network_config); 419 SetConfig(&network_config);
|
/external/chromium_org/chrome/browser/chromeos/net/ |
proxy_config_handler.cc | 53 ::onc::network_config::kProxySettings, &proxy_policy);
|
onc_utils.cc | 315 network->GetStringWithoutPathExpansion(::onc::network_config::kGUID, 333 network->GetStringWithoutPathExpansion(::onc::network_config::kType, &type); 338 network->GetDictionaryWithoutPathExpansion(::onc::network_config::kEthernet,
|
/external/chromium_org/chrome/browser/extensions/api/networking_private/ |
networking_private_api_chromeos.cc | 97 network_properties->SetStringWithoutPathExpansion(onc::network_config::kGUID, 139 network_properties->SetStringWithoutPathExpansion(onc::network_config::kGUID, 294 onc_network_part->GetStringWithoutPathExpansion(onc::network_config::kType, 299 onc::network_config::kGUID,
|
networking_private_api_nonchromeos.cc | 91 network_properties->SetStringWithoutPathExpansion(onc::network_config::kGUID,
|
/external/chromium_org/components/onc/ |
onc_constants.cc | 35 namespace network_config { namespace in namespace:onc 49 } // namespace network_config
|
onc_constants.h | 57 namespace network_config { namespace in namespace:onc 71 } // namespace network_config
|
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
internet_options_handler.cc | 675 base::StringPrintf("%s.%s", ::onc::network_config::kVPN, [all...] |
/external/chromium_org/chrome/browser/chromeos/options/ |
vpn_config_view.cc | [all...] |
wifi_config_view.cc | [all...] |