Home
last modified time | relevance | path

Searched refs:mIpServer (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/
H A DIpServerTest.java198 private IpServer mIpServer; field in IpServerTest
229 mIpServer = new IpServer( in initStateMachine()
232 mIpServer.start(); in initStateMachine()
363 mIpServer.start(); in startsOutAvailable()
416 eq(mIpServer), any(LinkProperties.class)); in canBeTethered()
434 eq(mIpServer), any(LinkProperties.class)); in canUnrequestTethering()
1137 mIpServer.stop(); in addRemoveipv6ForwardingRules()
1310 mIpServer.sendMessage(command, arg1); in dispatchCommand()
1320 mIpServer.sendMessage(command); in dispatchCommand()
1428 mIpServer.stop(); in dadProxyUpdates()
[all …]
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DBpfCoordinatorTest.java212 @Mock private IpServer mIpServer; field in BpfCoordinatorTest
575 coordinator.tetherOffloadRuleAdd(mIpServer, rule); in checkTetherOffloadRuleAddAndRemove()
968 coordinator.tetherOffloadRuleClear(mIpServer); in testTetherOffloadRuleUpdateAndClear()
1027 coordinator.tetherOffloadRuleClear(mIpServer); in checkBpfDisabled()
1237 coordinator.stopMonitoring(mIpServer); in testStartStopConntrackMonitoring()
1241 coordinator.startMonitoring(mIpServer); in testStartStopConntrackMonitoring()
1246 coordinator.stopMonitoring(mIpServer); in testStartStopConntrackMonitoring()
1259 coordinator.startMonitoring(mIpServer); in testStartStopConntrackMonitoring_R()
1262 coordinator.stopMonitoring(mIpServer); in testStartStopConntrackMonitoring_R()
1274 coordinator.startMonitoring(mIpServer); in testStartStopConntrackMonitoringWithTwoDownstreamIfaces()
[all …]