Home
last modified time | relevance | path

Searched refs:tetherInterface (Results 1 – 10 of 10) sorted by relevance

/aosp12/packages/modules/NetworkStack/common/moduleutils/src/android/net/shared/
H A DNetdUtils.java51 public static void tetherInterface(final INetd netd, final String iface, final IpPrefix dest) in tetherInterface() method in NetdUtils
53 tetherInterface(netd, iface, dest, 20 /* maxAttempts */, 50 /* pollingIntervalMs */); in tetherInterface()
57 public static void tetherInterface(final INetd netd, final String iface, final IpPrefix dest, in tetherInterface() method in NetdUtils
/aosp12/packages/modules/NetworkStack/tests/unit/src/android/net/shared/
H A DNetdUtilsTest.java93 NetdUtils.tetherInterface(mNetd, IFACE_NAME, TEST_IPPREFIX); in verifyTetherInterfaceSucceeds()
115 NetdUtils.tetherInterface(mNetd, IFACE_NAME, TEST_IPPREFIX, 20, 0); in runTetherInterfaceWithServiceSpecificException()
129 NetdUtils.tetherInterface(mNetd, IFACE_NAME, TEST_IPPREFIX, 20, 0); in runTetherInterfaceWithRemoteException()
/aosp12/frameworks/base/core/java/android/os/
H A DINetworkManagementService.aidl169 void tetherInterface(String iface); in tetherInterface() method
/aosp12/system/netd/server/
H A DTetherController.h94 int tetherInterface(const char *interface);
H A DTetherController.cpp455 int TetherController::tetherInterface(const char *interface) { in tetherInterface() function in android::net::TetherController
H A DNetdNativeService.cpp995 int res = gCtls->tetherCtrl.tetherInterface(ifName.c_str()); in tetherInterfaceAdd()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/
H A DNetdWrapper.java435 public void tetherInterface(String iface) { in tetherInterface() method in NetdWrapper
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DNetworkManagementService.java943 public void tetherInterface(String iface) { in tetherInterface() method in NetworkManagementService
948 NetdUtils.tetherInterface(mNetdService, iface, dest); in tetherInterface()
/aosp12/packages/modules/Connectivity/Tethering/src/android/net/ip/
H A DIpServer.java1167 NetdUtils.tetherInterface(mNetd, mIfaceName, asIpPrefix(mIpv4Address)); in enter()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt40016 Landroid/os/INetworkManagementService$Stub$Proxy;->tetherInterface(Ljava/lang/String;)V