Home
last modified time | relevance | path

Searched refs:GetAddressesByName (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/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.cpp361 int32_t NetConnClient::GetAddressesByName(const std::string &host, int32_t netId, std::vector<INetA… in GetAddressesByName() function in OHOS::NetManagerStandard::NetConnClient
369 return proxy->GetAddressesByName(host, netId, addrList); in GetAddressesByName()
/ohos5.0/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()
/ohos5.0/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> &addr…
/ohos5.0/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);
/ohos5.0/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…
/ohos5.0/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
/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_handle_test.cpp69 int32_t ret = handler->GetAddressesByName(host, addrList);
H A Dnet_conn_service_stub_test.h134 …int32_t GetAddressesByName(const std::string &host, int32_t netId, std::vector<INetAddr> &addrList… in GetAddressesByName() function
H A Dnet_conn_service_proxy_test.cpp489 int32_t ret = instance_->GetAddressesByName(host, TEST_NETID, addrList);
H A Dnet_conn_service_test.cpp78 int32_t GetAddressesByName(const std::string &hostName, int32_t netId, in GetAddressesByName() function in OHOS::NetManagerStandard::__anon4672f2240110::TestDnsService
421 auto ret = NetConnService::GetInstance()->GetAddressesByName(TEST_HOST, TEST_NETID, addrList);
H A Dnet_conn_manager_test.cpp771 result = proxy->GetAddressesByName(host, netId, addrList);
/ohos5.0/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, in GetAddressesByName() function in OHOS::NetManagerStandard::__anonf47712420110::TestDnsService
421 int32_t ret = instance_.GetAddressesByName(testHostName, testNetId, addrInfo);
432 int32_t ret = instance_.GetAddressesByName(testHostName, testNetId, addrInfo);
/ohos5.0/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);
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/proxy/
H A Di_net_conn_service.h69 …virtual int32_t GetAddressesByName(const std::string &host, int32_t netId, std::vector<INetAddr> &…
H A Dnet_conn_service_proxy.h55 …int32_t GetAddressesByName(const std::string &host, int32_t netId, std::vector<INetAddr> &addrList…
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_module/src/
H A Dconnection_module.cpp172 DECLARE_NAPI_FUNCTION(FUNCTION_GET_ADDRESSES_BY_NAME, GetAddressesByName), in InitConnectionModule()
242 napi_value ConnectionModule::GetAddressesByName(napi_env env, napi_callback_info info) in GetAddressesByName() function in OHOS::NetManagerStandard::ConnectionModule
/ohos5.0/foundation/communication/netmanager_base/test/fuzztest/common_fuzzer/
H A Dcommon_fuzzer.cpp240 g_netManagerCenter->GetAddressesByName(hostName, netId, addrInfo); in GetAddressesByNameFuzzTest()
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/
H A Dlibnetconn_kits.map53 …"OHOS::NetManagerStandard::NetConnClient::GetAddressesByName(std::__h::basic_string<char, std::__h…
164 …"OHOS::NetManagerStandard::NetHandle::GetAddressesByName(std::__h::basic_string<char, std::__h::ch…
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_conn_service.h250 …int32_t GetAddressesByName(const std::string &host, int32_t netId, std::vector<INetAddr> &addrList…
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp1405 int32_t NetConnService::GetAddressesByName(const std::string &host, int32_t netId, std::vector<INet… in GetAddressesByName() function in OHOS::NetManagerStandard::NetConnService
1407 …return NetManagerCenter::GetInstance().GetAddressesByName(host, static_cast<uint16_t>(netId), addr… in GetAddressesByName()
1413 int ret = GetAddressesByName(host, netId, addrList); in GetAddressByName()
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_exec/src/
H A Dconnection_exec.cpp50 NetHandleInterface::GetAddressesByName), in CreateNetHandle()
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
H A Dnet_conn_service_proxy.cpp886 int32_t NetConnServiceProxy::GetAddressesByName(const std::string &host, int32_t netId, std::vector… in GetAddressesByName() function in OHOS::NetManagerStandard::NetConnServiceProxy

12