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

/external/chromium_org/chrome/browser/chromeos/policy/
H A Dnetwork_configuration_updater.cc85 base::ListValue network_configs; local
91 &network_configs,
96 ApplyNetworkPolicy(&network_configs, &global_network_config);
H A Dnetwork_configuration_updater_unittest.cc216 base::ListValue* network_configs = NULL; variable
218 onc::toplevel_config::kNetworkConfigurations, &network_configs);
219 AppendAll(*network_configs, &fake_network_configs_);
/external/chromium_org/chromeos/network/
H A Dnetwork_connection_handler_unittest.cc261 base::ListValue* network_configs = NULL; local
262 ASSERT_TRUE(network_configs_value->GetAsList(&network_configs));
268 *network_configs,
273 *network_configs,
H A Dmanaged_network_configuration_handler_unittest.cc268 base::ListValue* network_configs = &empty_network_configs; local
270 ::onc::toplevel_config::kNetworkConfigurations, &network_configs);
279 onc_source, userhash, *network_configs, *global_network_config);
/external/chromium_org/chrome/browser/chromeos/net/
H A Donc_utils.cc180 base::ListValue* network_configs) {
187 chromeos::onc::ExpandStringsInNetworks(substitution, network_configs);
191 const base::ListValue& network_configs,
195 scoped_ptr<base::ListValue> expanded_networks(network_configs.DeepCopy());
307 const base::ListValue& network_configs,
309 for (base::ListValue::const_iterator it = network_configs.begin();
310 it != network_configs.end(); ++it) {
325 const base::ListValue& network_configs) {
327 for (base::ListValue::const_iterator it = network_configs.begin();
328 it != network_configs
178 ExpandStringPlaceholdersInNetworksForUser( const user_manager::User* user, base::ListValue* network_configs) argument
190 ImportNetworksForUser(const user_manager::User* user, const base::ListValue& network_configs, std::string* error) argument
306 GetNetworkConfigByGUID( const base::ListValue& network_configs, const std::string& guid) argument
324 GetNetworkConfigForEthernetWithoutEAP( const base::ListValue& network_configs) argument
351 GetNetworkConfigForNetworkFromOnc( const base::ListValue& network_configs, const NetworkState& network) argument
[all...]
/external/chromium_org/chromeos/network/onc/
H A Donc_utils.cc232 base::ListValue* network_configs) {
233 for (base::ListValue::iterator it = network_configs->begin();
234 it != network_configs->end(); ++it) {
354 base::ListValue* network_configs,
357 network_configs->Clear();
436 network_configs->Swap(validated_networks);
629 base::ListValue* network_configs) {
631 for (base::ListValue::iterator it = network_configs->begin();
632 it != network_configs->end(); ) {
642 it = network_configs
231 ExpandStringsInNetworks(const StringSubstitution& substitution, base::ListValue* network_configs) argument
351 ParseAndValidateOncForImport(const std::string& onc_blob, ONCSource onc_source, const std::string& passphrase, base::ListValue* network_configs, base::DictionaryValue* global_network_config, base::ListValue* certificates) argument
628 ResolveServerCertRefsInNetworks(const CertPEMsByGUIDMap& certs_by_guid, base::ListValue* network_configs) argument
[all...]
/external/chromium_org/chrome/browser/ui/webui/net_internals/
H A Dnet_internals_ui.cc1428 base::ListValue network_configs; local
1434 &network_configs,
1441 chromeos::onc::ImportNetworksForUser(user, network_configs, &network_error);

Completed in 506 milliseconds