Home
last modified time | relevance | path

Searched refs:GetConnectionType (Results 1 – 3 of 3) sorted by relevance

/system/update_engine/
Dmetrics_utils_unittest.cc26 TEST(MetricsUtilsTest, GetConnectionType) { in TEST() argument
29 GetConnectionType(ConnectionType::kUnknown, in TEST()
32 GetConnectionType(ConnectionType::kDisconnected, in TEST()
35 GetConnectionType(ConnectionType::kEthernet, in TEST()
39 GetConnectionType(ConnectionType::kWifi, ConnectionTethering::kUnknown)); in TEST()
41 GetConnectionType(ConnectionType::kCellular, in TEST()
44 GetConnectionType(ConnectionType::kEthernet, in TEST()
47 GetConnectionType(ConnectionType::kWifi, in TEST()
52 GetConnectionType(ConnectionType::kEthernet, in TEST()
55 GetConnectionType(ConnectionType::kEthernet, in TEST()
[all …]
Dmetrics_utils.h48 metrics::ConnectionType GetConnectionType(ConnectionType type,
Dmetrics_utils.cc265 metrics::ConnectionType GetConnectionType(ConnectionType type, in GetConnectionType() function