Home
last modified time | relevance | path

Searched refs:StringForConnectionType (Results 1 – 5 of 5) sorted by relevance

/system/update_engine/
Dconnection_manager_unittest.cc36 using chromeos_update_engine::connection_utils::StringForConnectionType;
232 allowed_set.insert(StringForConnectionType(ConnectionType::kCellular)); in TEST_F()
251 allowed_set.insert(StringForConnectionType(ConnectionType::kCellular)); in TEST_F()
252 allowed_set.insert(StringForConnectionType(ConnectionType::kBluetooth)); in TEST_F()
301 allowed_set.insert(StringForConnectionType(ConnectionType::kEthernet)); in TEST_F()
302 allowed_set.insert(StringForConnectionType(ConnectionType::kWifi)); in TEST_F()
303 allowed_set.insert(StringForConnectionType(ConnectionType::kWimax)); in TEST_F()
319 allowed_set.insert(StringForConnectionType(ConnectionType::kCellular)); in TEST_F()
373 StringForConnectionType(ConnectionType::kEthernet)); in TEST_F()
375 StringForConnectionType(ConnectionType::kWifi)); in TEST_F()
[all …]
Dconnection_utils.h46 const char* StringForConnectionType(ConnectionType type);
Dconnection_utils.cc50 const char* StringForConnectionType(ConnectionType type) { in StringForConnectionType() function
Domaha_request_action.cc1713 << connection_utils::StringForConnectionType(type) in IsUpdateAllowedOverCurrentConnection()
/system/update_engine/update_manager/
Dboxed_value.cc34 using chromeos_update_engine::connection_utils::StringForConnectionType;
101 return StringForConnectionType(*val); in ValuePrinter()
113 ret += StringForConnectionType(type); in ValuePrinter()