Searched refs:dhcpRanges (Results 1 – 8 of 8) sorted by relevance
77 int startTethering(const std::vector<std::string>& dhcpRanges);
309 int TetherController::startTethering(const std::vector<std::string>& dhcpRanges) { in startTethering() argument311 for (const auto& dhcpRange : dhcpRanges) { in startTethering()316 auto dhcp_ranges = toCstrVec(dhcpRanges); in startTethering()
445 std::vector<std::string> dhcpRanges; in runCommand() local448 dhcpRanges.push_back(argv[arg_index]); in runCommand()451 status = mNetd->tetherStart(dhcpRanges); in runCommand()
910 binder::Status NetdNativeService::tetherStart(const std::vector<std::string>& dhcpRanges) { in tetherStart() argument912 if (dhcpRanges.size() % 2 == 1) { in tetherStart()915 int res = gCtls->tetherCtrl.startTethering(dhcpRanges); in tetherStart()
123 binder::Status tetherStart(const std::vector<std::string>& dhcpRanges) override;
56 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart() argument
708 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart() argument
73 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart() argument