Home
last modified time | relevance | path

Searched refs:setUpstreamIface (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Connectivity/Tethering/src/android/net/ip/
DDadProxy.java51 public void setUpstreamIface(InterfaceParams upstreamIface) { in setUpstreamIface() method in DadProxy
52 naForwarder.setUpstreamIface(upstreamIface); in setUpstreamIface()
53 nsForwarder.setUpstreamIface(upstreamIface); in setUpstreamIface()
DNeighborPacketForwarder.java87 public void setUpstreamIface(InterfaceParams upstreamParams) { in setUpstreamIface() method in NeighborPacketForwarder
DIpServer.java825 mDadProxy.setUpstreamIface(upstreamIfaceParams); in updateUpstreamIPv6LinkProperties()
/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/
DIpServerTest.java1020 inOrder.verify(mDadProxy).setUpstreamIface(UPSTREAM_IFACE_PARAMS); in dadProxyUpdates()
1024 inOrder.verify(mDadProxy).setUpstreamIface(null); in dadProxyUpdates()
1030 inOrder.verify(mDadProxy).setUpstreamIface(UPSTREAM_IFACE_PARAMS); in dadProxyUpdates()
1037 inOrder.verify(mDadProxy).setUpstreamIface(UPSTREAM_IFACE_PARAMS2); in dadProxyUpdates()
1041 inOrder.verify(mDadProxy).setUpstreamIface(null); in dadProxyUpdates()
1045 inOrder.verify(mDadProxy).setUpstreamIface(UPSTREAM_IFACE_PARAMS); in dadProxyUpdates()
1049 inOrder.verify(mDadProxy).setUpstreamIface(null); in dadProxyUpdates()
1053 inOrder.verify(mDadProxy).setUpstreamIface(UPSTREAM_IFACE_PARAMS); in dadProxyUpdates()
1067 inOrder.verify(mDadProxy).setUpstreamIface(UPSTREAM_IFACE_PARAMS); in checkDadProxyEnabled()
/packages/modules/Connectivity/Tethering/tests/privileged/src/android/net/ip/
DDadProxyTest.java211 mHandler.post(() -> proxy.setUpstreamIface(mUpstreamParams)); in setupProxy()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java1075 verify(mDadProxy, times(numOfCalls)).setUpstreamIface( in assertSetIfaceToDadProxy()