Home
last modified time | relevance | path

Searched refs:DownloadFileStatInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_file_kit_inner/big_data_statistics/
H A Dgallery_download_file_stat.h31 struct DownloadFileStatInfo { struct
33 DownloadFileStatInfo() : downloadFileError(GALLERY_DOWNLOAD_ERROR_STAT_LEN), in DownloadFileStatInfo() argument
40 ~DownloadFileStatInfo() = default;
65 DownloadFileStatInfo ReadVecFromLocal(); argument
67 DownloadFileStatInfo stat_;
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/big_data_statistics/
H A Dgallery_download_file_stat.cpp186 static inline DownloadFileStatInfo SumTwoDownloadFileStat(DownloadFileStatInfo dataOne, DownloadFil… in SumTwoDownloadFileStat()
198 DownloadFileStatInfo tmpInfo = ReadVecFromLocal(); in OutputToFile()
223 DownloadFileStatInfo GalleryDownloadFileStat::ReadVecFromLocal() in ReadVecFromLocal()
226 DownloadFileStatInfo tmpStat; in ReadVecFromLocal()