Searched refs:RequestVpnSetup (Results 1 – 10 of 10) sorted by relevance
/system/connectivity/shill/dbus/ |
D | chromeos_firewalld_proxy.cc | 35 bool ChromeosFirewalldProxy::RequestVpnSetup( in RequestVpnSetup() function in shill::ChromeosFirewalldProxy 46 if (!proxy_->RequestVpnSetup(user_names, interface, &success, &error)) { in RequestVpnSetup()
|
D | chromeos_permission_broker_proxy.cc | 40 bool ChromeosPermissionBrokerProxy::RequestVpnSetup( in RequestVpnSetup() function in shill::ChromeosPermissionBrokerProxy 63 if (!proxy_->RequestVpnSetup( in RequestVpnSetup()
|
D | chromeos_permission_broker_proxy.h | 35 bool RequestVpnSetup(const std::vector<std::string>& user_names,
|
D | chromeos_firewalld_proxy.h | 35 bool RequestVpnSetup(const std::vector<std::string>& user_names,
|
/system/connectivity/shill/ |
D | firewall_proxy_interface.h | 28 virtual bool RequestVpnSetup(const std::vector<std::string>& user_names,
|
D | mock_firewall_proxy.h | 32 MOCK_METHOD2(RequestVpnSetup, bool(const std::vector<std::string>& user_names,
|
D | connection.cc | 311 if (!firewall_proxy_->RequestVpnSetup(user_names, interface_name_)) { in SetupIptableEntries()
|
D | connection_unittest.cc | 393 EXPECT_CALL(*firewall_proxy, RequestVpnSetup(_, _)); in TEST_F()
|
/system/firewalld/ |
D | iptables.h | 47 bool RequestVpnSetup(const std::vector<std::string>& usernames,
|
D | iptables.cc | 128 bool IpTables::RequestVpnSetup(const std::vector<std::string>& usernames, in RequestVpnSetup() function in firewalld::IpTables
|