Searched refs:ApplyVpnSetup (Results 1 – 3 of 3) sorted by relevance
/system/firewalld/ |
D | iptables_unittest.cc | 208 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()
|
D | iptables.cc | 130 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()
|
D | iptables.h | 89 bool ApplyVpnSetup(const std::vector<std::string>& usernames,
|