Home
last modified time | relevance | path

Searched refs:GetAddressesByName (Results 1 - 25 of 29) sorted by relevance

12

/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_handle.cpp28 int32_t NetHandle::GetAddressesByName(const std::string &host, std::vector<INetAddr> &addrList) in GetAddressesByName() function in OHOS::NetManagerStandard::NetHandle
34 return NetConnClient::GetInstance().GetAddressesByName(host, netId_, addrList); in GetAddressesByName()
H A Dnet_conn_client.cpp404 int32_t NetConnClient::GetAddressesByName(const std::string &host, int32_t netId, std::vector<INetAddr> &addrList) in GetAddressesByName() function in OHOS::NetManagerStandard::NetConnClient
412 return proxy->GetAddressesByName(host, netId, addrList); in GetAddressesByName()
/foundation/communication/netmanager_base/services/common/include/
H A Ddns_base_service.h28 virtual int32_t GetAddressesByName(const std::string &hostName, int32_t netId,
H A Dnet_manager_center.h54 int32_t GetAddressesByName(const std::string &hostName, int32_t netId, std::vector<INetAddr> &addrInfo);
/foundation/communication/netmanager_base/frameworks/js/napi/connection/net_handle_interface/include/
H A Dnet_handle_interface.h30 static napi_value GetAddressesByName(napi_env env, napi_callback_info info);
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H A Dnet_handle_test.cpp69 int32_t ret = handler->GetAddressesByName(host, addrList); in HWTEST_F()
80 int32_t ret = handler->GetAddressesByName(host, addrList); in HWTEST_F()
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H A Dnet_handle.h36 int32_t GetAddressesByName(const std::string &host, std::vector<INetAddr> &addrList);
H A Dnet_conn_client.h251 int32_t GetAddressesByName(const std::string &host, int32_t netId, std::vector<INetAddr> &addrList);
/foundation/communication/netmanager_base/services/common/src/
H A Dnet_manager_center.cpp147 int32_t NetManagerCenter::GetAddressesByName(const std::string &hostName, int32_t netId, in GetAddressesByName() function in OHOS::NetManagerStandard::NetManagerCenter
153 return dnsService_->GetAddressesByName(hostName, netId, addrInfo); in GetAddressesByName()
/foundation/communication/netmanager_base/frameworks/js/napi/connection/net_handle_interface/src/
H A Dnet_handle_interface.cpp26 napi_value NetHandleInterface::GetAddressesByName(napi_env env, napi_callback_info info) in GetAddressesByName() function in OHOS::NetManagerStandard::NetHandleInterface
/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_module/include/
H A Dconnection_module.h84 static napi_value GetAddressesByName(napi_env env, napi_callback_info info);
/foundation/communication/netmanager_base/test/netcommon/unittest/net_common_test/
H A Dnet_manager_center_test.cpp39 inline int32_t GetAddressesByName(const std::string &hostName, int32_t netId,
421 int32_t ret = instance_.GetAddressesByName(testHostName, testNetId, addrInfo); in HWTEST_F()
432 int32_t ret = instance_.GetAddressesByName(testHostName, testNetId, addrInfo); in HWTEST_F()
/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_module/src/
H A Dconnection_module.cpp175 DECLARE_NAPI_FUNCTION(FUNCTION_GET_ADDRESSES_BY_NAME, GetAddressesByName), in InitConnectionModule()
245 napi_value ConnectionModule::GetAddressesByName(napi_env env, napi_callback_info info) in GetAddressesByName() function in OHOS::NetManagerStandard::ConnectionModule
/foundation/communication/netmanager_base/test/netconnmanager/unittest/netmgr_distributed_test/
H A Dnet_conn_service_stub_test.h134 int32_t GetAddressesByName(const std::string &host, int32_t netId, std::vector<INetAddr> &addrList) override
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/proxy/
H A Dnet_conn_service_proxy.h59 int32_t GetAddressesByName(const std::string &host, int32_t netId, std::vector<INetAddr> &addrList) override;
H A Di_net_conn_service.h69 virtual int32_t GetAddressesByName(const std::string &host, int32_t netId, std::vector<INetAddr> &addrList) = 0;
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_service_test/
H A Dnet_conn_service_stub_test.h134 int32_t GetAddressesByName(const std::string &host, int32_t netId, std::vector<INetAddr> &addrList) override
H A Dnet_conn_service_proxy_test.cpp482 * @tc.desc: Test NetConnServiceProxy GetAddressesByName.
489 int32_t ret = instance_->GetAddressesByName(host, TEST_NETID, addrList); in HWTEST_F()
495 * @tc.desc: Test NetConnServiceProxy GetAddressesByName.
/foundation/communication/netmanager_base/test/fuzztest/common_fuzzer/
H A Dcommon_fuzzer.cpp240 g_netManagerCenter->GetAddressesByName(hostName, netId, addrInfo); in GetAddressesByNameFuzzTest()
/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_conn_service.h253 int32_t GetAddressesByName(const std::string &host, int32_t netId, std::vector<INetAddr> &addrList) override;
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/conn_vpn_manager_test/
H A Dnet_conn_service_test.cpp79 int32_t GetAddressesByName(const std::string &hostName, int32_t netId,
446 auto ret = NetConnService::GetInstance()->GetAddressesByName(TEST_HOST, TEST_NETID, addrList); in HWTEST_F()
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp1558 int32_t NetConnService::GetAddressesByName(const std::string &host, int32_t netId, std::vector<INetAddr> &addrList) in GetAddressesByName() function in OHOS::NetManagerStandard::NetConnService
1560 return NetManagerCenter::GetInstance().GetAddressesByName(host, static_cast<uint16_t>(netId), addrList); in GetAddressesByName()
1566 int ret = GetAddressesByName(host, netId, addrList); in GetAddressByName()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_service_test.cpp80 int32_t GetAddressesByName(const std::string &hostName, int32_t netId,
447 auto ret = NetConnService::GetInstance()->GetAddressesByName(TEST_HOST, TEST_NETID, addrList); in HWTEST_F()
H A Dnet_conn_manager_test.cpp782 result = proxy->GetAddressesByName(host, netId, addrList); in HWTEST_F()
/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_exec/src/
H A Dconnection_exec.cpp50 NetHandleInterface::GetAddressesByName), in CreateNetHandle()

Completed in 26 milliseconds

12