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

1 2

  /external/chromium_org/components/wifi/
network_properties.cc 32 DCHECK(type == onc::network_type::kWiFi);
58 value->Set(onc::network_type::kWiFi, wifi.release());
73 std::string network_type; local
75 if (value.GetString(onc::network_config::kType, &network_type)) {
76 if (network_type != onc::network_type::kWiFi)
78 type = network_type;
80 if (value.GetDictionary(onc::network_type::kWiFi, &wifi)) {
114 if (l.type == onc::network_type::kEthernet)
116 if (r.type == onc::network_type::kEthernet
    [all...]
fake_wifi_service.cc 21 network_properties.type = onc::network_type::kWiFi;
47 network_properties.type = onc::network_type::kWiFi;
124 void FakeWiFiService::GetVisibleNetworks(const std::string& network_type,
130 if (network_type.empty() || network_type == onc::network_type::kAllTypes ||
131 it->type == network_type) {
fake_wifi_service.h 41 virtual void GetVisibleNetworks(const std::string& network_type,
wifi_service.h 83 // Get list of visible networks of |network_type| (one of onc::network_type).
85 virtual void GetVisibleNetworks(const std::string& network_type,
wifi_service_win.cc 206 virtual void GetVisibleNetworks(const std::string& network_type,
559 if (!properties->HasKey(onc::network_type::kWiFi)) {
627 void WiFiServiceImpl::GetVisibleNetworks(const std::string& network_type,
630 if (!network_type.empty() &&
631 network_type != onc::network_type::kAllTypes &&
632 network_type != onc::network_type::kWiFi) {
    [all...]
  /external/chromium_org/ash/system/chromeos/network/
network_icon.h 47 const std::string& network_type);
52 const std::string& network_type);
57 const std::string& network_type);
network_icon.cc 276 const std::string& network_type,
279 network_type(network_type),
284 if (network_type != other.network_type)
285 return network_type < other.network_type;
289 std::string network_type; member in struct:ash::network_icon::__anon6602::ImageIdForNetworkType
345 const std::string& network_type) {
346 if (network_type == shill::kTypeVPN)
    [all...]
network_state_notifier.cc 68 const std::string& network_type,
72 int icon_id = (network_type == shill::kTypeCellular) ?
316 std::string network_type; local
318 &network_type);
322 network_type,
  /external/chromium_org/media/cast/test/utility/
udp_proxy_main.cc 134 std::string network_type; local
143 network_type = argv[4];
146 network_type = argv[2];
152 if (network_type == "perfect") {
154 } else if (network_type == "wifi") {
157 } else if (network_type == "bad") {
160 } else if (network_type == "evil") {
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler_strings.h 27 std::string NetworkDeviceTypeString(const std::string& network_type);
internet_options_handler_strings.cc 277 std::string NetworkDeviceTypeString(const std::string& network_type) {
279 if (network_type == shill::kTypeEthernet)
281 else if (network_type == shill::kTypeWifi)
283 else if (network_type == shill::kTypeCellular)
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_state_informer.h 82 std::string network_type() const { return network_type_; } function in class:chromeos::NetworkStateInformer
  /external/chromium_org/chromeos/network/onc/
onc_utils.cc 655 if (type == ::onc::network_type::kAllTypes)
657 if (type == ::onc::network_type::kCellular)
659 if (type == ::onc::network_type::kEthernet)
661 if (type == ::onc::network_type::kVPN)
663 if (type == ::onc::network_type::kWiFi)
665 if (type == ::onc::network_type::kWimax)
667 if (type == ::onc::network_type::kWireless)
onc_validator.cc 452 static const char* kValidTypes[] = { ::onc::network_type::kEthernet,
453 ::onc::network_type::kVPN,
454 ::onc::network_type::kWiFi,
455 ::onc::network_type::kCellular,
479 type != ::onc::network_type::kWiFi &&
480 type != ::onc::network_type::kEthernet) {
487 if (type == ::onc::network_type::kWiFi) {
489 } else if (type == ::onc::network_type::kEthernet) {
492 } else if (type == ::onc::network_type::kCellular) {
495 } else if (type == ::onc::network_type::kVPN)
    [all...]
onc_normalizer.cc 169 type == ::onc::network_type::kEthernet);
171 network, ::onc::network_config::kVPN, type == ::onc::network_type::kVPN);
174 type == ::onc::network_type::kWiFi);
onc_translation_tables.cc 217 // { network_type::kEthernet, shill::kTypeEthernet },
218 // { network_type::kEthernet, shill::kTypeEthernetEap },
219 { ::onc::network_type::kWiFi, shill::kTypeWifi},
220 { ::onc::network_type::kCellular, shill::kTypeCellular},
221 { ::onc::network_type::kVPN, shill::kTypeVPN},
onc_translator_onc_to_shill.cc 199 if (type != ::onc::network_type::kEthernet)
203 if (type == ::onc::network_type::kVPN) {
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
network_config_message_handler.cc 67 std::string type = ::onc::network_type::kAllTypes;
  /external/chromium_org/chromeos/network/
policy_util.cc 89 if (actual_network_type == ::onc::network_type::kEthernet) {
106 } else if (actual_network_type == ::onc::network_type::kWiFi) {
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_api_nonchromeos.cc 229 api::ToString(params->filter.network_type),
257 api::ToString(params->network_type),
279 network_list->Append(new base::StringValue(onc::network_type::kWiFi));
networking_private_api_chromeos.cc 320 api::ToString(params->filter.network_type));
347 api::ToString(params->network_type));
398 api::ToString(params->network_type));
418 api::ToString(params->network_type));
networking_private_service_client.h 181 // Gets the list of visible networks of |network_type| and calls |callback|.
182 void GetVisibleNetworks(const std::string& network_type,
  /external/chromium_org/components/onc/
onc_constants.cc 67 namespace network_type { namespace in namespace:onc
75 } // namespace network_type
  /external/chromium_org/chrome/browser/resources/chromeos/
network_menu.js 266 if (attrs.network_type == NetworkOther) {
319 if ((this.attrs.network_type == NetworkOther ||
  /external/chromium_org/chrome/browser/local_discovery/wifi/
wifi_manager_nonchromeos.cc 29 properties->SetString(onc::network_config::kType, onc::network_type::kWiFi);
329 onc::network_type::kWiFi, &visible_networks, true);

Completed in 463 milliseconds

1 2