Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dspunge_message.h73 MSG_TYPE_ALLOC_SOCK, enumerator
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dspunge_message.c85 sock->coreErrType[MSG_TYPE_ALLOC_SOCK] = FILLP_EMFILE; in SpungeHandleMsgAllocSock()
108 sock->coreErrType[MSG_TYPE_ALLOC_SOCK] = errorNum; in SpungeHandleMsgAllocSock()
114 sock->coreErrType[MSG_TYPE_ALLOC_SOCK] = ERR_OK; in SpungeHandleMsgAllocSock()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dsocket_app.c133 err = SpungePostMsg(sock->inst, &sockMsg, MSG_TYPE_ALLOC_SOCK, FILLP_TRUE); in SockSocket()
146 SET_ERRNO(sock->coreErrType[MSG_TYPE_ALLOC_SOCK]); in SockSocket()