Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/vpn/src/
H A Dvpn_module.cpp97 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 Dvpn_exec.cpp121 int32_t result = NetworkVpnClient::GetInstance().GetSysVpnConfigList(context->vpnList_); in ExecGetSysVpnConfigList()
/ohos5.0/foundation/communication/netmanager_ext/test/vpnmanager/unittest/vpn_manager_test/
H A Dnetworkvpn_client_test.cpp65 void GetSysVpnConfigList();
87 void NetworkVpnClientTest::GetSysVpnConfigList() {} in GetSysVpnConfigList() function in OHOS::NetManagerStandard::NetworkVpnClientTest
296 EXPECT_EQ(networkVpnClient_.GetSysVpnConfigList(list), NETMANAGER_EXT_SUCCESS);
H A Dnetworkvpn_service_test.cpp57 void GetSysVpnConfigList();
86 void NetworkVpnServiceTest::GetSysVpnConfigList() {} in GetSysVpnConfigList() function in OHOS::NetManagerStandard::NetworkVpnServiceTest
295 EXPECT_EQ(instance_->GetSysVpnConfigList(list), NETMANAGER_EXT_SUCCESS);
H A Dnetworkvpn_service_stub_test.cpp45 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 Dmock_networkvpn_service_stub_test.h57 int32_t GetSysVpnConfigList(std::vector<SysVpnConfig> &vpnList) override in GetSysVpnConfigList() function
/ohos5.0/foundation/communication/netmanager_ext/interfaces/innerkits/netvpnclient/include/ipc/
H A Di_networkvpn_service.h74 virtual int32_t GetSysVpnConfigList(std::vector<SysVpnConfig> &vpnList) = 0;
H A Dnetworkvpn_service_proxy.h43 int32_t GetSysVpnConfigList(std::vector<SysVpnConfig> &vpnList) override;
/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/netvpnclient/src/
H A Dnetworkvpn_client.cpp164 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 Dnetworkvpn_client.h125 int32_t GetSysVpnConfigList(std::vector<SysVpnConfig> &vpnList);
/ohos5.0/foundation/communication/netmanager_ext/services/vpnmanager/include/
H A Dnetworkvpn_service.h138 int32_t GetSysVpnConfigList(std::vector<SysVpnConfig> &vpnList) override;
/ohos5.0/foundation/communication/netmanager_ext/services/vpnmanager/src/ipc/
H A Dnetworkvpn_service_stub.cpp191 int32_t result = GetSysVpnConfigList(vpnList); in ReplyGetSysVpnConfigList()
/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/netvpnclient/src/ipc/
H A Dnetworkvpn_service_proxy.cpp223 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 Dnetworkvpn_service.cpp687 int32_t NetworkVpnService::GetSysVpnConfigList(std::vector<SysVpnConfig> &vpnList) in GetSysVpnConfigList() function in OHOS::NetManagerStandard::NetworkVpnService