Searched refs:DeleteAcceptRule (Results 1 – 4 of 4) sorted by relevance
/system/firewalld/ |
D | iptables_unittest.cc | 45 EXPECT_CALL(*iptables, DeleteAcceptRule(_, _, _, _)) in SetMockExpectations() 56 EXPECT_CALL(*iptables, DeleteAcceptRule(kIpTablesPath, _, _, _)) in SetMockExpectationsPerExecutable() 58 EXPECT_CALL(*iptables, DeleteAcceptRule(kIp6TablesPath, _, _, _)) in SetMockExpectationsPerExecutable() 70 EXPECT_CALL(mock_iptables, DeleteAcceptRule(_, _, _, _)).Times(0); in TEST_F() 93 EXPECT_CALL(mock_iptables, DeleteAcceptRule(_, _, _, _)).Times(0); in TEST_F()
|
D | mock_iptables.h | 37 DeleteAcceptRule,
|
D | iptables.cc | 242 DeleteAcceptRule(kIpTablesPath, protocol, port, interface); in AddAcceptRules() 256 bool ip4_success = DeleteAcceptRule(kIpTablesPath, protocol, port, in DeleteAcceptRules() 258 bool ip6_success = !ip6_enabled_ || DeleteAcceptRule(kIp6TablesPath, protocol, in DeleteAcceptRules() 351 bool IpTables::DeleteAcceptRule(const std::string& executable_path, in DeleteAcceptRule() function in firewalld::IpTables
|
D | iptables.h | 84 virtual bool DeleteAcceptRule(const std::string& executable_path,
|