Home
last modified time | relevance | path

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

/system/update_engine/
Dconnection_manager_unittest.cc37 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 …]
Dconnection_utils.h46 const char* StringForConnectionType(ConnectionType type);
Dconnection_utils.cc50 const char* StringForConnectionType(ConnectionType type) { in StringForConnectionType() function
Domaha_request_action.cc1537 << 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()