OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetConnectionType
(Results
1 - 4
of
4
) sorted by null
/system/update_engine/
metrics_utils_unittest.cc
30
TEST(MetricsUtilsTest,
GetConnectionType
) {
33
GetConnectionType
(NetworkConnectionType::kUnknown,
36
GetConnectionType
(NetworkConnectionType::kEthernet,
39
GetConnectionType
(NetworkConnectionType::kWifi,
42
GetConnectionType
(NetworkConnectionType::kWimax,
45
GetConnectionType
(NetworkConnectionType::kBluetooth,
48
GetConnectionType
(NetworkConnectionType::kCellular,
51
GetConnectionType
(NetworkConnectionType::kEthernet,
54
GetConnectionType
(NetworkConnectionType::kWifi,
59
GetConnectionType
(NetworkConnectionType::kEthernet
[
all
...]
metrics_utils.h
42
metrics::ConnectionType
GetConnectionType
(NetworkConnectionType type,
metrics_utils.cc
227
metrics::ConnectionType
GetConnectionType
(NetworkConnectionType type,
payload_state.cc
198
type = metrics_utils::
GetConnectionType
(network_connection_type, tethering);
[
all
...]
Completed in 86 milliseconds