Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_file_manager.h286 #define FILE_LIST_STATUS_RUN 1 macro
324 …if (fileList == NULL || fileList->runStatus != FILE_LIST_STATUS_RUN || fileList->errCode != FILE_M… in CheckFilelist()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager.c260 fileList->runStatus = FILE_LIST_STATUS_RUN; in PrepareOneTaskByStatus()