Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
H A Dcloud_daemon_statistic.cpp45 static uint32_t GetRangeIndex(uint64_t value, const vector<uint64_t> rangeVector) in GetRangeIndex() function
58 uint32_t index = GetRangeIndex(size / FILE_SIZE_BYTE_TO_KB, OPEN_SIZE_RANGE_VECTOR); in UpdateOpenSizeStat()
68 uint32_t index = GetRangeIndex(time, OPEN_TIME_RANGE_VECTOR); in UpdateOpenTimeStat()
78 uint32_t index = GetRangeIndex(size / FILE_SIZE_BYTE_TO_KB, READ_SIZE_RANGE_VECTOR); in UpdateReadSizeStat()
88 uint32_t indexSize = GetRangeIndex(size / FILE_SIZE_BYTE_TO_KB, READ_SIZE_RANGE_VECTOR); in UpdateReadTimeStat()
89 uint32_t indexTime = GetRangeIndex(time, READ_TIME_RANGE_VECTOR); in UpdateReadTimeStat()
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/big_data_statistics/
H A Dgallery_download_file_stat.cpp96 static uint32_t GetRangeIndex(uint64_t value, const std::vector<uint64_t> rangeVector) in GetRangeIndex() function
131 uint32_t index = GetRangeIndex(size, rangeVector); in UpdateDownloadSizeStat()
138 uint32_t index = GetRangeIndex(size, rangeVector); in UpdateDownloadSizeStat()