Home
last modified time | relevance | path

Searched refs:GetAddrInfo (Results 1 - 25 of 26) sorted by relevance

12

/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_http_probe.cpp217 std::string NetHttpProbe::GetAddrInfo(const std::string &domain) in GetAddrInfo() function in OHOS::NetManagerStandard::NetHttpProbe
227 if (NetsysController::GetInstance().GetAddrInfo(domain, serverName, hints, netId_, result) < 0) { in GetAddrInfo()
379 std::string proxyIpAddress = GetAddrInfo(proxyDomain); in SetProxyOption()
493 ipAddress = GetAddrInfo(httpDomain); in SendDnsProbe()
500 ipAddress = GetAddrInfo(httpDomain); in SendDnsProbe()
506 ipAddress = GetAddrInfo(httpsDomain); in SendDnsProbe()
/foundation/communication/netmanager_base/test/fuzztest/netbasebranch_fuzzer/
H A Dnet_base_branch_fuzzer.cpp101 instance_->GetAddrInfo(testString); in NetHttpProbeBranchFuzzTest()
105 instance_->GetAddrInfo(testString); in NetHttpProbeBranchFuzzTest()
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Ddns_manager_test.cpp79 dnsManager.GetAddrInfo(hostName, serverName, hints, NET_ID, res); in HWTEST_F()
H A Dnetsys_controller_test.cpp396 ret = NetsysController::GetInstance().GetAddrInfo(hostName, serverName, hints, netId, res); in HWTEST_F()
548 ret = instance_->GetAddrInfo(iface, iface, hints, 0, res); in HWTEST_F()
H A Dnetsys_native_service_test.cpp461 int32_t ret = instance_->GetAddrInfo(hostName, serverName, hints, netId, res); in HWTEST_F()
H A Dnetsys_controller_service_impl_test.cpp457 ret = instance_->GetAddrInfo(hostName, serverName, hints, netId, res); in HWTEST_F()
H A Dnetsys_native_service_stub_test.cpp93 int32_t GetAddrInfo(const std::string &hostName, const std::string &serverName, const AddrInfo &hints,
/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_http_probe.h53 std::string GetAddrInfo(const std::string &domain);
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Ddns_manager.h111 int32_t GetAddrInfo(const std::string &hostName, const std::string &serverName, const AddrInfo &hints,
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Ddns_manager.cpp121 int32_t DnsManager::GetAddrInfo(const std::string &hostName, const std::string &serverName, const AddrInfo &hints, in GetAddrInfo() function in OHOS::nmd::DnsManager
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H A Dnet_http_probe_test.cpp80 std::string result = instance_->GetAddrInfo(domain); in HWTEST_F()
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Di_netsys_service.h71 virtual int32_t GetAddrInfo(const std::string &hostName, const std::string &serverName, const AddrInfo &hints,
H A Dnetsys_native_service_proxy.h37 int32_t GetAddrInfo(const std::string &hostName, const std::string &serverName, const AddrInfo &hints,
/foundation/communication/netmanager_base/services/netmanagernative/include/
H A Dnetsys_native_service.h61 int32_t GetAddrInfo(const std::string &hostName, const std::string &serverName, const AddrInfo &hints,
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_distributed_test/
H A Dnetsys_native_service_stub_test.cpp71 int32_t GetAddrInfo(const std::string &hostName, const std::string &serverName, const AddrInfo &hints,
/foundation/communication/netmanager_base/services/netsyscontroller/include/
H A Dnetsys_controller_service_impl.h277 int32_t GetAddrInfo(const std::string &hostName, const std::string &serverName, const AddrInfo &hints,
H A Di_netsys_controller_service.h304 virtual int32_t GetAddrInfo(const std::string &hostName, const std::string &serverName, const AddrInfo &hints,
H A Dnetsys_controller.h285 int32_t GetAddrInfo(const std::string &hostName, const std::string &serverName, const AddrInfo &hints,
H A Dnetsys_native_client.h317 int32_t GetAddrInfo(const std::string &hostName, const std::string &serverName, const AddrInfo &hints,
/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dnetsys_controller.cpp466 int32_t NetsysController::GetAddrInfo(const std::string &hostName, const std::string &serverName, const AddrInfo &hints, in GetAddrInfo() function in OHOS::NetManagerStandard::NetsysController
475 return netsysService_->GetAddrInfo(hostName, serverName, hints, netId, res); in GetAddrInfo()
H A Dnetsys_controller_service_impl.cpp294 int32_t NetsysControllerServiceImpl::GetAddrInfo(const std::string &hostName, const std::string &serverName, in GetAddrInfo() function in OHOS::NetManagerStandard::NetsysControllerServiceImpl
297 return netsysClient_.GetAddrInfo(hostName, serverName, hints, netId, res); in GetAddrInfo()
H A Dnetsys_native_client.cpp583 int32_t NetsysNativeClient::GetAddrInfo(const std::string &hostName, const std::string &serverName, in GetAddrInfo() function in OHOS::NetManagerStandard::NetsysNativeClient
588 NETMGR_LOG_E("GetAddrInfo netsysNativeService_ is null"); in GetAddrInfo()
591 return proxy->GetAddrInfo(hostName, serverName, hints, netId, res); in GetAddrInfo()
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnet_manager_native.cpp550 return dnsManager_->GetAddrInfo(hostName, serverName, hints, netId, res); in DnsGetAddrInfo()
/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetsys_native_service.cpp206 int32_t NetsysNativeService::GetAddrInfo(const std::string &hostName, const std::string &serverName, in GetAddrInfo() function in OHOS::NetsysNative::NetsysNativeService
H A Dnetsys_native_service_stub.cpp521 auto ret = GetAddrInfo(hostName, serverName, hints, netId, retInfo); in CmdGetAddrInfo()

Completed in 30 milliseconds

12