Home
last modified time | relevance | path

Searched refs:GetCurrentVpnAbilityName (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netmanager_ext/services/vpnmanager/include/
H A Dnetworkvpn_service.h222 std::vector<std::string> GetCurrentVpnAbilityName();
/ohos5.0/foundation/communication/netmanager_ext/services/vpnmanager/src/
H A Dnetworkvpn_service.cpp1163 std::vector<std::string> NetworkVpnService::GetCurrentVpnAbilityName() in GetCurrentVpnAbilityName() function in OHOS::NetManagerStandard::NetworkVpnService
1172 auto extensionAbilityName = vpnService_.GetCurrentVpnAbilityName(); in OnProcessDied()