Searched refs:checkUidOwnerValue (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Connectivity/tests/unit/java/com/android/server/ |
D | BpfNetMapsTest.java | 341 private void checkUidOwnerValue(final int uid, final int expectedIif, in checkUidOwnerValue() method in BpfNetMapsTest 361 checkUidOwnerValue(TEST_UID, iif, expectedMatch); in doTestUpdateUidLockdownRule() 414 checkUidOwnerValue(uid0, TEST_IF_INDEX, IIF_MATCH); in testAddUidInterfaceRules() 415 checkUidOwnerValue(uid1, TEST_IF_INDEX, IIF_MATCH); in testAddUidInterfaceRules() 430 checkUidOwnerValue(uid0, TEST_IF_INDEX, match0 | IIF_MATCH); in testAddUidInterfaceRulesWithOtherMatch() 431 checkUidOwnerValue(uid1, TEST_IF_INDEX, match1 | IIF_MATCH); in testAddUidInterfaceRulesWithOtherMatch() 446 checkUidOwnerValue(uid0, TEST_IF_INDEX, match0); in testAddUidInterfaceRulesWithExistingIifMatch() 447 checkUidOwnerValue(uid1, TEST_IF_INDEX, match1); in testAddUidInterfaceRulesWithExistingIifMatch() 470 checkUidOwnerValue(uid0, NULL_IIF, match0); in testAddUidInterfaceRulesWithNullInterface() 471 checkUidOwnerValue(uid1, NULL_IIF, match1); in testAddUidInterfaceRulesWithNullInterface() [all …]
|