Home
last modified time | relevance | path

Searched refs:NSTACKX_RESERVED_FILE_ID (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_frame.h50 #define NSTACKX_RESERVED_FILE_ID 0 macro
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_transfer.c1045 dFileTrans->lastAckedHeaderFileId = NSTACKX_RESERVED_FILE_ID; in SetReceiveStateHandle()
1305 if (GetFileIdFromFileDataFrame(dFileTrans->fileList, dataFrame) == NSTACKX_RESERVED_FILE_ID) { in CheckReceiverTransAndFrameValid()
H A Dnstackx_dfile_frame.c496 if (fileId == NSTACKX_RESERVED_FILE_ID || fileId > FileListGetNum(fileList)) { in GetFileIdFromFileDataFrame()
H A Dnstackx_file_manager.c113 ctx->fileId = NSTACKX_RESERVED_FILE_ID; in NotifyFileListMsg()