Searched refs:ApplyRuleForUserTraffic (Results 1 – 4 of 4) sorted by relevance
/system/firewalld/ |
D | iptables_unittest.cc | 204 EXPECT_CALL(mock_iptables, ApplyRuleForUserTraffic(add)) in TEST_F() 231 EXPECT_CALL(mock_iptables, ApplyRuleForUserTraffic(add)) in TEST_F() 247 EXPECT_CALL(mock_iptables, ApplyRuleForUserTraffic(remove)) in TEST_F() 268 EXPECT_CALL(mock_iptables, ApplyRuleForUserTraffic(add)) in TEST_F() 276 EXPECT_CALL(mock_iptables, ApplyRuleForUserTraffic(remove)) in TEST_F() 293 EXPECT_CALL(mock_iptables, ApplyRuleForUserTraffic(add)) in TEST_F() 297 EXPECT_CALL(mock_iptables, ApplyRuleForUserTraffic(remove)).Times(1); in TEST_F() 315 EXPECT_CALL(mock_iptables, ApplyRuleForUserTraffic(remove)) in TEST_F() 321 EXPECT_CALL(mock_iptables, ApplyRuleForUserTraffic(add)).Times(0); in TEST_F() 341 EXPECT_CALL(mock_iptables, ApplyRuleForUserTraffic(remove)) in TEST_F() [all …]
|
D | mock_iptables.h | 42 MOCK_METHOD1(ApplyRuleForUserTraffic, bool(bool));
|
D | iptables.cc | 269 if (!ApplyRuleForUserTraffic(add)) { in ApplyVpnSetup() 271 ApplyRuleForUserTraffic(false /* remove */); in ApplyVpnSetup() 320 bool IpTables::ApplyRuleForUserTraffic(bool add) { in ApplyRuleForUserTraffic() function in firewalld::IpTables
|
D | iptables.h | 103 virtual bool ApplyRuleForUserTraffic(bool add);
|