Home
last modified time | relevance | path

Searched refs:tethering_str (Results 1 – 3 of 3) sorted by relevance

/system/update_engine/
Dconnection_manager.cc56 NetworkTethering ParseTethering(const string& tethering_str) { in ParseTethering() argument
57 if (tethering_str == shill::kTetheringNotDetectedState) { in ParseTethering()
59 } else if (tethering_str == shill::kTetheringSuspectedState) { in ParseTethering()
61 } else if (tethering_str == shill::kTetheringConfirmedState) { in ParseTethering()
64 LOG(WARNING) << "Unknown Tethering value: " << tethering_str; in ParseTethering()
/system/update_engine/update_manager/
Dreal_shill_provider.cc49 const string& tethering_str) { in ParseConnectionTethering() argument
50 if (tethering_str == shill::kTetheringNotDetectedState) { in ParseConnectionTethering()
52 } else if (tethering_str == shill::kTetheringSuspectedState) { in ParseConnectionTethering()
54 } else if (tethering_str == shill::kTetheringConfirmedState) { in ParseConnectionTethering()
Dreal_shill_provider.h67 const std::string& tethering_str);