Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/include/
H A Dnet_connection.h252 int32_t OH_NetConn_BindSocket(int32_t socketFd, NetConn_NetHandle *netHandle);
/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/src/
H A Dnet_connection.cpp254 int32_t OH_NetConn_BindSocket(int32_t socketFd, NetConn_NetHandle *netHandle) in OH_NetConn_BindSocket() function
257 NETMGR_LOG_E("OH_NetConn_BindSocket netHandle is NULL"); in OH_NetConn_BindSocket()
261 NETMGR_LOG_E("OH_NetConn_BindSocket socketFd is invalid"); in OH_NetConn_BindSocket()
265 NETMGR_LOG_E("OH_NetConn_BindSocket netId is invalid"); in OH_NetConn_BindSocket()

Completed in 1 milliseconds