Home
last modified time | relevance | path

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

/system/update_engine/update_manager/
Dreal_shill_provider.cc27 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()
Dreal_device_policy_provider.cc159 chromeos_update_engine::connection_utils::ParseConnectionType(type_str); in ConvertAllowedConnectionTypesForUpdate()
/system/update_engine/
Dconnection_utils.h41 ConnectionType ParseConnectionType(const std::string& type_str);
Dconnection_manager.cc202 *out_type = connection_utils::ParseConnectionType( in GetServicePathProperties()
206 *out_type = connection_utils::ParseConnectionType(type_str); in GetServicePathProperties()
Dconnection_utils.cc30 ConnectionType ParseConnectionType(const std::string& type_str) { in ParseConnectionType() function