Lines Matching refs:_
33 using testing::_;
43 EXPECT_CALL(*iptables, AddAcceptRule(_, _, _, _)) in SetMockExpectations()
45 EXPECT_CALL(*iptables, DeleteAcceptRule(_, _, _, _)) in SetMockExpectations()
52 EXPECT_CALL(*iptables, AddAcceptRule(kIpTablesPath, _, _, _)) in SetMockExpectationsPerExecutable()
54 EXPECT_CALL(*iptables, AddAcceptRule(kIp6TablesPath, _, _, _)) in SetMockExpectationsPerExecutable()
56 EXPECT_CALL(*iptables, DeleteAcceptRule(kIpTablesPath, _, _, _)) in SetMockExpectationsPerExecutable()
58 EXPECT_CALL(*iptables, DeleteAcceptRule(kIp6TablesPath, _, _, _)) in SetMockExpectationsPerExecutable()
69 EXPECT_CALL(mock_iptables, AddAcceptRule(_, _, _, _)).Times(0); in TEST_F()
70 EXPECT_CALL(mock_iptables, DeleteAcceptRule(_, _, _, _)).Times(0); in TEST_F()
92 EXPECT_CALL(mock_iptables, AddAcceptRule(_, _, _, _)).Times(0); in TEST_F()
93 EXPECT_CALL(mock_iptables, DeleteAcceptRule(_, _, _, _)).Times(0); in TEST_F()
266 EXPECT_CALL(mock_iptables, ApplyMarkForUserTraffic(_, _)).Times(0); in TEST_F()
291 EXPECT_CALL(mock_iptables, ApplyMasquerade(interface, _)).Times(0); in TEST_F()
292 EXPECT_CALL(mock_iptables, ApplyMarkForUserTraffic(_, _)).Times(0); in TEST_F()
312 EXPECT_CALL(mock_iptables, ApplyMarkForUserTraffic(_, remove)) in TEST_F()
320 EXPECT_CALL(mock_iptables, ApplyMarkForUserTraffic(_, add)).Times(0); in TEST_F()
337 EXPECT_CALL(mock_iptables, ApplyMarkForUserTraffic(_, remove)) in TEST_F()
347 EXPECT_CALL(mock_iptables, ApplyMarkForUserTraffic(_, add)).Times(0); in TEST_F()