Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_ext/interfaces/innerkits/include/
H A Dnet_manager_ext_constants.h44 VPN_CONNECTED = 1, enumerator
/ohos5.0/foundation/communication/netmanager_ext/test/vpnmanager/unittest/vpn_manager_test/
H A Dnet_vpn_impl_test.cpp105 VpnConnectState state = VpnConnectState::VPN_CONNECTED;
113 VpnConnectState state = VpnConnectState::VPN_CONNECTED;
/ohos5.0/foundation/communication/netmanager_ext/services/vpnmanager/src/
H A Dnet_vpn_impl.cpp121 NotifyConnectState(VpnConnectState::VPN_CONNECTED); in SetUp()
H A Dnetworkvpn_service.cpp174 … callback->OnVpnStateChanged((VpnConnectState::VPN_CONNECTED == state) ? true : false); in OnVpnConnStateChanged()