Searched refs:setUpstreamIface (Results 1 – 6 of 6) sorted by relevance
50 public void setUpstreamIface(InterfaceParams upstreamIface) { in setUpstreamIface() method in DadProxy51 naForwarder.setUpstreamIface(upstreamIface); in setUpstreamIface()52 nsForwarder.setUpstreamIface(upstreamIface); in setUpstreamIface()
85 public void setUpstreamIface(InterfaceParams upstreamParams) { in setUpstreamIface() method in NeighborPacketForwarder
767 mDadProxy.setUpstreamIface(upstreamIfaceParams); in updateUpstreamIPv6LinkProperties()
1392 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()
207 mHandler.post(() -> proxy.setUpstreamIface(mUpstreamParams)); in setupProxy()
970 verify(mDadProxy, times(numOfCalls)).setUpstreamIface( in assertSetIfaceToDadProxy()