Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_session.h112 uint32_t fileListPendingCnt; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile.c444 session->fileListPendingCnt++; in AddFileList()
448 session->fileListPendingCnt++; in AddFileList()
483 …uint32_t totalCnt = session->fileListProcessingCnt + session->fileListPendingCnt + session->smallL… in DFileSendFileInner()
486 uint32_t totalCnt = session->fileListProcessingCnt + session->fileListPendingCnt; in DFileSendFileInner()
H A Dnstackx_dfile_session.c141 if (session->fileListProcessingCnt > 0 || session->fileListPendingCnt == 0) { in SendSmallList()
172 session->fileListPendingCnt--; in SendPendingList()
195 session->fileListPendingCnt, session->fileListProcessingCnt, session->smallListPendingCnt, in SendSmallAndPendingList()
202 session->fileListPendingCnt, session->fileListProcessingCnt); in SendSmallAndPendingList()