Home
last modified time | relevance | path

Searched refs:OH_NetConn_GetAddrInfo (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/include/
H A Dnet_connection.h150 int32_t OH_NetConn_GetAddrInfo(char *host, char *serv, struct addrinfo *hint, struct addrinfo **res, int32_t netId);
/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/src/
H A Dnet_connection.cpp50 int32_t OH_NetConn_GetAddrInfo(char *host, char *serv, struct addrinfo *hint, struct addrinfo **res, int32_t netId) in OH_NetConn_GetAddrInfo() function
56 NETMGR_LOG_E("OH_NetConn_GetAddrInfo received invalid parameters"); in OH_NetConn_GetAddrInfo()
61 NETMGR_LOG_E("OH_NetConn_GetAddrInfo received invalid host"); in OH_NetConn_GetAddrInfo()
66 NETMGR_LOG_E("OH_NetConn_GetAddrInfo received invalid netId"); in OH_NetConn_GetAddrInfo()
71 NETMGR_LOG_E("OH_NetConn_GetAddrInfo memset_s failed!"); in OH_NetConn_GetAddrInfo()
79 NETMGR_LOG_E("OH_NetConn_GetAddrInfo fail status:%{public}d", status); in OH_NetConn_GetAddrInfo()

Completed in 2 milliseconds