Home
last modified time | relevance | path

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

/system/firewalld/
Diptables_unittest.cc204 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 …]
Dmock_iptables.h42 MOCK_METHOD1(ApplyRuleForUserTraffic, bool(bool));
Diptables.cc269 if (!ApplyRuleForUserTraffic(add)) { in ApplyVpnSetup()
271 ApplyRuleForUserTraffic(false /* remove */); in ApplyVpnSetup()
320 bool IpTables::ApplyRuleForUserTraffic(bool add) { in ApplyRuleForUserTraffic() function in firewalld::IpTables
Diptables.h103 virtual bool ApplyRuleForUserTraffic(bool add);