Home
last modified time | relevance | path

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

/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/
DTetherConfigParcel.aidl22 @utf8InCpp String[] dhcpRanges;
DINetd.aidl74 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart() argument
/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/
DTetherConfigParcel.aidl22 @utf8InCpp String[] dhcpRanges;
DINetd.aidl74 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart() argument
/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/
DTetherConfigParcel.aidl22 @utf8InCpp String[] dhcpRanges;
DINetd.aidl74 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart() argument
/system/netd/server/binder/android/net/
DTetherConfigParcel.aidl31 @utf8InCpp String[] dhcpRanges;
DINetd.aidl712 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart() argument
/system/netd/server/
DTetherController.h90 int startTethering(bool isLegacyDnsProxy, const std::vector<std::string>& dhcpRanges);
DNetdNativeService.cpp926 binder::Status NetdNativeService::tetherStart(const std::vector<std::string>& dhcpRanges) { in tetherStart() argument
929 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()
DNdcDispatcher.cpp439 std::vector<std::string> dhcpRanges; in runCommand() local
442 dhcpRanges.push_back(argv[arg_index]); in runCommand()
445 status = mNetd->tetherStart(dhcpRanges); in runCommand()
DTetherController.cpp353 const std::vector<std::string>& dhcpRanges) { in startTethering() argument
355 for (const auto& dhcpRange : dhcpRanges) { in startTethering()
360 auto dhcp_ranges = toCstrVec(dhcpRanges); in startTethering()
DNetdNativeService.h127 binder::Status tetherStart(const std::vector<std::string>& dhcpRanges) override;
/system/netd/server/aidl_api/netd_aidl_interface/1/android/net/
DINetd.aidl56 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart() argument
/system/netd/server/aidl_api/netd_aidl_interface/2/android/net/
DINetd.aidl73 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart() argument
/system/netd/tests/
Dbinder_test.cpp2088 config.dhcpRanges = noDhcpRange; in TEST_F()
2230 config.dhcpRanges = {}; in TEST_F()