Searched refs:GetConnectionType (Results 1 – 4 of 4) sorted by relevance
/system/update_engine/ |
D | metrics_utils_unittest.cc | 30 TEST(MetricsUtilsTest, GetConnectionType) { in TEST() argument 33 GetConnectionType(ConnectionType::kUnknown, in TEST() 36 GetConnectionType(ConnectionType::kEthernet, in TEST() 39 GetConnectionType(ConnectionType::kWifi, in TEST() 42 GetConnectionType(ConnectionType::kWimax, in TEST() 45 GetConnectionType(ConnectionType::kBluetooth, in TEST() 48 GetConnectionType(ConnectionType::kCellular, in TEST() 51 GetConnectionType(ConnectionType::kEthernet, in TEST() 54 GetConnectionType(ConnectionType::kWifi, in TEST() 59 GetConnectionType(ConnectionType::kEthernet, in TEST() [all …]
|
D | metrics_utils.h | 42 metrics::ConnectionType GetConnectionType(ConnectionType type,
|
D | metrics_utils.cc | 233 metrics::ConnectionType GetConnectionType(ConnectionType type, in GetConnectionType() function
|
D | payload_state.cc | 204 type = metrics_utils::GetConnectionType(network_connection_type, tethering); in AttemptStarted()
|