OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ParseConnectionType
(Results
1 - 2
of
2
) 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));
/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 274 milliseconds