Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_ext/interfaces/innerkits/netvpnclient/include/ipc/
H A Di_networkvpn_service.h50 CMD_GET_SYS_VPN_CONFIG, enumerator
/ohos5.0/foundation/communication/netmanager_ext/test/vpnmanager/unittest/vpn_manager_test/
H A Dnetworkvpn_service_stub_test.cpp359 int32_t ret = SendRemoteRequest(data, INetworkVpnService::MessageCode::CMD_GET_SYS_VPN_CONFIG);
374 int32_t ret = SendRemoteRequest(data, INetworkVpnService::MessageCode::CMD_GET_SYS_VPN_CONFIG);
/ohos5.0/foundation/communication/netmanager_ext/services/vpnmanager/src/ipc/
H A Dnetworkvpn_service_stub.cpp43 permissionAndFuncMap_[INetworkVpnService::MessageCode::CMD_GET_SYS_VPN_CONFIG] = { in NetworkVpnServiceStub()
/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/netvpnclient/src/ipc/
H A Dnetworkvpn_service_proxy.cpp266 int32_t ret = SendRequest(INetworkVpnService::MessageCode::CMD_GET_SYS_VPN_CONFIG, data, reply); in GetSysVpnConfig()