Home
last modified time | relevance | path

Searched refs:GetVpnInterfaceFd (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/netmanager_ext/interfaces/innerkits/netvpnclient/include/
H A Dvpn_interface.h32 int32_t GetVpnInterfaceFd();
/ohos5.0/foundation/communication/netmanager_ext/test/vpnmanager/unittest/vpn_manager_test/
H A Dnetworkvpn_client_test.cpp233 HWTEST_F(NetworkVpnClientTest, GetVpnInterfaceFd, TestSize.Level1)
236 int32_t fd = vpnInterface.GetVpnInterfaceFd();
/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/netvpnclient/src/
H A Dvpn_interface.cpp142 int32_t VpnInterface::GetVpnInterfaceFd() in GetVpnInterfaceFd() function in OHOS::NetManagerStandard::VpnInterface
H A Dnetworkvpn_client.cpp102 tunFd = vpnInterface_.GetVpnInterfaceFd(); in SetUpVpn()