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

  /system/update_engine/update_manager/
real_shill_provider.cc 148 const auto& prop_tethering = properties.find(shill::kTetheringProperty); local
149 if (prop_tethering == properties.end()) {
160 ParseConnectionTethering(prop_tethering->second.TryGet<string>()));
  /system/update_engine/
connection_manager.cc 209 const auto& prop_tethering = properties.find(shill::kTetheringProperty); local
210 if (prop_tethering == properties.end()) {
216 *out_tethering = ParseTethering(prop_tethering->second.TryGet<string>());

Completed in 2126 milliseconds