Searched refs:StringForConnectionType (Results 1 – 5 of 5) sorted by relevance
37 using chromeos_update_engine::connection_utils::StringForConnectionType;233 allowed_set.insert(StringForConnectionType(ConnectionType::kCellular)); in TEST_F()252 allowed_set.insert(StringForConnectionType(ConnectionType::kCellular)); in TEST_F()253 allowed_set.insert(StringForConnectionType(ConnectionType::kBluetooth)); in TEST_F()302 allowed_set.insert(StringForConnectionType(ConnectionType::kEthernet)); in TEST_F()303 allowed_set.insert(StringForConnectionType(ConnectionType::kWifi)); in TEST_F()304 allowed_set.insert(StringForConnectionType(ConnectionType::kWimax)); in TEST_F()320 allowed_set.insert(StringForConnectionType(ConnectionType::kCellular)); in TEST_F()374 StringForConnectionType(ConnectionType::kEthernet)); in TEST_F()376 StringForConnectionType(ConnectionType::kWifi)); in TEST_F()[all …]
46 const char* StringForConnectionType(ConnectionType type);
50 const char* StringForConnectionType(ConnectionType type) { in StringForConnectionType() function
1537 << connection_utils::StringForConnectionType(type) in IsUpdateAllowedOverCurrentConnection()
34 using chromeos_update_engine::connection_utils::StringForConnectionType;101 return StringForConnectionType(*val); in ValuePrinter()113 ret += StringForConnectionType(type); in ValuePrinter()