Home
last modified time | relevance | path

Searched refs:RequestVpnSetup (Results 1 – 10 of 10) sorted by relevance

/system/connectivity/shill/dbus/
Dchromeos_firewalld_proxy.cc35 bool ChromeosFirewalldProxy::RequestVpnSetup( in RequestVpnSetup() function in shill::ChromeosFirewalldProxy
46 if (!proxy_->RequestVpnSetup(user_names, interface, &success, &error)) { in RequestVpnSetup()
Dchromeos_permission_broker_proxy.cc40 bool ChromeosPermissionBrokerProxy::RequestVpnSetup( in RequestVpnSetup() function in shill::ChromeosPermissionBrokerProxy
63 if (!proxy_->RequestVpnSetup( in RequestVpnSetup()
Dchromeos_permission_broker_proxy.h35 bool RequestVpnSetup(const std::vector<std::string>& user_names,
Dchromeos_firewalld_proxy.h35 bool RequestVpnSetup(const std::vector<std::string>& user_names,
/system/connectivity/shill/
Dfirewall_proxy_interface.h28 virtual bool RequestVpnSetup(const std::vector<std::string>& user_names,
Dmock_firewall_proxy.h32 MOCK_METHOD2(RequestVpnSetup, bool(const std::vector<std::string>& user_names,
Dconnection.cc311 if (!firewall_proxy_->RequestVpnSetup(user_names, interface_name_)) { in SetupIptableEntries()
Dconnection_unittest.cc393 EXPECT_CALL(*firewall_proxy, RequestVpnSetup(_, _)); in TEST_F()
/system/firewalld/
Diptables.h47 bool RequestVpnSetup(const std::vector<std::string>& usernames,
Diptables.cc128 bool IpTables::RequestVpnSetup(const std::vector<std::string>& usernames, in RequestVpnSetup() function in firewalld::IpTables