Searched refs:RemoveVpnSetup (Results 1 – 10 of 10) sorted by relevance
53 bool ChromeosFirewalldProxy::RemoveVpnSetup() { in RemoveVpnSetup() function in shill::ChromeosFirewalldProxy61 if (!proxy_->RemoveVpnSetup(user_names_, interface_name_, &success, &error)) { in RemoveVpnSetup()
71 bool ChromeosPermissionBrokerProxy::RemoveVpnSetup() { in RemoveVpnSetup() function in shill::ChromeosPermissionBrokerProxy83 if (!proxy_->RemoveVpnSetup(&success, &error)) { in RemoveVpnSetup()
38 bool RemoveVpnSetup() override;
30 virtual bool RemoveVpnSetup() = 0;
34 MOCK_METHOD0(RemoveVpnSetup, bool());
320 return firewall_proxy_ ? firewall_proxy_->RemoveVpnSetup() : true; in TearDownIptableEntries()
472 EXPECT_CALL(*firewall_proxy, RemoveVpnSetup()); in TEST_F()
49 bool RemoveVpnSetup(const std::vector<std::string>& usernames,
133 bool IpTables::RemoveVpnSetup(const std::vector<std::string>& usernames, in RemoveVpnSetup() function in firewalld::IpTables