HomeSort by relevance Sort by last modified time
    Searched refs:ApplyMasquerade (Results 1 - 4 of 4) sorted by null

  /system/firewalld/
mock_iptables.h 40 MOCK_METHOD2(ApplyMasquerade, bool(const std::string&, bool));
iptables_unittest.cc 196 EXPECT_CALL(mock_iptables, ApplyMasquerade(interface, add))
218 EXPECT_CALL(mock_iptables, ApplyMasquerade(interface, add))
235 EXPECT_CALL(mock_iptables, ApplyMasquerade(interface, remove))
262 EXPECT_CALL(mock_iptables, ApplyMasquerade(interface, add))
272 EXPECT_CALL(mock_iptables, ApplyMasquerade(interface, remove))
291 EXPECT_CALL(mock_iptables, ApplyMasquerade(interface, _)).Times(0);
309 EXPECT_CALL(mock_iptables, ApplyMasquerade(interface, remove))
319 EXPECT_CALL(mock_iptables, ApplyMasquerade(interface, add)).Times(0);
333 EXPECT_CALL(mock_iptables, ApplyMasquerade(interface, remove))
345 EXPECT_CALL(mock_iptables, ApplyMasquerade(interface, add)).Times(0)
    [all...]
iptables.h 93 virtual bool ApplyMasquerade(const std::string& interface, bool add);
iptables.cc 277 if (!ApplyMasquerade(interface, add)) {
301 bool IpTables::ApplyMasquerade(const std::string& interface, bool add) {

Completed in 906 milliseconds