Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_file_manager.h122 uint8_t isEndBlockReceived; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager.c337 if (!fileInfo->isEndBlockReceived) { in FileGetBytesTransferred()
545 fileInfo->isEndBlockReceived = NSTACKX_TRUE; in WriteToFile()
651 if (fileList->noSyncFlag == NSTACKX_FALSE && fileInfo->isEndBlockReceived) { in WriteSingleBlockFrame()