Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/unit/java/com/android/server/
DBpfNetMapsTest.java142 private static final int NULL_IIF = 0; field in BpfNetMapsTest
442 mUidOwnerMap.updateEntry(new S32(uid1), new UidOwnerValue(NULL_IIF, match1)); in testAddUidInterfaceRulesWithExistingIifMatch()
466 mUidOwnerMap.updateEntry(new S32(uid1), new UidOwnerValue(NULL_IIF, match1)); in testAddUidInterfaceRulesWithNullInterface()
470 checkUidOwnerValue(uid0, NULL_IIF, match0); in testAddUidInterfaceRulesWithNullInterface()
471 checkUidOwnerValue(uid1, NULL_IIF, match1); in testAddUidInterfaceRulesWithNullInterface()
490 doTestRemoveUidInterfaceRules(TEST_IF_INDEX, IIF_MATCH, NULL_IIF, IIF_MATCH); in testRemoveUidInterfaceRules()
494 NULL_IIF, IIF_MATCH | DOZABLE_MATCH | RESTRICTED_MATCH); in testRemoveUidInterfaceRules()
700 mUidOwnerMap.updateEntry(new S32(uid1), new UidOwnerValue(NULL_IIF, match1)); in testReplaceUidChainWithExistingIifMatch()
705 checkUidOwnerValue(uid1, NULL_IIF, match1 | DOZABLE_MATCH); in testReplaceUidChainWithExistingIifMatch()
716 mUidOwnerMap.updateEntry(new S32(uid1), new UidOwnerValue(NULL_IIF, match1)); in testReplaceUidChainRemoveExistingMatch()
[all …]