Searched refs:verifyWithOrder (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | BpfCoordinatorTest.java | 420 private <T> T verifyWithOrder(@Nullable InOrder inOrder, @NonNull T t) { in verifyWithOrder() method in BpfCoordinatorTest 451 verifyWithOrder(inOrder, mBpfUpstream6Map).insertEntry(key, value); in verifyStartUpstreamIpv6Forwarding() 459 verifyWithOrder(inOrder, mBpfUpstream6Map).deleteEntry(key); in verifyStopUpstreamIpv6Forwarding() 478 verifyWithOrder(inOrder, mBpfDownstream6Map).updateEntry( in verifyTetherOffloadRuleAdd() 481 verifyWithOrder(inOrder, mNetd).tetherOffloadRuleAdd(matches(rule)); in verifyTetherOffloadRuleAdd() 496 verifyWithOrder(inOrder, mBpfDownstream6Map).deleteEntry( in verifyTetherOffloadRuleRemove() 499 verifyWithOrder(inOrder, mNetd).tetherOffloadRuleRemove(matches(rule)); in verifyTetherOffloadRuleRemove() 515 verifyWithOrder(inOrder, mBpfStatsMap).getValue(key); in verifyTetherOffloadSetInterfaceQuota() 517 verifyWithOrder(inOrder, mBpfStatsMap).insertEntry(key, new TetherStatsValue( in verifyTetherOffloadSetInterfaceQuota() 521 verifyWithOrder(inOrder, mBpfLimitMap).updateEntry(new TetherLimitKey(ifIndex), in verifyTetherOffloadSetInterfaceQuota() [all …]
|
/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/ |
D | IpServerTest.java | 865 private <T> T verifyWithOrder(@Nullable InOrder inOrder, @NonNull T t) { in verifyWithOrder() method in IpServerTest 877 verifyWithOrder(inOrder, mBpfDownstream6Map).updateEntry( in verifyTetherOffloadRuleAdd() 881 verifyWithOrder(inOrder, mNetd).tetherOffloadRuleAdd(matches(upstreamIfindex, dst, in verifyTetherOffloadRuleAdd() 910 verifyWithOrder(inOrder, mBpfDownstream6Map).deleteEntry(makeDownstream6Key( in verifyTetherOffloadRuleRemove() 916 verifyWithOrder(inOrder, mNetd).tetherOffloadRuleRemove(matches(upstreamIfindex, dst, in verifyTetherOffloadRuleRemove() 937 verifyWithOrder(inOrder, mBpfUpstream6Map).insertEntry(key, value); in verifyStartUpstreamIpv6Forwarding() 945 verifyWithOrder(inOrder, mBpfUpstream6Map).deleteEntry(key); in verifyStopUpstreamIpv6Forwarding()
|