OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RemoveVpnSetup
(Results
1 - 3
of
3
) sorted by null
/system/connectivity/shill/dbus/
chromeos_firewalld_proxy.cc
53
bool ChromeosFirewalldProxy::
RemoveVpnSetup
() {
61
if (!proxy_->
RemoveVpnSetup
(user_names_, interface_name_, &success, &error)) {
chromeos_permission_broker_proxy.cc
71
bool ChromeosPermissionBrokerProxy::
RemoveVpnSetup
() {
83
if (!proxy_->
RemoveVpnSetup
(&success, &error)) {
/system/firewalld/
iptables.cc
133
bool IpTables::
RemoveVpnSetup
(const std::vector<std::string>& usernames,
Completed in 81 milliseconds