Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_file_manager.h453 uint16_t GetStandardBlockSize(const FileManager *fileManager);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager.c1015 uint16_t GetStandardBlockSize(const FileManager *fileManager) in GetStandardBlockSize() function
1583 standardBlockSize = GetStandardBlockSize(fileManager); in FileManagerRecvFileTask()
H A Dnstackx_file_manager_client.c816 standardBlockSize = GetStandardBlockSize(fileManager); in FileManagerSendFileTask()