Home
last modified time | relevance | path

Searched refs:FileManagerStopTask (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_file_manager.h386 int32_t FileManagerStopTask(FileManager *fileManager, uint16_t transId, TaskStopType stopType);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_transfer.c640 …if (FileManagerStopTask(dFileTrans->fileManager, dFileTrans->transId, FILE_LIST_TRANSFER_FINISH) != in SetSendState()
1085 …if (FileManagerStopTask(dFileTrans->fileManager, dFileTrans->transId, FILE_LIST_TRANSFER_FINISH) != in SetReceiveState()
1554 …if (FileManagerStopTask(dFileTrans->fileManager, dFileTrans->transId, FILE_LIST_TRANSFER_FINISH) != in DFileTransDestroyInner()
H A Dnstackx_file_manager.c1164 int32_t FileManagerStopTask(FileManager *fileManager, uint16_t transId, TaskStopType stopType) in FileManagerStopTask() function