Home
last modified time | relevance | path

Searched refs:PIPE_FD_NUM (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_common_header.h37 #define PIPE_FD_NUM 2 macro
H A Dnstackx_event.h32 PipeDesc pipeFd[PIPE_FD_NUM];
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/platform/unix/dfile/
H A Dsys_dfile.c42 for (uint32_t i = 0; i < PIPE_FD_NUM; i++) { in CreateReceiverPipe()
/foundation/communication/netmanager_base/utils/common_utils/src/
H A Dnetmanager_base_common_utils.cpp60 constexpr int32_t PIPE_FD_NUM = 2; member
496 if (count != PIPE_FD_NUM) { in ForkExecChildProcess()
531 if (count != PIPE_FD_NUM) { in ForkExecParentProcess()
585 int32_t pipeFd[PIPE_FD_NUM] = {0}; in ForkExec()
605 ForkExecChildProcess(pipeFd, PIPE_FD_NUM, args); in ForkExec()
608 return ForkExecParentProcess(pipeFd, PIPE_FD_NUM, pid, out); in ForkExec()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_event.c120 for (i = 0; i < PIPE_FD_NUM; i++) { in CreateNonBlockPipe()
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_session.h123 PipeDesc receiverPipe[PIPE_FD_NUM];

Completed in 3 milliseconds