Searched refs:tethering_str (Results 1 – 2 of 2) sorted by relevance
47 ConnectionTethering ParseConnectionTethering(const std::string& tethering_str) { in ParseConnectionTethering() argument48 if (tethering_str == shill::kTetheringNotDetectedState) { in ParseConnectionTethering()50 } else if (tethering_str == shill::kTetheringSuspectedState) { in ParseConnectionTethering()52 } else if (tethering_str == shill::kTetheringConfirmedState) { in ParseConnectionTethering()
44 ConnectionTethering ParseConnectionTethering(const std::string& tethering_str);