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

/system/update_engine/
H A Dconnection_utils.h42 ConnectionType ParseConnectionType(const std::string& type_str);
H A Dconnection_utils.cc24 ConnectionType ParseConnectionType(const std::string& type_str) { function in namespace:chromeos_update_engine::connection_utils
H A Dconnection_manager.cc196 *out_type = connection_utils::ParseConnectionType(
200 *out_type = connection_utils::ParseConnectionType(type_str);
/system/update_engine/update_manager/
H A Dreal_shill_provider.cc27 using chromeos_update_engine::connection_utils::ParseConnectionType;
157 ParseConnectionType(prop_physical->second.TryGet<string>()));
160 var_conn_type_.SetValue(ParseConnectionType(type_str));
H A Dreal_device_policy_provider.cc139 chromeos_update_engine::connection_utils::ParseConnectionType(type_str);

Completed in 275 milliseconds