Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_file_manager.h287 #define FILE_LIST_STATUS_STOP 2 macro
332 …if (fileList == NULL || fileList->runStatus == FILE_LIST_STATUS_STOP || fileList->errCode != FILE_… in CheckFilelistNotStop()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager.c262 } else if (runStatus == FILE_LIST_STATUS_STOP) { in PrepareOneTaskByStatus()
274 if (runStatus != FILE_LIST_STATUS_STOP) { in PrepareOneTaskByStatus()
900 fileList = PrepareOneTaskByStatus(fileManager, FILE_LIST_STATUS_STOP, &isErrorOccurred); in FileManagerThread()
1088 if (fileList->transId == transId && fileList->runStatus != FILE_LIST_STATUS_STOP) { in GetFileListById()
1127 if (fileList->runStatus != FILE_LIST_STATUS_STOP) { in GetFileBlockListSize()
1195 fileList->runStatus = FILE_LIST_STATUS_STOP; in FileManagerStopTask()
1781 if (fileList == NULL || fileList->runStatus == FILE_LIST_STATUS_STOP) { in FileManagerGetBytesTransferred()