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.cc139 chromeos_update_engine::connection_utils::ParseConnectionType(type_str); in ConvertAllowedConnectionTypesForUpdate()
/system/update_engine/
Dconnection_utils.h42 ConnectionType ParseConnectionType(const std::string& type_str);
Dconnection_manager.cc196 *out_type = connection_utils::ParseConnectionType( in GetServicePathProperties()
200 *out_type = connection_utils::ParseConnectionType(type_str); in GetServicePathProperties()
Dconnection_utils.cc24 ConnectionType ParseConnectionType(const std::string& type_str) { in ParseConnectionType() function