Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dspunge_message.h79 MSG_TYPE_DO_CLOSE, enumerator
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dspunge_message.c652 sock->coreErrType[MSG_TYPE_DO_CLOSE] = ERR_UNDERCLOSURE; in SpungeHandleMsgClose()
658 sock->coreErrType[MSG_TYPE_DO_CLOSE] = ERR_OK; in SpungeHandleMsgClose()
670 sock->coreErrType[MSG_TYPE_DO_CLOSE] = ERR_COMM; in SpungeHandleMsgClose()
692 sock->coreErrType[MSG_TYPE_DO_CLOSE] = ERR_OK; in SpungeHandleMsgClose()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dsocket_app.c1145 err = SpungePostMsg(sock->inst, sock, MSG_TYPE_DO_CLOSE, FILLP_TRUE); in SockClose()
1154 err = sock->coreErrType[MSG_TYPE_DO_CLOSE]; in SockClose()