OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RequestVpnSetup
(Results
1 - 10
of
10
) sorted by null
/system/connectivity/shill/
firewall_proxy_interface.h
28
virtual bool
RequestVpnSetup
(const std::vector<std::string>& user_names,
mock_firewall_proxy.h
32
MOCK_METHOD2(
RequestVpnSetup
, bool(const std::vector<std::string>& user_names,
connection.cc
311
if (!firewall_proxy_->
RequestVpnSetup
(user_names, interface_name_)) {
connection_unittest.cc
393
EXPECT_CALL(*firewall_proxy,
RequestVpnSetup
(_, _));
[
all
...]
/system/connectivity/shill/dbus/
chromeos_firewalld_proxy.cc
35
bool ChromeosFirewalldProxy::
RequestVpnSetup
(
46
if (!proxy_->
RequestVpnSetup
(user_names, interface, &success, &error)) {
chromeos_firewalld_proxy.h
35
bool
RequestVpnSetup
(const std::vector<std::string>& user_names,
chromeos_permission_broker_proxy.h
35
bool
RequestVpnSetup
(const std::vector<std::string>& user_names,
chromeos_permission_broker_proxy.cc
40
bool ChromeosPermissionBrokerProxy::
RequestVpnSetup
(
63
if (!proxy_->
RequestVpnSetup
(
/system/firewalld/
iptables.h
47
bool
RequestVpnSetup
(const std::vector<std::string>& usernames,
iptables.cc
128
bool IpTables::
RequestVpnSetup
(const std::vector<std::string>& usernames,
Completed in 629 milliseconds