Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dspunge_message.h78 MSG_TYPE_NETCONN_ACCPETED, enumerator
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dspunge_message.c495 listenSock->coreErrType[MSG_TYPE_NETCONN_ACCPETED] = ERR_NORES; in SpungeHandleMsgConnAccepted()
532 sock->coreErrType[MSG_TYPE_NETCONN_ACCPETED] = ERR_OK; in SpungeHandleMsgConnAccepted()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dsocket_app.c1069 err = SpungePostMsg(sock->inst, (void *)&acceptMsg, MSG_TYPE_NETCONN_ACCPETED, FILLP_TRUE); in SockAccept()
1076 if (sock->coreErrType[MSG_TYPE_NETCONN_ACCPETED] != ERR_OK) { in SockAccept()