Searched refs:L2tpVpnCtl (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/netmanager_ext/services/vpnmanager/src/ |
H A D | l2tp_vpn_ctl.cpp | 27 L2tpVpnCtl::L2tpVpnCtl(sptr<VpnConfig> config, const std::string &pkg, int32_t userId, in L2tpVpnCtl() function in OHOS::NetManagerStandard::L2tpVpnCtl 32 int32_t L2tpVpnCtl::StopSysVpn() in StopSysVpn() 42 int32_t L2tpVpnCtl::StartSysVpn() in StartSysVpn() 51 int32_t L2tpVpnCtl::InitConfigFile() in InitConfigFile() 91 int32_t L2tpVpnCtl::NotifyConnectStage(const std::string &stage, const int32_t &result) in NotifyConnectStage() 141 int32_t L2tpVpnCtl::GetSysVpnCertUri(const int32_t certType, std::string &certUri) in GetSysVpnCertUri() 164 int32_t L2tpVpnCtl::GetConnectedSysVpnConfig(sptr<SysVpnConfig> &sysVpnConfig) in GetConnectedSysVpnConfig()
|
H A D | networkvpn_service.cpp | 756 std::shared_ptr<IpsecVpnCtl> sysVpnCtl = std::make_shared<L2tpVpnCtl>(l2tpVpnConfig, "", userId, activeUserIds); in CreateL2tpCtl()
|
/foundation/communication/netmanager_ext/services/vpnmanager/include/ |
H A D | l2tp_vpn_ctl.h | 32 class L2tpVpnCtl : public IpsecVpnCtl { class 34 L2tpVpnCtl(sptr<VpnConfig> config, const std::string &pkg, int32_t userId, std::vector<int32_t> &activeUserIds); 35 ~L2tpVpnCtl() = default;
|
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/sys_vpn_manager_test/ |
H A D | l2tp_vpn_ctl_test.cpp | 45 l2tpControl_ = std::make_unique<L2tpVpnCtl>(l2tpVpnconfig, "pkg", userId, activeUserIds); in SetUpTestSuite()
|
Completed in 4 milliseconds