Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager_client.c123 fileInfo->errCode = FILE_MANAGER_ENOMEM; in GetEncryptedDataFrame()
134 fileInfo->errCode = FILE_MANAGER_ENOMEM; in GetEncryptedDataFrame()
168 fileInfo->errCode = FILE_MANAGER_ENOMEM; in GetNoEncryptedDataFrame()
198 errCode = FILE_MANAGER_ENOMEM; in GetEncryptedDataTarFrame()
222 return FILE_MANAGER_ENOMEM; in GetNoEncryptedDataTarFrame()
462 fileManager->errCode = FILE_MANAGER_ENOMEM; in PushFileBlockFrame()
H A Dnstackx_file_manager.c475 fileInfo->errCode = FILE_MANAGER_ENOMEM; in FileInfoWriteInit()
629 fileList->errCode = FILE_MANAGER_ENOMEM; in WriteSingleBlockFrame()
1624 return FILE_MANAGER_ENOMEM; in PushRecvBlockFrame()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_file_manager.h40 #define FILE_MANAGER_ENOMEM (-2) /* Out of memory */ macro