/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/vpn/src/ |
H A D | vpn_module.cpp | 109 static napi_value GetConnectedSysVpnConfig(napi_env env, napi_callback_info info) in GetConnectedSysVpnConfig() function 128 … DECLARE_NAPI_FUNCTION(GET_CONNECTED_SYS_VPN_CONFIG, GetConnectedSysVpnConfig), in RegisterVpnModule()
|
H A D | vpn_exec.cpp | 141 int32_t result = NetworkVpnClient::GetInstance().GetConnectedSysVpnConfig(context->vpnConfig_); in ExecGetConnectedSysVpnConfig()
|
/ohos5.0/foundation/communication/netmanager_ext/test/vpnmanager/unittest/vpn_manager_test/ |
H A D | networkvpn_client_test.cpp | 67 void GetConnectedSysVpnConfig(); 91 void NetworkVpnClientTest::GetConnectedSysVpnConfig() {} in GetConnectedSysVpnConfig() function in OHOS::NetManagerStandard::NetworkVpnClientTest 319 EXPECT_EQ(networkVpnClient_.GetConnectedSysVpnConfig(resConfig), NETMANAGER_EXT_SUCCESS);
|
H A D | networkvpn_service_test.cpp | 59 void GetConnectedSysVpnConfig(); 90 void NetworkVpnServiceTest::GetConnectedSysVpnConfig() {} in GetConnectedSysVpnConfig() function in OHOS::NetManagerStandard::NetworkVpnServiceTest 315 EXPECT_EQ(instance_->GetConnectedSysVpnConfig(resConfig), NETMANAGER_EXT_SUCCESS);
|
H A D | networkvpn_service_stub_test.cpp | 47 void GetConnectedSysVpnConfig(); 70 void NetworkVpnServiceStubTest::GetConnectedSysVpnConfig() {} in GetConnectedSysVpnConfig() function in OHOS::NetManagerStandard::NetworkVpnServiceStubTest
|
/ohos5.0/foundation/communication/netmanager_ext/test/netmanager_ext_mock_test/ |
H A D | mock_networkvpn_service_stub_test.h | 67 int32_t GetConnectedSysVpnConfig(sptr<SysVpnConfig> &config) override in GetConnectedSysVpnConfig() function
|
/ohos5.0/foundation/communication/netmanager_ext/interfaces/innerkits/netvpnclient/include/ipc/ |
H A D | i_networkvpn_service.h | 76 virtual int32_t GetConnectedSysVpnConfig(sptr<SysVpnConfig> &config) = 0;
|
H A D | networkvpn_service_proxy.h | 45 int32_t GetConnectedSysVpnConfig(sptr<SysVpnConfig> &config) override;
|
/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/netvpnclient/src/ |
H A D | networkvpn_client.cpp | 188 int32_t NetworkVpnClient::GetConnectedSysVpnConfig(sptr<SysVpnConfig> &config) in GetConnectedSysVpnConfig() function in OHOS::NetManagerStandard::NetworkVpnClient 195 return proxy->GetConnectedSysVpnConfig(config); in GetConnectedSysVpnConfig()
|
/ohos5.0/foundation/communication/netmanager_ext/interfaces/innerkits/netvpnclient/include/ |
H A D | networkvpn_client.h | 146 int32_t GetConnectedSysVpnConfig(sptr<SysVpnConfig> &config);
|
/ohos5.0/foundation/communication/netmanager_ext/services/vpnmanager/include/ |
H A D | networkvpn_service.h | 148 int32_t GetConnectedSysVpnConfig(sptr<SysVpnConfig> &config) override;
|
/ohos5.0/foundation/communication/netmanager_ext/services/vpnmanager/src/ipc/ |
H A D | networkvpn_service_stub.cpp | 231 int32_t result = GetConnectedSysVpnConfig(config); in ReplyGetConnectedSysVpnConfig()
|
/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/netvpnclient/src/ipc/ |
H A D | networkvpn_service_proxy.cpp | 279 int32_t NetworkVpnServiceProxy::GetConnectedSysVpnConfig(sptr<SysVpnConfig> &config) in GetConnectedSysVpnConfig() function in OHOS::NetManagerStandard::NetworkVpnServiceProxy
|
/ohos5.0/foundation/communication/netmanager_ext/services/vpnmanager/src/ |
H A D | networkvpn_service.cpp | 747 int32_t NetworkVpnService::GetConnectedSysVpnConfig(sptr<SysVpnConfig> &config) in GetConnectedSysVpnConfig() function in OHOS::NetManagerStandard::NetworkVpnService
|