Lines Matching refs:remove
214 const bool remove = false; in TEST_F() local
235 EXPECT_CALL(mock_iptables, ApplyMasquerade(interface, remove)) in TEST_F()
240 ApplyMarkForUserTraffic(usernames[0], remove)) in TEST_F()
244 ApplyMarkForUserTraffic(usernames[1], remove)) in TEST_F()
247 EXPECT_CALL(mock_iptables, ApplyRuleForUserTraffic(remove)) in TEST_F()
258 const bool remove = false; in TEST_F() local
272 EXPECT_CALL(mock_iptables, ApplyMasquerade(interface, remove)) in TEST_F()
276 EXPECT_CALL(mock_iptables, ApplyRuleForUserTraffic(remove)) in TEST_F()
287 const bool remove = false; in TEST_F() local
297 EXPECT_CALL(mock_iptables, ApplyRuleForUserTraffic(remove)).Times(1); in TEST_F()
305 const bool remove = false; in TEST_F() local
309 EXPECT_CALL(mock_iptables, ApplyMasquerade(interface, remove)) in TEST_F()
312 EXPECT_CALL(mock_iptables, ApplyMarkForUserTraffic(_, remove)) in TEST_F()
315 EXPECT_CALL(mock_iptables, ApplyRuleForUserTraffic(remove)) in TEST_F()
323 ASSERT_TRUE(mock_iptables.ApplyVpnSetup(usernames, interface, remove)); in TEST_F()
329 const bool remove = false; in TEST_F() local
333 EXPECT_CALL(mock_iptables, ApplyMasquerade(interface, remove)) in TEST_F()
337 EXPECT_CALL(mock_iptables, ApplyMarkForUserTraffic(_, remove)) in TEST_F()
341 EXPECT_CALL(mock_iptables, ApplyRuleForUserTraffic(remove)) in TEST_F()
350 ASSERT_FALSE(mock_iptables.ApplyVpnSetup(usernames, interface, remove)); in TEST_F()