Lines Matching refs:ApplyRuleForUserTraffic
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()
348 EXPECT_CALL(mock_iptables, ApplyRuleForUserTraffic(add)).Times(0); in TEST_F()