Searched refs:ParseConnectionType (Results 1 – 5 of 5) sorted by relevance
27 using chromeos_update_engine::connection_utils::ParseConnectionType;157 ParseConnectionType(prop_physical->second.TryGet<string>())); in ProcessDefaultService()160 var_conn_type_.SetValue(ParseConnectionType(type_str)); in ProcessDefaultService()
158 chromeos_update_engine::connection_utils::ParseConnectionType(type_str); in ConvertAllowedConnectionTypesForUpdate()
43 ConnectionType ParseConnectionType(const std::string& type_str);
210 *out_type = connection_utils::ParseConnectionType( in GetServicePathProperties()214 *out_type = connection_utils::ParseConnectionType(type_str); in GetServicePathProperties()
30 ConnectionType ParseConnectionType(const std::string& type_str) { in ParseConnectionType() function