Home
last modified time | relevance | path

Searched refs:totalDataCounts (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/filemanagement/user_file_service/interfaces/kits/js/src/common/
H A Dfile_info_shared_memory.h56 uint32_t totalDataCounts = 0; variable
111 totalDataCounts = 0; in Clear()
214 …t64_t allocSize = ((memInfo.leftDataCounts + memInfo.totalDataCounts - 1) / memInfo.totalDataCount… in CalculateMemSize()
/ohos5.0/foundation/filemanagement/user_file_service/frameworks/js/napi/file_access_module/file_info/
H A Dnapi_file_iterator_exporter.cpp103 fileIteratorEntity->currentDataCounts = fileIteratorEntity->memInfo.totalDataCounts; in MakeListFileResult()
H A Dnapi_file_info_exporter.cpp154 fileIteratorEntity->currentDataCounts = fileIteratorEntity->memInfo.totalDataCounts; in ListFile()
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/
H A Dfile_access_ext_proxy.cpp556 memInfo.totalDataCounts = memInfo.dataCounts; in ReadFileFilterResults()