Home
last modified time | relevance | path

Searched refs:MAX_TRANSFERDONE_ACK_NODE_COUNT (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_session.h31 #define MAX_TRANSFERDONE_ACK_NODE_COUNT 100 macro
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile.c875 …if (MutexListInit(&session->transferDoneAckList, MAX_TRANSFERDONE_ACK_NODE_COUNT) != NSTACKX_EOK) { in DFileSessionMutexInit()