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.java50 public void setUpstreamIface(InterfaceParams upstreamIface) { in setUpstreamIface() method in DadProxy
51 naForwarder.setUpstreamIface(upstreamIface); in setUpstreamIface()
52 nsForwarder.setUpstreamIface(upstreamIface); in setUpstreamIface()
DNeighborPacketForwarder.java85 public void setUpstreamIface(InterfaceParams upstreamParams) { in setUpstreamIface() method in NeighborPacketForwarder
DIpServer.java767 mDadProxy.setUpstreamIface(upstreamIfaceParams); in updateUpstreamIPv6LinkProperties()
/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/
DIpServerTest.java1392 inOrder.verify(mDadProxy).setUpstreamIface(UPSTREAM_IFACE_PARAMS); in dadProxyUpdates()
1396 inOrder.verify(mDadProxy).setUpstreamIface(null); in dadProxyUpdates()
1402 inOrder.verify(mDadProxy).setUpstreamIface(UPSTREAM_IFACE_PARAMS); in dadProxyUpdates()
1409 inOrder.verify(mDadProxy).setUpstreamIface(UPSTREAM_IFACE_PARAMS2); in dadProxyUpdates()
1413 inOrder.verify(mDadProxy).setUpstreamIface(null); in dadProxyUpdates()
1417 inOrder.verify(mDadProxy).setUpstreamIface(UPSTREAM_IFACE_PARAMS); in dadProxyUpdates()
1421 inOrder.verify(mDadProxy).setUpstreamIface(null); in dadProxyUpdates()
1425 inOrder.verify(mDadProxy).setUpstreamIface(UPSTREAM_IFACE_PARAMS); in dadProxyUpdates()
1439 inOrder.verify(mDadProxy).setUpstreamIface(UPSTREAM_IFACE_PARAMS); in checkDadProxyEnabled()
/packages/modules/Connectivity/Tethering/tests/privileged/src/android/net/ip/
DDadProxyTest.java207 mHandler.post(() -> proxy.setUpstreamIface(mUpstreamParams)); in setupProxy()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java970 verify(mDadProxy, times(numOfCalls)).setUpstreamIface( in assertSetIfaceToDadProxy()