Home
last modified time | relevance | path

Searched refs:GetConnectedSysVpnConfig (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/vpn/src/
H A Dvpn_module.cpp109 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 Dvpn_exec.cpp141 int32_t result = NetworkVpnClient::GetInstance().GetConnectedSysVpnConfig(context->vpnConfig_); in ExecGetConnectedSysVpnConfig()
/ohos5.0/foundation/communication/netmanager_ext/test/vpnmanager/unittest/vpn_manager_test/
H A Dnetworkvpn_client_test.cpp67 void GetConnectedSysVpnConfig();
91 void NetworkVpnClientTest::GetConnectedSysVpnConfig() {} in GetConnectedSysVpnConfig() function in OHOS::NetManagerStandard::NetworkVpnClientTest
319 EXPECT_EQ(networkVpnClient_.GetConnectedSysVpnConfig(resConfig), NETMANAGER_EXT_SUCCESS);
H A Dnetworkvpn_service_test.cpp59 void GetConnectedSysVpnConfig();
90 void NetworkVpnServiceTest::GetConnectedSysVpnConfig() {} in GetConnectedSysVpnConfig() function in OHOS::NetManagerStandard::NetworkVpnServiceTest
315 EXPECT_EQ(instance_->GetConnectedSysVpnConfig(resConfig), NETMANAGER_EXT_SUCCESS);
H A Dnetworkvpn_service_stub_test.cpp47 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 Dmock_networkvpn_service_stub_test.h67 int32_t GetConnectedSysVpnConfig(sptr<SysVpnConfig> &config) override in GetConnectedSysVpnConfig() function
/ohos5.0/foundation/communication/netmanager_ext/interfaces/innerkits/netvpnclient/include/ipc/
H A Di_networkvpn_service.h76 virtual int32_t GetConnectedSysVpnConfig(sptr<SysVpnConfig> &config) = 0;
H A Dnetworkvpn_service_proxy.h45 int32_t GetConnectedSysVpnConfig(sptr<SysVpnConfig> &config) override;
/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/netvpnclient/src/
H A Dnetworkvpn_client.cpp188 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 Dnetworkvpn_client.h146 int32_t GetConnectedSysVpnConfig(sptr<SysVpnConfig> &config);
/ohos5.0/foundation/communication/netmanager_ext/services/vpnmanager/include/
H A Dnetworkvpn_service.h148 int32_t GetConnectedSysVpnConfig(sptr<SysVpnConfig> &config) override;
/ohos5.0/foundation/communication/netmanager_ext/services/vpnmanager/src/ipc/
H A Dnetworkvpn_service_stub.cpp231 int32_t result = GetConnectedSysVpnConfig(config); in ReplyGetConnectedSysVpnConfig()
/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/netvpnclient/src/ipc/
H A Dnetworkvpn_service_proxy.cpp279 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 Dnetworkvpn_service.cpp747 int32_t NetworkVpnService::GetConnectedSysVpnConfig(sptr<SysVpnConfig> &config) in GetConnectedSysVpnConfig() function in OHOS::NetManagerStandard::NetworkVpnService