Home
last modified time | relevance | path

Searched refs:socketIf (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_base_listener.c71 const SocketInterface *socketIf; member
206 node->socketIf = NULL; in CreateSpecifiedListenerModule()
372 const SocketInterface *socketIf = GetSocketInterface(protocol); in StartServerListenUnsafe() local
373 if (socketIf == NULL) { in StartServerListenUnsafe()
377 node->socketIf = socketIf; in StartServerListenUnsafe()
383 listenFd = socketIf->OpenServerSocket(info); in StartServerListenUnsafe()
395 listenPort = socketIf->GetSockPort(listenFd); in StartServerListenUnsafe()
838 const SocketInterface *socketIf, const SoftbusBaseListener *listener, int32_t wakeupTrace) in ProcessSpecifiedServerAcceptEvent() argument
840 CONN_CHECK_AND_RETURN_RET_LOGW(socketIf != NULL, SOFTBUS_INVALID_PARAM, CONN_COMMON, in ProcessSpecifiedServerAcceptEvent()
842 … CONN_CHECK_AND_RETURN_RET_LOGW(socketIf->AcceptClient != NULL, SOFTBUS_INVALID_PARAM, CONN_COMMON, in ProcessSpecifiedServerAcceptEvent()
[all …]