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()
139 chromeos_update_engine::connection_utils::ParseConnectionType(type_str); in ConvertAllowedConnectionTypesForUpdate()
42 ConnectionType ParseConnectionType(const std::string& type_str);
196 *out_type = connection_utils::ParseConnectionType( in GetServicePathProperties()200 *out_type = connection_utils::ParseConnectionType(type_str); in GetServicePathProperties()
24 ConnectionType ParseConnectionType(const std::string& type_str) { in ParseConnectionType() function