Home
last modified time | relevance | path

Searched defs:tetherStart (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/modules/NetworkStack/common/moduleutils/src/android/net/shared/
H A DNetdUtils.java42 public static void tetherStart(final INetd netd, final boolean usingLegacyDnsProxy, in tetherStart() method in NetdUtils
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/1/android/net/
H A DINetd.aidl56 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/
H A DINetd.aidl74 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/2/android/net/
H A DINetd.aidl73 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/
H A DINetd.aidl74 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/5/android/net/
H A DINetd.aidl74 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/6/android/net/
H A DINetd.aidl96 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/7/android/net/
H A DINetd.aidl96 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/
H A DINetd.aidl96 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart() method
/aosp12/system/netd/server/binder/android/net/
H A DINetd.aidl716 void tetherStart(in @utf8InCpp String[] dhcpRanges); in tetherStart() method
/aosp12/system/netd/server/
H A DNetdNativeService.cpp964 binder::Status NetdNativeService::tetherStart(const std::vector<std::string>& dhcpRanges) { in tetherStart() function in android::net::NetdNativeService