Searched refs:setUpstreamIface (Results 1 – 6 of 6) sorted by relevance
51 public void setUpstreamIface(InterfaceParams upstreamIface) { in setUpstreamIface() method in DadProxy52 naForwarder.setUpstreamIface(upstreamIface); in setUpstreamIface()53 nsForwarder.setUpstreamIface(upstreamIface); in setUpstreamIface()
87 public void setUpstreamIface(InterfaceParams upstreamParams) { in setUpstreamIface() method in NeighborPacketForwarder
825 mDadProxy.setUpstreamIface(upstreamIfaceParams); in updateUpstreamIPv6LinkProperties()
1020 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()
211 mHandler.post(() -> proxy.setUpstreamIface(mUpstreamParams)); in setupProxy()
1075 verify(mDadProxy, times(numOfCalls)).setUpstreamIface( in assertSetIfaceToDadProxy()