Searched refs:getDnsForwarders (Results 1 – 3 of 3) sorted by relevance
54 const std::list<std::string> &getDnsForwarders() const;
300 const std::list<std::string> &TetherController::getDnsForwarders() const { in getDnsForwarders() function in android::net::TetherController
457 for (const auto &fwdr : gCtls->tetherCtrl.getDnsForwarders()) { in runCommand()