/external/chromium_org/chromeos/network/ |
D | shill_property_util_unittest.cc | 46 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()
|
D | shill_property_handler_unittest.cc | 254 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()
|
D | network_state_handler_unittest.cc | 264 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()
|
D | network_state_handler.cc | 802 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()
|
D | network_change_notifier_chromeos.cc | 204 else if (type == shill::kTypeWimax) in ConnectionTypeFromShill()
|
D | network_change_notifier_chromeos_unittest.cc | 68 { shill::kTypeWimax, "", NetworkChangeNotifier::CONNECTION_4G }, in TEST()
|
D | shill_property_util.cc | 294 { shill::kTypeWimax, kNetworkTypeWimax },
|
/external/chromium_org/chromeos/dbus/ |
D | shill_stub_helper.cc | 70 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()
|
D | fake_shill_manager_client.cc | 439 shill::kTypeWimax, in SortManagerServices()
|
/external/chromium_org/chrome/browser/ui/webui/help/ |
D | help_utils_chromeos.cc | 55 if (type == shill::kTypeWimax) in GetConnectionTypeAsUTF16()
|
/external/chromium_org/chrome/browser/chromeos/options/ |
D | network_config_view.cc | 92 else if (network->type() == shill::kTypeWimax) in InitWithNetworkState()
|
D | wimax_config_view.cc | 201 DCHECK(wimax && wimax->type() == shill::kTypeWimax); in Init()
|
/external/chromium_org/ash/system/chromeos/network/ |
D | network_icon.cc | 285 else if (type == shill::kTypeCellular || type == shill::kTypeWimax) in ImageTypeForNetworkType() 612 } else if (type == shill::kTypeWimax) { in GetBadges()
|
D | network_connect.cc | 87 if (network->type() == shill::kTypeWimax || in HandleUnconfiguredNetwork()
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
D | device_status_collector.cc | 432 { shill::kTypeWimax, em::NetworkInterface::TYPE_WIMAX, }, in GetNetworkInterfaces()
|
D | device_policy_decoder_chromeos.cc | 49 shill::kTypeWimax, in DecodeConnectionType()
|
/external/chromium_org/chrome/browser/chromeos/status/ |
D | network_menu.cc | 484 if (network->type() != shill::kTypeWimax) in InitMenuItems()
|
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
D | internet_options_handler.cc | 548 type == shill::kTypeWimax || in CanForgetNetworkType() 1665 else if (type == shill::kTypeWimax) in PopulateConnectionDetails()
|
/external/chromium/chrome/browser/chromeos/cros/ |
D | network_library.cc | 212 const char* kTypeWimax = "wimax"; variable 347 return kTypeWimax; in ConnectionTypeToString() 625 { kTypeWimax, TYPE_WIMAX }, in ParseType()
|