/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/vpn/src/ |
H A D | vpn_module.cpp | 97 static napi_value GetSysVpnConfigList(napi_env env, napi_callback_info info) in GetSysVpnConfigList() function 126 … DECLARE_NAPI_FUNCTION(GET_SYS_VPN_CONFIG_LIST, GetSysVpnConfigList), in RegisterVpnModule()
|
H A D | vpn_exec.cpp | 121 int32_t result = NetworkVpnClient::GetInstance().GetSysVpnConfigList(context->vpnList_); in ExecGetSysVpnConfigList()
|
/ohos5.0/foundation/communication/netmanager_ext/test/vpnmanager/unittest/vpn_manager_test/ |
H A D | networkvpn_client_test.cpp | 65 void GetSysVpnConfigList(); 87 void NetworkVpnClientTest::GetSysVpnConfigList() {} in GetSysVpnConfigList() function in OHOS::NetManagerStandard::NetworkVpnClientTest 296 EXPECT_EQ(networkVpnClient_.GetSysVpnConfigList(list), NETMANAGER_EXT_SUCCESS);
|
H A D | networkvpn_service_test.cpp | 57 void GetSysVpnConfigList(); 86 void NetworkVpnServiceTest::GetSysVpnConfigList() {} in GetSysVpnConfigList() function in OHOS::NetManagerStandard::NetworkVpnServiceTest 295 EXPECT_EQ(instance_->GetSysVpnConfigList(list), NETMANAGER_EXT_SUCCESS);
|
H A D | networkvpn_service_stub_test.cpp | 45 void GetSysVpnConfigList(); 66 void NetworkVpnServiceStubTest::GetSysVpnConfigList() {} in GetSysVpnConfigList() 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 | 57 int32_t GetSysVpnConfigList(std::vector<SysVpnConfig> &vpnList) override in GetSysVpnConfigList() function
|
/ohos5.0/foundation/communication/netmanager_ext/interfaces/innerkits/netvpnclient/include/ipc/ |
H A D | i_networkvpn_service.h | 74 virtual int32_t GetSysVpnConfigList(std::vector<SysVpnConfig> &vpnList) = 0;
|
H A D | networkvpn_service_proxy.h | 43 int32_t GetSysVpnConfigList(std::vector<SysVpnConfig> &vpnList) override;
|
/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/netvpnclient/src/ |
H A D | networkvpn_client.cpp | 164 int32_t NetworkVpnClient::GetSysVpnConfigList(std::vector<SysVpnConfig> &vpnList) in GetSysVpnConfigList() function in OHOS::NetManagerStandard::NetworkVpnClient 171 return proxy->GetSysVpnConfigList(vpnList); in GetSysVpnConfigList()
|
/ohos5.0/foundation/communication/netmanager_ext/interfaces/innerkits/netvpnclient/include/ |
H A D | networkvpn_client.h | 125 int32_t GetSysVpnConfigList(std::vector<SysVpnConfig> &vpnList);
|
/ohos5.0/foundation/communication/netmanager_ext/services/vpnmanager/include/ |
H A D | networkvpn_service.h | 138 int32_t GetSysVpnConfigList(std::vector<SysVpnConfig> &vpnList) override;
|
/ohos5.0/foundation/communication/netmanager_ext/services/vpnmanager/src/ipc/ |
H A D | networkvpn_service_stub.cpp | 191 int32_t result = GetSysVpnConfigList(vpnList); in ReplyGetSysVpnConfigList()
|
/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/netvpnclient/src/ipc/ |
H A D | networkvpn_service_proxy.cpp | 223 int32_t NetworkVpnServiceProxy::GetSysVpnConfigList(std::vector<SysVpnConfig> &vpnList) in GetSysVpnConfigList() function in OHOS::NetManagerStandard::NetworkVpnServiceProxy
|
/ohos5.0/foundation/communication/netmanager_ext/services/vpnmanager/src/ |
H A D | networkvpn_service.cpp | 687 int32_t NetworkVpnService::GetSysVpnConfigList(std::vector<SysVpnConfig> &vpnList) in GetSysVpnConfigList() function in OHOS::NetManagerStandard::NetworkVpnService
|