Home
last modified time | relevance | path

Searched refs:kWimax (Results 1 – 8 of 8) sorted by relevance

/system/update_engine/
Dconnection_utils.cc36 return ConnectionType::kWimax; in ParseConnectionType()
64 case ConnectionType::kWimax: in StringForConnectionType()
Dconnection_manager_unittest.cc187 TestWithServiceType(shill::kTypeWimax, nullptr, ConnectionType::kWimax); in TEST_F()
199 shill::kTypeVPN, shill::kTypeWimax, ConnectionType::kWimax); in TEST_F()
233 EXPECT_TRUE(cmut_.IsUpdateAllowedOver(ConnectionType::kWimax, in TEST_F()
283 EXPECT_TRUE(cmut_.IsUpdateAllowedOver(ConnectionType::kWimax, in TEST_F()
328 allowed_set.insert(StringForConnectionType(ConnectionType::kWimax)); in TEST_F()
367 StringForConnectionType(ConnectionType::kWimax)); in TEST_F()
Dconnection_utils.h28 kWimax, enumerator
Dmetrics_constants.h113 kWimax = 3, // WiMax. enumerator
Dmetrics_utils_unittest.cc45 metrics::ConnectionType::kWimax, in TEST()
46 GetConnectionType(ConnectionType::kWimax, ConnectionTethering::kUnknown)); in TEST()
Dmetrics_utils.cc269 case ConnectionType::kWimax: in GetConnectionType()
270 return metrics::ConnectionType::kWimax; in GetConnectionType()
/system/update_engine/update_manager/
Dboxed_value_unittest.cc172 BoxedValue(new ConnectionType(ConnectionType::kWimax)).ToString()); in TEST()
227 set1->insert(ConnectionType::kWimax); in TEST()
Dreal_shill_provider_unittest.cc324 kFakeWimaxServicePath, shill::kTypeWimax, ConnectionType::kWimax); in TEST_F()