Searched refs:ExtendedVpnCtl (Results 1 - 6 of 6) sorted by relevance
/foundation/communication/netmanager_ext/services/vpnmanager/src/ |
H A D | extended_vpn_ctl.cpp | 31 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 D | networkvpn_service.cpp | 596 vpnObj_ = std::make_shared<ExtendedVpnCtl>(config, "", userId, activeUserIds); in SetUpVpn()
|
/foundation/communication/netmanager_ext/services/vpnmanager/include/ |
H A D | extended_vpn_ctl.h | 25 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 D | extended_vpn_ctl_test.cpp | 30 static inline std::unique_ptr<ExtendedVpnCtl> vpnControl_ = nullptr; 42 vpnControl_ = std::make_unique<ExtendedVpnCtl>(config, "pkg", userId, activeUserIds); in SetUpTestSuite()
|
H A D | networkvpn_service_test.cpp | 105 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 D | networkvpn_service_test.cpp | 256 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