Home
last modified time | relevance | path

Searched refs:kTypeWimax (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/chromeos/network/
Dshill_property_util_unittest.cc46 EXPECT_TRUE(mobile_.MatchesType(shill::kTypeWimax)); in TEST_F()
51 EXPECT_TRUE(wireless_.MatchesType(shill::kTypeWimax)); in TEST_F()
91 NetworkTypePattern::Primitive(shill::kTypeWimax); in TEST_F()
Dshill_property_handler_unittest.cc254 type == shill::kTypeWimax || in IsValidType()
308 manager_test_->RemoveTechnology(shill::kTypeWimax); in TEST_F()
314 manager_test_->AddTechnology(shill::kTypeWimax, false); in TEST_F()
319 shill::kTypeWimax)); in TEST_F()
320 EXPECT_FALSE(shill_property_handler_->IsTechnologyEnabled(shill::kTypeWimax)); in TEST_F()
324 shill::kTypeWimax, in TEST_F()
329 EXPECT_TRUE(shill_property_handler_->IsTechnologyEnabled(shill::kTypeWimax)); in TEST_F()
Dnetwork_state_handler_unittest.cc264 manager_test->RemoveTechnology(shill::kTypeWimax); in TEST_F()
270 manager_test->AddTechnology(shill::kTypeWimax, false); in TEST_F()
276 manager_test->SetTechnologyInitializing(shill::kTypeWimax, true); in TEST_F()
282 manager_test->SetTechnologyInitializing(shill::kTypeWimax, false); in TEST_F()
290 manager_test->RemoveTechnology(shill::kTypeWimax); in TEST_F()
Dnetwork_state_handler.cc802 return shill::kTypeWimax; in GetTechnologyForType()
805 if (type.MatchesType(shill::kTypeWimax) && in GetTechnologyForType()
806 shill_property_handler_->IsTechnologyAvailable(shill::kTypeWimax)) { in GetTechnologyForType()
807 return shill::kTypeWimax; in GetTechnologyForType()
Dnetwork_change_notifier_chromeos.cc204 else if (type == shill::kTypeWimax) in ConnectionTypeFromShill()
Dnetwork_change_notifier_chromeos_unittest.cc68 { shill::kTypeWimax, "", NetworkChangeNotifier::CONNECTION_4G }, in TEST()
Dshill_property_util.cc294 { shill::kTypeWimax, kNetworkTypeWimax },
/external/chromium_org/chromeos/dbus/
Dshill_stub_helper.cc70 manager->AddTechnology(shill::kTypeWimax, true); in SetupDefaultEnvironment()
84 devices->AddDevice(kDevicePathWimax, shill::kTypeWimax, "stub_wimax_device1"); in SetupDefaultEnvironment()
144 shill::kTypeWimax, in SetupDefaultEnvironment()
205 if (type == shill::kTypeWimax) in DevicePathForType()
Dfake_shill_manager_client.cc439 shill::kTypeWimax, in SortManagerServices()
/external/chromium_org/chrome/browser/ui/webui/help/
Dhelp_utils_chromeos.cc55 if (type == shill::kTypeWimax) in GetConnectionTypeAsUTF16()
/external/chromium_org/chrome/browser/chromeos/options/
Dnetwork_config_view.cc92 else if (network->type() == shill::kTypeWimax) in InitWithNetworkState()
Dwimax_config_view.cc201 DCHECK(wimax && wimax->type() == shill::kTypeWimax); in Init()
/external/chromium_org/ash/system/chromeos/network/
Dnetwork_icon.cc285 else if (type == shill::kTypeCellular || type == shill::kTypeWimax) in ImageTypeForNetworkType()
612 } else if (type == shill::kTypeWimax) { in GetBadges()
Dnetwork_connect.cc87 if (network->type() == shill::kTypeWimax || in HandleUnconfiguredNetwork()
/external/chromium_org/chrome/browser/chromeos/policy/
Ddevice_status_collector.cc432 { shill::kTypeWimax, em::NetworkInterface::TYPE_WIMAX, }, in GetNetworkInterfaces()
Ddevice_policy_decoder_chromeos.cc49 shill::kTypeWimax, in DecodeConnectionType()
/external/chromium_org/chrome/browser/chromeos/status/
Dnetwork_menu.cc484 if (network->type() != shill::kTypeWimax) in InitMenuItems()
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
Dinternet_options_handler.cc548 type == shill::kTypeWimax || in CanForgetNetworkType()
1665 else if (type == shill::kTypeWimax) in PopulateConnectionDetails()
/external/chromium/chrome/browser/chromeos/cros/
Dnetwork_library.cc212 const char* kTypeWimax = "wimax"; variable
347 return kTypeWimax; in ConnectionTypeToString()
625 { kTypeWimax, TYPE_WIMAX }, in ParseType()