HomeSort by relevance Sort by last modified time
    Searched refs:ParseConnectionType (Results 1 - 4 of 4) sorted by null

  /system/update_engine/update_manager/
real_shill_provider.cc 33 ConnectionType RealShillProvider::ParseConnectionType(const string& type_str) {
181 ParseConnectionType(prop_physical->second.TryGet<string>()));
184 var_conn_type_.SetValue(ParseConnectionType(type_str));
real_shill_provider.h 65 static ConnectionType ParseConnectionType(const std::string& type_str);
real_device_policy_provider.cc 136 RealShillProvider::ParseConnectionType(type_str.c_str());
  /system/update_engine/
connection_manager.cc 41 NetworkConnectionType ParseConnectionType(const string& type_str) {
237 *out_type = ParseConnectionType(prop_physical->second.TryGet<string>());
240 *out_type = ParseConnectionType(type_str);

Completed in 71 milliseconds