Searched refs:tethering_str (Results 1 – 2 of 2) sorted by relevance
43 ConnectionTethering ParseConnectionTethering(const std::string& tethering_str) { in ParseConnectionTethering() argument44 if (tethering_str == shill::kTetheringNotDetectedState) { in ParseConnectionTethering()46 } else if (tethering_str == shill::kTetheringSuspectedState) { in ParseConnectionTethering()48 } else if (tethering_str == shill::kTetheringConfirmedState) { in ParseConnectionTethering()
42 ConnectionTethering ParseConnectionTethering(const std::string& tethering_str);