Home
last modified time | relevance | path

Searched refs:networkAddInterface (Results 1 – 25 of 28) sorted by relevance

12

/packages/modules/Connectivity/staticlibs/client-libs/tests/unit/src/com/android/net/module/util/
DNetdUtilsTest.java137 }).when(mNetd).networkAddInterface(LOCAL_NET_ID, IFACE); in setNetworkAddInterfaceOutcome()
190 verify(mNetd, times(expectedTries)).networkAddInterface(LOCAL_NET_ID, IFACE); in verifyNetworkAddInterfaceFails()
200 verify(mNetd, times(expectedTries)).networkAddInterface(LOCAL_NET_ID, IFACE); in verifyTetherInterfaceSucceeds()
/packages/modules/Connectivity/staticlibs/client-libs/netd/com/android/net/module/util/
DNetdUtils.java162 networkAddInterface(netd, iface, maxAttempts, pollingIntervalMs); in tetherInterface()
177 private static void networkAddInterface(final INetd netd, final String iface, in networkAddInterface() method in NetdUtils
182 netd.networkAddInterface(INetd.LOCAL_NET_ID, iface); in networkAddInterface()
/packages/modules/Connectivity/Tethering/tests/privileged/src/android/net/ip/
DDadProxyTest.java215 sNetd.networkAddInterface(INetd.LOCAL_NET_ID, mUpstreamParams.name); in setupProxy()
216 sNetd.networkAddInterface(INetd.LOCAL_NET_ID, mTetheredParams.name); in setupProxy()
DRouterAdvertisementDaemonTest.java123 sNetd.networkAddInterface(INetd.LOCAL_NET_ID, mTetheredParams.name); in setUp()
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DRoutingCoordinatorService.java107 mNetd.networkAddInterface(netId, iface); in addInterfaceToNetwork()
/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/
DIpServerTest.java372 inOrder.verify(mNetd).networkAddInterface(INetd.LOCAL_NET_ID, IFACE_NAME); in canBeTetheredAsBluetooth()
421 inOrder.verify(mNetd).networkAddInterface(INetd.LOCAL_NET_ID, IFACE_NAME); in canBeTetheredAsUsb()
443 inOrder.verify(mNetd).networkAddInterface(INetd.LOCAL_NET_ID, IFACE_NAME); in canBeTetheredAsWifiP2p()
714 inOrder.verify(mNetd).networkAddInterface(INetd.LOCAL_NET_ID, IFACE_NAME); in testOnNewPrefixRequest()
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/1/android/net/
DINetd.aidl9 void networkAddInterface(int netId, in @utf8InCpp String iface); in networkAddInterface() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/3/android/net/
DINetd.aidl27 void networkAddInterface(int netId, in @utf8InCpp String iface); in networkAddInterface() method
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DNetdWrapper.java174 mNetdService.networkAddInterface(netId, iface); in modifyInterfaceInNetwork()
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/2/android/net/
DINetd.aidl26 void networkAddInterface(int netId, in @utf8InCpp String iface); in networkAddInterface() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/13/android/net/
DINetd.aidl49 void networkAddInterface(int netId, in @utf8InCpp String iface); in networkAddInterface() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/7/android/net/
DINetd.aidl49 void networkAddInterface(int netId, in @utf8InCpp String iface); in networkAddInterface() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/6/android/net/
DINetd.aidl49 void networkAddInterface(int netId, in @utf8InCpp String iface); in networkAddInterface() method
/packages/modules/Connectivity/staticlibs/netd/binder/android/net/
DINetd.aidl120 void networkAddInterface(int netId, in @utf8InCpp String iface); in networkAddInterface() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/10/android/net/
DINetd.aidl49 void networkAddInterface(int netId, in @utf8InCpp String iface); in networkAddInterface() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/current/android/net/
DINetd.aidl52 void networkAddInterface(int netId, in @utf8InCpp String iface); in networkAddInterface() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/8/android/net/
DINetd.aidl49 void networkAddInterface(int netId, in @utf8InCpp String iface); in networkAddInterface() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/14/android/net/
DINetd.aidl52 void networkAddInterface(int netId, in @utf8InCpp String iface); in networkAddInterface() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/9/android/net/
DINetd.aidl49 void networkAddInterface(int netId, in @utf8InCpp String iface); in networkAddInterface() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/4/android/net/
DINetd.aidl27 void networkAddInterface(int netId, in @utf8InCpp String iface); in networkAddInterface() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/5/android/net/
DINetd.aidl27 void networkAddInterface(int netId, in @utf8InCpp String iface); in networkAddInterface() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/15/android/net/
DINetd.aidl52 void networkAddInterface(int netId, in @utf8InCpp String iface); in networkAddInterface() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/11/android/net/
DINetd.aidl49 void networkAddInterface(int netId, in @utf8InCpp String iface); in networkAddInterface() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/12/android/net/
DINetd.aidl49 void networkAddInterface(int netId, in @utf8InCpp String iface); in networkAddInterface() method
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java873 verify(mNetd).networkAddInterface(INetd.LOCAL_NET_ID, ifname); in verifyInterfaceServingModeStarted()
2011 verify(mNetd, times(1)).networkAddInterface(INetd.LOCAL_NET_ID, TEST_WLAN_IFNAME); in failureEnablingIpForwarding()
2499 verify(mNetd, never()).networkAddInterface(INetd.LOCAL_NET_ID, TEST_P2P_IFNAME); in workingWifiP2pGroupClient()
2546 verify(mNetd, never()).networkAddInterface(INetd.LOCAL_NET_ID, TEST_P2P_IFNAME); in workingWifiP2pGroupOwnerLegacyMode()
3362 verify(mNetd).networkAddInterface(INetd.LOCAL_NET_ID, TEST_BT_IFNAME); in verifyNetdCommandForBtSetup()

12