Searched refs:GetFileListById (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/ |
H A D | nstackx_file_manager_client.c | 908 fileList = GetFileListById(&fileManager->taskList, transId, &isErrorOccurred); in FileManagerResetSendOutSet() 1121 fileList = GetFileListById(&fileManager->taskList, transId, &isErrorOccurred); in FileManagerIsLastBlockRead() 1263 fileList = GetFileListById(&fileManager->taskList, transId, &isErrorOccurred); in FileManagerGetLastSequence()
|
H A D | nstackx_file_manager.c | 1070 FileListTask *GetFileListById(MutexList *taskList, uint16_t transId, uint8_t *isErrorOccurred) in GetFileListById() function 1674 fileList = GetFileListById(&fileManager->taskList, transId, &isErrorOccurred); in FileManagerFileWrite() 1952 fileList = GetFileListById(&fileManager->taskList, transId, &isErrorOccurred); in FileManagerGetReceivedFiles()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/ |
H A D | nstackx_file_manager.h | 457 FileListTask *GetFileListById(MutexList *taskList, uint16_t transId, uint8_t *isErrorOccurred);
|