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::kDisconnected, in TEST() 39 GetConnectionType(ConnectionType::kEthernet, in TEST() 43 GetConnectionType(ConnectionType::kWifi, ConnectionTethering::kUnknown)); in TEST() 45 GetConnectionType(ConnectionType::kCellular, in TEST() 48 GetConnectionType(ConnectionType::kEthernet, in TEST() 51 GetConnectionType(ConnectionType::kWifi, in TEST() 56 GetConnectionType(ConnectionType::kEthernet, in TEST() 59 GetConnectionType(ConnectionType::kEthernet, in TEST() [all …]
|
D | metrics_utils.h | 50 metrics::ConnectionType GetConnectionType(ConnectionType type,
|
D | metrics_utils.cc | 262 metrics::ConnectionType GetConnectionType(ConnectionType type, in GetConnectionType() function
|
D | payload_state.cc | 215 type = metrics_utils::GetConnectionType(network_connection_type, tethering); in AttemptStarted()
|