Home
last modified time | relevance | path

Searched refs:CheckCurrentAccountType (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/netmanager_ext/services/vpnmanager/src/
H A Dnetworkvpn_service.cpp546 auto ret = CheckCurrentAccountType(userId, activeUserIds); in SetUpVpn()
606 auto ret = CheckCurrentAccountType(userId, activeUserIds); in DestroyVpn()
634 int32_t ret = CheckCurrentAccountType(userId, activeUserIds); in AddSysVpnConfig()
665 int32_t ret = CheckCurrentAccountType(userId, activeUserIds); in DeleteSysVpnConfig()
692 int32_t ret = CheckCurrentAccountType(userId, activeUserIds); in GetSysVpnConfigList()
723 int32_t ret = CheckCurrentAccountType(userId, activeUserIds); in GetSysVpnConfig()
752 int32_t ret = CheckCurrentAccountType(userId, activeUserIds); in GetConnectedSysVpnConfig()
807 int32_t NetworkVpnService::CheckCurrentAccountType(int32_t &userId, std::vector<int32_t> &activeUse… in CheckCurrentAccountType() function in OHOS::NetManagerStandard::NetworkVpnService
/ohos5.0/foundation/communication/netmanager_ext/services/vpnmanager/include/
H A Dnetworkvpn_service.h198 int32_t CheckCurrentAccountType(int32_t &userId, std::vector<int32_t> &activeUserIds);
/ohos5.0/foundation/communication/netmanager_ext/test/vpnmanager/unittest/vpn_manager_test/
H A Dnetworkvpn_service_test.cpp180 EXPECT_EQ(instance_->CheckCurrentAccountType(userId, activeUserIds), NETMANAGER_EXT_SUCCESS);