Searched refs:tethering_str (Results 1 – 3 of 3) sorted by relevance
56 NetworkTethering ParseTethering(const string& tethering_str) { in ParseTethering() argument57 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()
49 const string& tethering_str) { in ParseConnectionTethering() argument50 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()
67 const std::string& tethering_str);