Home
last modified time | relevance | path

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

/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/1/android/net/
DINetd.aidl56 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart()
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/3/android/net/
DINetd.aidl74 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart()
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/4/android/net/
DINetd.aidl74 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart()
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/2/android/net/
DINetd.aidl73 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart()
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/5/android/net/
DINetd.aidl74 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart()
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/13/android/net/
DINetd.aidl102 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart()
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/7/android/net/
DINetd.aidl96 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart()
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/6/android/net/
DINetd.aidl96 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart()
/packages/modules/Connectivity/staticlibs/netd/binder/android/net/
DINetd.aidl731 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart()
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/10/android/net/
DINetd.aidl102 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart()
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/current/android/net/
DINetd.aidl117 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart()
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/8/android/net/
DINetd.aidl96 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart()
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/14/android/net/
DINetd.aidl117 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart()
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/9/android/net/
DINetd.aidl102 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart()
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/15/android/net/
DINetd.aidl117 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart()
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/11/android/net/
DINetd.aidl102 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart()
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/12/android/net/
DINetd.aidl102 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTethering.java1783 final String[] dhcpRanges = cfg.useLegacyDhcpServer() in turnOnMainTetherSettings() local