Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_file_manager.h398 uint8_t FileManagerIsRecvBlockWritable(FileManager *fileManager, uint16_t transId);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_transfer.c1323 if (FileManagerIsRecvBlockWritable(trans->fileManager, trans->transId) != NSTACKX_TRUE) { in HandleFileDataFrame()
H A Dnstackx_file_manager.c1744 uint8_t FileManagerIsRecvBlockWritable(FileManager *fileManager, uint16_t transId) in FileManagerIsRecvBlockWritable() function