Searched refs:FIREWALL_OUTPUT (Results 1 – 1 of 1) sorted by relevance
/system/netd/tests/ |
D | binder_test.cpp | 2280 constexpr char FIREWALL_OUTPUT[] = "fw_OUTPUT"; variable 2293 EXPECT_TRUE(iptablesRuleExists(binary, FIREWALL_OUTPUT, rejectRule)); in expectFirewallAllowlistMode() 2301 EXPECT_EQ(2, iptablesRuleLineLength(binary, FIREWALL_OUTPUT)); in expectFirewallDenylistMode() 2345 EXPECT_TRUE(iptablesFirewallInterfaceFirstRuleExists(binary, FIREWALL_OUTPUT, ifname, in expectFirewallInterfaceRuleAllowExists() 2356 iptablesFirewallInterfaceRuleExists(binary, FIREWALL_OUTPUT, ifname, returnRule)); in expectFireWallInterfaceRuleAllowDoesNotExist() 2416 listIptablesRuleByTable(binary, FILTER_TABLE, FIREWALL_OUTPUT); in iptablesFirewallChildChainsLastRuleExists() 2437 EXPECT_FALSE(iptablesRuleExists(binary, FIREWALL_OUTPUT, chainRule)); in expectFirewallChildChainsLastRuleDoesNotExist() 2541 expectFirewallUidLastRuleExists(FIREWALL_OUTPUT, uid); in TEST_F() 2547 expectFirewallUidLastRuleDoesNotExist(FIREWALL_OUTPUT, uid); in TEST_F() 2558 expectFirewallUidFirstRuleExists(FIREWALL_OUTPUT, uid); in TEST_F() [all …]
|