Home
last modified time | relevance | path

Searched refs:dhcpRanges (Results 1 – 8 of 8) sorted by relevance

/system/netd/server/
DTetherController.h77 int startTethering(const std::vector<std::string>& dhcpRanges);
DTetherController.cpp309 int TetherController::startTethering(const std::vector<std::string>& dhcpRanges) { in startTethering() argument
311 for (const auto& dhcpRange : dhcpRanges) { in startTethering()
316 auto dhcp_ranges = toCstrVec(dhcpRanges); in startTethering()
DNdcDispatcher.cpp445 std::vector<std::string> dhcpRanges; in runCommand() local
448 dhcpRanges.push_back(argv[arg_index]); in runCommand()
451 status = mNetd->tetherStart(dhcpRanges); in runCommand()
DNetdNativeService.cpp910 binder::Status NetdNativeService::tetherStart(const std::vector<std::string>& dhcpRanges) { in tetherStart() argument
912 if (dhcpRanges.size() % 2 == 1) { in tetherStart()
915 int res = gCtls->tetherCtrl.startTethering(dhcpRanges); in tetherStart()
DNetdNativeService.h123 binder::Status tetherStart(const std::vector<std::string>& dhcpRanges) override;
/system/netd/server/aidl/netd/1/android/net/
DINetd.aidl56 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart() argument
/system/netd/server/binder/android/net/
DINetd.aidl708 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart() argument
/system/netd/server/aidl/netd/2/android/net/
DINetd.aidl73 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart() argument