Searched refs:kWimax (Results 1 – 8 of 8) sorted by relevance
/system/update_engine/ |
D | connection_utils.cc | 36 return ConnectionType::kWimax; in ParseConnectionType() 64 case ConnectionType::kWimax: in StringForConnectionType()
|
D | connection_manager_unittest.cc | 187 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()
|
D | connection_utils.h | 28 kWimax, enumerator
|
D | metrics_constants.h | 113 kWimax = 3, // WiMax. enumerator
|
D | metrics_utils_unittest.cc | 45 metrics::ConnectionType::kWimax, in TEST() 46 GetConnectionType(ConnectionType::kWimax, ConnectionTethering::kUnknown)); in TEST()
|
D | metrics_utils.cc | 269 case ConnectionType::kWimax: in GetConnectionType() 270 return metrics::ConnectionType::kWimax; in GetConnectionType()
|
/system/update_engine/update_manager/ |
D | boxed_value_unittest.cc | 172 BoxedValue(new ConnectionType(ConnectionType::kWimax)).ToString()); in TEST() 227 set1->insert(ConnectionType::kWimax); in TEST()
|
D | real_shill_provider_unittest.cc | 324 kFakeWimaxServicePath, shill::kTypeWimax, ConnectionType::kWimax); in TEST_F()
|