Searched refs:dhcpRanges (Results 1 – 16 of 16) sorted by relevance
22 @utf8InCpp String[] dhcpRanges;
74 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart() argument
31 @utf8InCpp String[] dhcpRanges;
712 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart() argument
90 int startTethering(bool isLegacyDnsProxy, const std::vector<std::string>& dhcpRanges);
926 binder::Status NetdNativeService::tetherStart(const std::vector<std::string>& dhcpRanges) { in tetherStart() argument929 config.dhcpRanges = dhcpRanges; in tetherStart()935 if (config.dhcpRanges.size() % 2 == 1) { in tetherStartWithConfiguration()939 int res = gCtls->tetherCtrl.startTethering(config.usingLegacyDnsProxy, config.dhcpRanges); in tetherStartWithConfiguration()
439 std::vector<std::string> dhcpRanges; in runCommand() local442 dhcpRanges.push_back(argv[arg_index]); in runCommand()445 status = mNetd->tetherStart(dhcpRanges); in runCommand()
353 const std::vector<std::string>& dhcpRanges) { in startTethering() argument355 for (const auto& dhcpRange : dhcpRanges) { in startTethering()360 auto dhcp_ranges = toCstrVec(dhcpRanges); in startTethering()
127 binder::Status tetherStart(const std::vector<std::string>& dhcpRanges) override;
56 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart() argument
73 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart() argument
2088 config.dhcpRanges = noDhcpRange; in TEST_F()2230 config.dhcpRanges = {}; in TEST_F()