Searched refs:match0 (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Connectivity/tests/unit/java/com/android/server/ |
D | BpfNetMapsTest.java | 423 final long match0 = DOZABLE_MATCH; in testAddUidInterfaceRulesWithOtherMatch() local 425 mUidOwnerMap.updateEntry(new S32(uid0), new UidOwnerValue(NO_IIF, match0)); in testAddUidInterfaceRulesWithOtherMatch() 430 checkUidOwnerValue(uid0, TEST_IF_INDEX, match0 | IIF_MATCH); in testAddUidInterfaceRulesWithOtherMatch() 439 final long match0 = IIF_MATCH; in testAddUidInterfaceRulesWithExistingIifMatch() local 441 mUidOwnerMap.updateEntry(new S32(uid0), new UidOwnerValue(TEST_IF_INDEX + 1, match0)); in testAddUidInterfaceRulesWithExistingIifMatch() 446 checkUidOwnerValue(uid0, TEST_IF_INDEX, match0); in testAddUidInterfaceRulesWithExistingIifMatch() 463 final long match0 = IIF_MATCH; in testAddUidInterfaceRulesWithNullInterface() local 465 mUidOwnerMap.updateEntry(new S32(uid0), new UidOwnerValue(TEST_IF_INDEX, match0)); in testAddUidInterfaceRulesWithNullInterface() 470 checkUidOwnerValue(uid0, NULL_IIF, match0); in testAddUidInterfaceRulesWithNullInterface() 474 private void doTestRemoveUidInterfaceRules(final int iif0, final long match0, in doTestRemoveUidInterfaceRules() argument [all …]
|