/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/ |
H A D | net_handle.cpp | 37 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 D | net_conn_client.cpp | 372 int32_t NetConnClient::GetAddressByName(const std::string &host, int32_t netId, INetAddr &addr) in GetAddressByName() function in OHOS::NetManagerStandard::NetConnClient 380 return proxy->GetAddressByName(host, netId, addr); in GetAddressByName()
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/net_handle_interface/include/ |
H A D | net_handle_interface.h | 31 static napi_value GetAddressByName(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/ |
H A D | net_handle.h | 37 int32_t GetAddressByName(const std::string &host, INetAddr &addr);
|
H A D | net_conn_client.h | 263 int32_t GetAddressByName(const std::string &host, int32_t netId, INetAddr &addr);
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/net_handle_interface/src/ |
H A D | net_handle_interface.cpp | 38 napi_value NetHandleInterface::GetAddressByName(napi_env env, napi_callback_info info) in GetAddressByName() function in OHOS::NetManagerStandard::NetHandleInterface
|
/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/ |
H A D | net_handle_test.cpp | 80 int32_t ret = handler->GetAddressByName(host, addr);
|
H A D | net_conn_service_stub_test.h | 139 int32_t GetAddressByName(const std::string &host, int32_t netId, INetAddr &addr) override in GetAddressByName() function
|
H A D | net_conn_service_test.cpp | 433 ret = NetConnService::GetInstance()->GetAddressByName(TEST_HOST, netId, addr); 439 ret = NetConnService::GetInstance()->GetAddressByName(TEST_HOST, netId, addr); 442 ret = NetConnService::GetInstance()->GetAddressByName(TEST_HOST, TEST_NETID, addr);
|
H A D | net_conn_service_proxy_test.cpp | 502 int32_t ret = instance_->GetAddressByName(host, TEST_NETID, addr);
|
H A D | net_conn_manager_test.cpp | 775 result = proxy->GetAddressByName(host, netId, addr);
|
H A D | net_conn_client_test.cpp | 1088 … int32_t ret = DelayedSingleton<NetConnClient>::GetInstance()->GetAddressByName(host, netId, addr);
|
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/proxy/ |
H A D | i_net_conn_service.h | 70 virtual int32_t GetAddressByName(const std::string &host, int32_t netId, INetAddr &addr) = 0;
|
H A D | net_conn_service_proxy.h | 56 int32_t GetAddressByName(const std::string &host, int32_t netId, INetAddr &addr) override;
|
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/ |
H A D | libnetconn_kits.map | 54 …"OHOS::NetManagerStandard::NetConnClient::GetAddressByName(std::__h::basic_string<char, std::__h::… 165 …"OHOS::NetManagerStandard::NetHandle::GetAddressByName(std::__h::basic_string<char, std::__h::char…
|
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/ |
H A D | net_conn_service.h | 251 int32_t GetAddressByName(const std::string &host, int32_t netId, INetAddr &addr) override;
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_exec/src/ |
H A D | connection_exec.cpp | 52 NetHandleInterface::GetAddressByName), in CreateNetHandle()
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/ |
H A D | net_conn_service_proxy.cpp | 928 int32_t NetConnServiceProxy::GetAddressByName(const std::string &host, int32_t netId, INetAddr &add… in GetAddressByName() function in OHOS::NetManagerStandard::NetConnServiceProxy
|
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/stub/ |
H A D | net_conn_service_stub.cpp | 1029 int32_t ret = GetAddressByName(host, netId, addr); in OnGetAddressByName()
|
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/ |
H A D | net_conn_service.cpp | 1410 int32_t NetConnService::GetAddressByName(const std::string &host, int32_t netId, INetAddr &addr) in GetAddressByName() function in OHOS::NetManagerStandard::NetConnService
|