Home
last modified time | relevance | path

Searched refs:prop_tethering (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/update_manager/
Dreal_shill_provider.cc122 const auto& prop_tethering = properties.find(shill::kTetheringProperty); in ProcessDefaultService() local
123 if (prop_tethering == properties.end()) { in ProcessDefaultService()
135 prop_tethering->second.TryGet<string>())); in ProcessDefaultService()
/system/update_engine/
Dconnection_manager.cc167 const auto& prop_tethering = properties.find(shill::kTetheringProperty); in GetServicePathProperties() local
168 if (prop_tethering == properties.end()) { in GetServicePathProperties()
175 prop_tethering->second.TryGet<string>()); in GetServicePathProperties()