Home
last modified time | relevance | path

Searched refs:mIpNeighborMonitor (Results 1 – 4 of 4) sorted by relevance

/packages/modules/NetworkStack/src/android/net/ip/
DIpReachabilityMonitor.java222 private final IpNeighborMonitor mIpNeighborMonitor;
291 mIpNeighborMonitor = dependencies.makeIpNeighborMonitor(h, mLog,
320 mIpNeighborMonitor.start();
325 mIpNeighborMonitor.stop();
330 if (Looper.myLooper() == mIpNeighborMonitor.getHandler().getLooper()) {
336 mIpNeighborMonitor.getHandler().post(() -> {
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java200 private final IpNeighborMonitor mIpNeighborMonitor; field in BpfCoordinator
528 mIpNeighborMonitor = mDeps.getIpNeighborMonitor(mBpfNeighborEventConsumer); in BpfCoordinator()
928 mIpNeighborMonitor.start(); in addIpServer()
951 mIpNeighborMonitor.stop(); in removeIpServer()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java457 @Mock private IpNeighborMonitor mIpNeighborMonitor; field in BpfCoordinatorTest
633 doReturn(mIpNeighborMonitor).when(mDeps).getIpNeighborMonitor(neighborCaptor.capture()); in makeBpfCoordinator()
3147 reset(mIpNeighborMonitor); in addRemoveIpv6ForwardingRules()
3155 verify(mIpNeighborMonitor).stop(); in addRemoveIpv6ForwardingRules()
3223 verify(mIpNeighborMonitor, never()).start(); in doesNotStartIpNeighborMonitorIfBpfOffloadDisabled()
DTetheringTest.java316 @Mock private IpNeighborMonitor mIpNeighborMonitor; field in TetheringTest
472 return mIpNeighborMonitor; in getIpNeighborMonitor()