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

1 2

  /external/chromium_org/components/wifi/
network_properties.cc 29 value->SetString(onc::network_config::kGUID, guid);
30 value->SetString(onc::network_config::kName, name);
31 value->SetString(onc::network_config::kConnectionState, connection_state);
33 value->SetString(onc::network_config::kType, type);
36 value->SetBoolean(onc::network_config::kConnectable, true);
75 if (value.GetString(onc::network_config::kType, &network_type)) {
81 value.GetString(onc::network_config::kName, &name);
82 value.GetString(onc::network_config::kGUID, &guid);
83 value.GetString(onc::network_config::kConnectionState, &connection_state);
  /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 173 { ::onc::network_config::kSearchDomains, &kStringListSignature},
266 { ::onc::network_config::kEthernet, &kEthernetSignature},
267 { ::onc::network_config::kGUID, &kStringSignature},
269 { ::onc::network_config::kIPConfigs, &kIPConfigListSignature},
270 { ::onc::network_config::kName, &kStringSignature},
272 { ::onc::network_config::kNameServers, &kStringListSignature},
273 { ::onc::network_config::kProxySettings, &kProxySettingsSignature},
276 { ::onc::network_config::kSearchDomains, &kStringListSignature},
277 { ::onc::network_config::kType, &kStringSignature},
278 { ::onc::network_config::kVPN, &kVPNSignature}
    [all...]
onc_utils.h 123 // encoding. Returns true if all references could be resolved. |network_config|
127 base::DictionaryValue* network_config);
onc_translator_shill_to_onc.cc 308 onc_object_->SetStringWithoutPathExpansion(::onc::network_config::kType,
318 onc_object_->SetStringWithoutPathExpansion(::onc::network_config::kName,
332 ::onc::network_config::kConnectionState, onc_state);
342 ::onc::network_config::kMacAddress,
352 TranslateAndAddListOfObjects(::onc::network_config::kIPConfigs,
onc_translation_tables.cc 144 { ::onc::network_config::kGUID, shill::kGuidProperty},
145 { ::onc::network_config::kConnectable, shill::kConnectableProperty },
146 { ::onc::network_config::kErrorState, shill::kErrorProperty },
150 // { ::onc::network_config::kName, shill::kNameProperty },
153 // { ::onc::network_config::kType, shill::kTypeProperty },
158 // { ::onc::network_config::kConnectionState, shill::kStateProperty },
159 // { ::onc::network_config::kMacAddress, shill::kAddressProperty },
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 450 using namespace ::onc::network_config;
488 all_required_exist &= RequireField(*result, ::onc::network_config::kWiFi);
491 RequireField(*result, ::onc::network_config::kEthernet);
494 RequireField(*result, ::onc::network_config::kCellular);
496 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_merger.cc 29 return field_name == ::onc::network_config::kGUID;
  /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);
client_cert_resolver.cc 198 const base::DictionaryValue& network_config) {
202 network_config.GetDictionaryWithoutPathExpansion(network_config::kWiFi,
213 network_config.GetDictionaryWithoutPathExpansion(network_config::kVPN, &vpn);
229 network_config.GetDictionaryWithoutPathExpansion(network_config::kEthernet,
policy_applicator.cc 118 if (!onc_part->GetStringWithoutPathExpansion(::onc::network_config::kGUID,
157 new_policy->GetStringWithoutPathExpansion(::onc::network_config::kGUID,
250 policy.GetStringWithoutPathExpansion(::onc::network_config::kType, &type);
254 policy.GetDictionaryWithoutPathExpansion(::onc::network_config::kEthernet,
managed_network_configuration_handler_impl.cc 174 active_settings->GetStringWithoutPathExpansion(::onc::network_config::kGUID,
393 network->GetStringWithoutPathExpansion(::onc::network_config::kGUID, &guid);
  /external/chromium_org/chrome/browser/chromeos/
ui_proxy_config_service.cc 151 net::ProxyConfig network_config; local
158 &network_config,
170 network_availability, network_config, false,
proxy_config_service_impl.cc 170 net::ProxyConfig network_config; local
177 prefs(), local_state_prefs_, *network, &network_config, &onc_source);
183 network_config = net::ProxyConfig();
196 network_availability, network_config, ignore_proxy,
proxy_config_service_impl_unittest.cc 395 base::DictionaryValue network_config; local
396 InitConfigWithTestInput(network_params.input, &network_config);
421 SetConfig(&network_config);
  /external/chromium_org/chrome/browser/chromeos/net/
proxy_config_handler.cc 53 ::onc::network_config::kProxySettings, &proxy_policy);
onc_utils.cc 313 network->GetStringWithoutPathExpansion(::onc::network_config::kGUID,
331 network->GetStringWithoutPathExpansion(::onc::network_config::kType, &type);
336 network->GetDictionaryWithoutPathExpansion(::onc::network_config::kEthernet,
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
network_config_message_handler.cc 121 ::onc::network_config::kGUID, service_path);
  /external/chromium_org/components/onc/
onc_constants.cc 35 namespace network_config { namespace in namespace:onc
65 } // namespace network_config
onc_constants.h 59 namespace network_config { namespace in namespace:onc
81 } // namespace network_config
  /external/chromium_org/chrome/browser/local_discovery/wifi/
wifi_manager_nonchromeos.cc 29 properties->SetString(onc::network_config::kType, onc::network_type::kWiFi);
31 properties->Set(onc::network_config::kWiFi, wifi);
302 if (!properties.GetString(onc::network_config::kName, &ssid)) {
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 531 ::onc::network_config::VpnProperty(::onc::vpn::kHost));
    [all...]
  /external/chromium_org/chrome/browser/chromeos/options/
wifi_config_view.cc     [all...]

Completed in 5831 milliseconds

1 2