Searched refs:prop_tethering (Results 1 – 2 of 2) sorted by relevance
122 const auto& prop_tethering = properties.find(shill::kTetheringProperty); in ProcessDefaultService() local123 if (prop_tethering == properties.end()) { in ProcessDefaultService()135 prop_tethering->second.TryGet<string>())); in ProcessDefaultService()
167 const auto& prop_tethering = properties.find(shill::kTetheringProperty); in GetServicePathProperties() local168 if (prop_tethering == properties.end()) { in GetServicePathProperties()175 prop_tethering->second.TryGet<string>()); in GetServicePathProperties()