Home
last modified time | relevance | path

Searched refs:ExtendedVpnCtl (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/netmanager_ext/services/vpnmanager/src/
H A Dextended_vpn_ctl.cpp31 ExtendedVpnCtl::ExtendedVpnCtl(sptr<VpnConfig> config, const std::string &pkg, int32_t userId, std::vector<int32_t> &activeUserIds) in ExtendedVpnCtl() function in OHOS::NetManagerStandard::ExtendedVpnCtl
36 bool ExtendedVpnCtl::IsInternalVpn() in IsInternalVpn()
41 int32_t ExtendedVpnCtl::SetUp() in SetUp()
47 int32_t ExtendedVpnCtl::Destroy() in Destroy()
H A Dnetworkvpn_service.cpp596 vpnObj_ = std::make_shared<ExtendedVpnCtl>(config, "", userId, activeUserIds); in SetUpVpn()
/foundation/communication/netmanager_ext/services/vpnmanager/include/
H A Dextended_vpn_ctl.h25 class ExtendedVpnCtl : public NetVpnImpl { class
27 ExtendedVpnCtl(sptr<VpnConfig> config, const std::string &pkg, int32_t userId, std::vector<int32_t> &activeUserIds);
28 ~ExtendedVpnCtl() = default;
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/vpn_manager_test/
H A Dextended_vpn_ctl_test.cpp30 static inline std::unique_ptr<ExtendedVpnCtl> vpnControl_ = nullptr;
42 vpnControl_ = std::make_unique<ExtendedVpnCtl>(config, "pkg", userId, activeUserIds); in SetUpTestSuite()
H A Dnetworkvpn_service_test.cpp105 instance_->vpnObj_ = std::make_shared<ExtendedVpnCtl>(config, "", userId, activeUserIds); in HWTEST_F()
123 instance_->vpnObj_ = std::make_shared<ExtendedVpnCtl>(config, "", userId, activeUserIds); in HWTEST_F()
127 instance_->vpnObj_ = std::make_shared<ExtendedVpnCtl>(config, "", userId, activeUserIds); in HWTEST_F()
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/sys_vpn_manager_test/
H A Dnetworkvpn_service_test.cpp256 instance_->vpnObj_ = std::make_shared<ExtendedVpnCtl>(config, pkg, userId, activeUserIds); in HWTEST_F()
260 instance_->vpnObj_ = std::make_shared<ExtendedVpnCtl>(config, pkg, 100, activeUserIds); in HWTEST_F()
278 instance_->vpnObj_ = std::make_shared<ExtendedVpnCtl>(config, pkg, userId, activeUserIds); in HWTEST_F()

Completed in 5 milliseconds