Home
last modified time | relevance | path

Searched refs:ApplyVpnSetup (Results 1 – 3 of 3) sorted by relevance

/system/firewalld/
Diptables_unittest.cc208 mock_iptables.ApplyVpnSetup(usernames, interface, add)); in TEST_F()
252 mock_iptables.ApplyVpnSetup(usernames, interface, add)); in TEST_F()
281 mock_iptables.ApplyVpnSetup(usernames, interface, add)); in TEST_F()
299 ASSERT_FALSE(mock_iptables.ApplyVpnSetup(usernames, interface, add)); in TEST_F()
323 ASSERT_TRUE(mock_iptables.ApplyVpnSetup(usernames, interface, remove)); in TEST_F()
350 ASSERT_FALSE(mock_iptables.ApplyVpnSetup(usernames, interface, remove)); in TEST_F()
Diptables.cc130 return ApplyVpnSetup(usernames, interface, true /* add */); in RequestVpnSetup()
135 return ApplyVpnSetup(usernames, interface, false /* delete */); in RemoveVpnSetup()
263 bool IpTables::ApplyVpnSetup(const std::vector<std::string>& usernames, in ApplyVpnSetup() function in firewalld::IpTables
279 ApplyVpnSetup(added_usernames, interface, false /* remove */); in ApplyVpnSetup()
288 ApplyVpnSetup(added_usernames, interface, false /* remove */); in ApplyVpnSetup()
Diptables.h89 bool ApplyVpnSetup(const std::vector<std::string>& usernames,