Home
last modified time | relevance | path

Searched refs:GetAddressByName (Results 1 - 22 of 22) sorted by relevance

/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_handle.cpp37 int32_t NetHandle::GetAddressByName(const std::string &host, INetAddr &addr) in GetAddressByName() function in OHOS::NetManagerStandard::NetHandle
43 return NetConnClient::GetInstance().GetAddressByName(host, netId_, addr); in GetAddressByName()
H A Dnet_conn_client.cpp415 int32_t NetConnClient::GetAddressByName(const std::string &host, int32_t netId, INetAddr &addr) in GetAddressByName() function in OHOS::NetManagerStandard::NetConnClient
423 return proxy->GetAddressByName(host, netId, addr); in GetAddressByName()
/foundation/communication/netmanager_base/frameworks/js/napi/connection/net_handle_interface/include/
H A Dnet_handle_interface.h31 static napi_value GetAddressByName(napi_env env, napi_callback_info info);
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H A Dnet_handle_test.cpp91 int32_t ret = handler->GetAddressByName(host, addr); in HWTEST_F()
102 int32_t ret = handler->GetAddressByName(host, addr); in HWTEST_F()
H A Dnet_conn_client_test.cpp1104 * @tc.desc: Test NetConnClient::GetAddressByName
1113 int32_t ret = DelayedSingleton<NetConnClient>::GetInstance()->GetAddressByName(host, netId, addr); in HWTEST_F()
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H A Dnet_handle.h37 int32_t GetAddressByName(const std::string &host, INetAddr &addr);
H A Dnet_conn_client.h263 int32_t GetAddressByName(const std::string &host, int32_t netId, INetAddr &addr);
/foundation/communication/netmanager_base/frameworks/js/napi/connection/net_handle_interface/src/
H A Dnet_handle_interface.cpp38 napi_value NetHandleInterface::GetAddressByName(napi_env env, napi_callback_info info) in GetAddressByName() function in OHOS::NetHandleInterface
/foundation/communication/netmanager_base/test/netconnmanager/unittest/netmgr_distributed_test/
H A Dnet_conn_service_stub_test.h139 int32_t GetAddressByName(const std::string &host, int32_t netId, INetAddr &addr) override
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/proxy/
H A Dnet_conn_service_proxy.h60 int32_t GetAddressByName(const std::string &host, int32_t netId, INetAddr &addr) override;
H A Di_net_conn_service.h70 virtual int32_t GetAddressByName(const std::string &host, int32_t netId, INetAddr &addr) = 0;
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_service_test/
H A Dnet_conn_service_stub_test.h139 int32_t GetAddressByName(const std::string &host, int32_t netId, INetAddr &addr) override
H A Dnet_conn_service_proxy_test.cpp502 int32_t ret = instance_->GetAddressByName(host, TEST_NETID, addr); in HWTEST_F()
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/conn_vpn_manager_test/
H A Dnet_conn_service_test.cpp458 ret = NetConnService::GetInstance()->GetAddressByName(TEST_HOST, netId, addr); in HWTEST_F()
464 ret = NetConnService::GetInstance()->GetAddressByName(TEST_HOST, netId, addr); in HWTEST_F()
467 ret = NetConnService::GetInstance()->GetAddressByName(TEST_HOST, TEST_NETID, addr); in HWTEST_F()
H A Dnet_conn_manager_test.cpp786 result = proxy->GetAddressByName(host, netId, addr); in HWTEST_F()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_service_test.cpp459 ret = NetConnService::GetInstance()->GetAddressByName(TEST_HOST, netId, addr); in HWTEST_F()
465 ret = NetConnService::GetInstance()->GetAddressByName(TEST_HOST, netId, addr); in HWTEST_F()
468 ret = NetConnService::GetInstance()->GetAddressByName(TEST_HOST, TEST_NETID, addr); in HWTEST_F()
H A Dnet_conn_manager_test.cpp786 result = proxy->GetAddressByName(host, netId, addr); in HWTEST_F()
/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_conn_service.h254 int32_t GetAddressByName(const std::string &host, int32_t netId, INetAddr &addr) override;
/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_exec/src/
H A Dconnection_exec.cpp52 NetHandleInterface::GetAddressByName), in CreateNetHandle()
/foundation/communication/netmanager_base/services/netconnmanager/src/stub/
H A Dnet_conn_service_stub.cpp1096 NETMGR_LOG_D("stub execute GetAddressByName"); in OnGetAddressByName()
1098 int32_t ret = GetAddressByName(host, netId, addr); in OnGetAddressByName()
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
H A Dnet_conn_service_proxy.cpp1019 int32_t NetConnServiceProxy::GetAddressByName(const std::string &host, int32_t netId, INetAddr &addr) in GetAddressByName() function in OHOS::NetManagerStandard::NetConnServiceProxy
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp1563 int32_t NetConnService::GetAddressByName(const std::string &host, int32_t netId, INetAddr &addr) in GetAddressByName() function in OHOS::NetManagerStandard::NetConnService

Completed in 30 milliseconds