Home
last modified time | relevance | path

Searched refs:INVALID_PIPE_DESC (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_event.h23 #define INVALID_PIPE_DESC (-1) macro
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_event.h23 #define INVALID_PIPE_DESC (-1) macro
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_session.c2042 if (session->receiverPipe[PIPE_OUT] != INVALID_PIPE_DESC) { in DestroyReceiverPipe()
2044 session->receiverPipe[PIPE_OUT] = INVALID_PIPE_DESC; in DestroyReceiverPipe()
2046 if (session->receiverPipe[PIPE_IN] != INVALID_PIPE_DESC) { in DestroyReceiverPipe()
2048 session->receiverPipe[PIPE_IN] = INVALID_PIPE_DESC; in DestroyReceiverPipe()

Completed in 3 milliseconds