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 156 network->RemoveWithoutPathExpansion(::onc::network_config::kStaticIPConfig,
158 network->RemoveWithoutPathExpansion(::onc::network_config::kName, NULL);
159 network->RemoveWithoutPathExpansion(::onc::network_config::kNameServers,
161 network->RemoveWithoutPathExpansion(::onc::network_config::kProxySettings,
163 network->RemoveWithoutPathExpansion(::onc::network_config::kSearchDomains,
165 network->RemoveWithoutPathExpansion(::onc::network_config::kType, NULL);
170 network->GetStringWithoutPathExpansion(::onc::network_config::kType, &type);
172 ::onc::network_config::kEthernet,
175 network, ::onc::network_config::kVPN, type == ::onc::network_type::kVPN);
177 ::onc::network_config::kWiFi
    [all...]
onc_signature.cc 178 { ::onc::network_config::kSearchDomains, &kStringListSignature},
297 { ::onc::network_config::kCellular, &kCellularSignature},
298 { ::onc::network_config::kEthernet, &kEthernetSignature},
299 { ::onc::network_config::kGUID, &kStringSignature},
301 { ::onc::network_config::kName, &kStringSignature},
304 { ::onc::network_config::kNameServers, &kStringListSignature},
306 { ::onc::network_config::kPriority, &kIntegerSignature},
307 { ::onc::network_config::kProxySettings, &kProxySettingsSignature},
312 { ::onc::network_config::kSearchDomains, &kStringListSignature},
314 { ::onc::network_config::kStaticIPConfig, &kStaticIPConfigSignature}
    [all...]
onc_translator_shill_to_onc.cc 403 onc_object_->SetStringWithoutPathExpansion(::onc::network_config::kType,
412 onc_object_->SetStringWithoutPathExpansion(::onc::network_config::kName,
426 ::onc::network_config::kConnectionState, onc_state);
430 ::onc::network_config::kRestrictedConnectivity, true);
440 source = ::onc::network_config::kSourceDevicePolicy;
442 source = ::onc::network_config::kSourceUserPolicy;
444 source = ::onc::network_config::kSourceDevice;
446 source = ::onc::network_config::kSourceUser;
448 source = ::onc::network_config::kSourceNone;
450 ::onc::network_config::kSource, source)
    [all...]
onc_utils.h 123 // encoding. Returns true if all references could be resolved. |network_config|
127 base::DictionaryValue* network_config);
onc_translation_tables.cc 173 { ::onc::network_config::kGUID, shill::kGuidProperty},
174 { ::onc::network_config::kConnectable, shill::kConnectableProperty },
175 { ::onc::network_config::kErrorState, shill::kErrorProperty },
176 { ::onc::network_config::kPriority, shill::kPriorityProperty },
180 // { ::onc::network_config::kName, shill::kNameProperty },
183 // { ::onc::network_config::kType, shill::kTypeProperty },
188 // { ::onc::network_config::kConnectionState, shill::kStateProperty },
189 // { ::onc::network_config::kRestrictedConnectivity,
191 // { ::onc::network_config::kSource, shill::kProfileProperty },
192 // { ::onc::network_config::kMacAddress, shill::kAddressProperty }
    [all...]
onc_translator_onc_to_shill.cc 253 onc_object_->GetStringWithoutPathExpansion(::onc::network_config::kType,
263 onc_object_->GetStringWithoutPathExpansion(::onc::network_config::kName,
onc_validator.cc 470 using namespace ::onc::network_config;
507 all_required_exist &= RequireField(*result, ::onc::network_config::kWiFi);
510 RequireField(*result, ::onc::network_config::kEthernet);
513 RequireField(*result, ::onc::network_config::kCellular);
515 all_required_exist &= RequireField(*result, ::onc::network_config::kVPN);
onc_utils.cc 637 network->GetStringWithoutPathExpansion(network_config::kGUID, &guid);
652 base::DictionaryValue* network_config) {
655 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,
151 ::onc::network_config::kType, &type_dictionary);
166 GetOrCreateNestedDictionary(::onc::network_config::kWiFi,
171 GetOrCreateNestedDictionary(::onc::network_config::kVPN,
313 effective->SetStringWithoutPathExpansion(::onc::network_config::kGUID, guid)
    [all...]
client_cert_util.cc 266 void OncToClientCertConfig(const base::DictionaryValue& network_config,
275 network_config.GetDictionaryWithoutPathExpansion(network_config::kWiFi,
288 network_config.GetDictionaryWithoutPathExpansion(network_config::kVPN, &vpn);
306 network_config.GetDictionaryWithoutPathExpansion(network_config::kEthernet,
client_cert_util.h 98 const base::DictionaryValue& network_config,
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);
259 policy.GetDictionaryWithoutPathExpansion(::onc::network_config::kEthernet,
managed_network_configuration_handler_impl.cc 389 network->GetStringWithoutPathExpansion(::onc::network_config::kGUID, &guid);
  /external/chromium_org/chrome/browser/chromeos/
ui_proxy_config_service.cc 150 net::ProxyConfig network_config; local
157 &network_config,
169 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 394 base::DictionaryValue network_config; local
395 InitConfigWithTestInput(network_params.input, &network_config);
420 SetConfig(&network_config);
  /external/chromium_org/chrome/browser/chromeos/net/
proxy_config_handler.cc 53 ::onc::network_config::kProxySettings, &proxy_policy);
onc_utils.cc 316 network->GetStringWithoutPathExpansion(::onc::network_config::kGUID,
334 network->GetStringWithoutPathExpansion(::onc::network_config::kType, &type);
339 network->GetDictionaryWithoutPathExpansion(::onc::network_config::kEthernet,
  /external/chromium_org/components/onc/
onc_constants.cc 34 namespace network_config { namespace in namespace:onc
75 } // namespace network_config
onc_constants.h 59 namespace network_config { namespace in namespace:onc
92 } // namespace network_config
  /external/chromium_org/chrome/browser/local_discovery/wifi/
wifi_manager_nonchromeos.cc 33 properties->SetString(onc::network_config::kType, onc::network_type::kWiFi);
35 properties->Set(onc::network_config::kWiFi, wifi);
  /external/chromium_org/chrome/browser/chromeos/options/
wifi_config_view.cc     [all...]
vpn_config_view.cc     [all...]

Completed in 5994 milliseconds

1 2