Home
last modified time | relevance | path

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

/system/connectivity/shill/dbus/
Dchromeos_firewalld_proxy.cc53 bool ChromeosFirewalldProxy::RemoveVpnSetup() { in RemoveVpnSetup() function in shill::ChromeosFirewalldProxy
61 if (!proxy_->RemoveVpnSetup(user_names_, interface_name_, &success, &error)) { in RemoveVpnSetup()
Dchromeos_permission_broker_proxy.cc71 bool ChromeosPermissionBrokerProxy::RemoveVpnSetup() { in RemoveVpnSetup() function in shill::ChromeosPermissionBrokerProxy
83 if (!proxy_->RemoveVpnSetup(&success, &error)) { in RemoveVpnSetup()
Dchromeos_permission_broker_proxy.h38 bool RemoveVpnSetup() override;
Dchromeos_firewalld_proxy.h38 bool RemoveVpnSetup() override;
/system/connectivity/shill/
Dfirewall_proxy_interface.h30 virtual bool RemoveVpnSetup() = 0;
Dmock_firewall_proxy.h34 MOCK_METHOD0(RemoveVpnSetup, bool());
Dconnection.cc320 return firewall_proxy_ ? firewall_proxy_->RemoveVpnSetup() : true; in TearDownIptableEntries()
Dconnection_unittest.cc472 EXPECT_CALL(*firewall_proxy, RemoveVpnSetup()); in TEST_F()
/system/firewalld/
Diptables.h49 bool RemoveVpnSetup(const std::vector<std::string>& usernames,
Diptables.cc133 bool IpTables::RemoveVpnSetup(const std::vector<std::string>& usernames, in RemoveVpnSetup() function in firewalld::IpTables