Home
last modified time | relevance | path

Searched defs:dhcpRanges (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/base/core/java/android/os/
H A DINetworkManagementService.aidl143 void startTethering(in String[] dhcpRanges); in startTethering()
151 void startTetheringWithConfiguration(boolean usingLegacyDnsProxy, in String[] dhcpRanges); in startTetheringWithConfiguration()
/aosp12/system/netd/server/
H A DTetherController.cpp326 const std::vector<std::string>& dhcpRanges) { in startTethering()
H A DNdcDispatcher.cpp439 std::vector<std::string> dhcpRanges; in runCommand() local
H A DNetdNativeService.cpp964 binder::Status NetdNativeService::tetherStart(const std::vector<std::string>& dhcpRanges) { in tetherStart()
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/1/android/net/
H A DINetd.aidl56 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart()
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/
H A DINetd.aidl74 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart()
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/2/android/net/
H A DINetd.aidl73 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart()
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/
H A DINetd.aidl74 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart()
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/5/android/net/
H A DINetd.aidl74 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart()
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/6/android/net/
H A DINetd.aidl96 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart()
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/7/android/net/
H A DINetd.aidl96 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart()
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/
H A DINetd.aidl96 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart()
/aosp12/system/netd/server/binder/android/net/
H A DINetd.aidl716 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart()
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DTethering.java1615 final String[] dhcpRanges = cfg.enableLegacyDhcpServer in turnOnMainTetherSettings() local