Home
last modified time | relevance | path

Searched refs:rangeVector (Results 1 – 8 of 8) sorted by relevance

/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() argument
99 for (; index < rangeVector.size(); index++) { in GetRangeIndex()
100 if (value <= rangeVector[index] * DOWNLOAD_FILE_BYTE_SIZE) { in GetRangeIndex()
128 std::vector<uint64_t> rangeVector; in UpdateDownloadSizeStat() local
130 rangeVector = DOWNLOAD_IMAGE_SIZE_RANGE_VECTOR; in UpdateDownloadSizeStat()
131 uint32_t index = GetRangeIndex(size, rangeVector); in UpdateDownloadSizeStat()
137 rangeVector = DOWNLOAD_VIDEO_SIZE_RANGE_VECTOR; in UpdateDownloadSizeStat()
138 uint32_t index = GetRangeIndex(size, rangeVector); in UpdateDownloadSizeStat()
/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() argument
48 for (; index < rangeVector.size(); index++) { in GetRangeIndex()
49 if (value <= rangeVector[index]) { in GetRangeIndex()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Dpicker_type_define.h88 std::vector<RangeContent> rangeVector; member
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/
H A Dtext_picker_test_ng.cpp279 settingData.rangeVector = { { "", "1" }, { "", "2" }, { "", "3" } };
319 settingData.rangeVector = { { "", "1" }, { "", "2" }, { "", "3" } };
346 settingData.rangeVector = { { "", "1" }, { "", "2" }, { "", "3" } };
373 settingData.rangeVector = { { "", "1" }, { "", "2" }, { "", "3" } };
400 settingData.rangeVector = { { "", "1" }, { "", "2" }, { "", "3" } };
427 settingData.rangeVector = { { "", "1" }, { "", "2" }, { "", "3" } };
468 settingData.rangeVector = { { "", "1" }, { "", "2" }, { "", "3" } };
639 settingData.rangeVector = {};
650 settingData.rangeVector = { { "", "1" }, { "", "2" }, { "", "3" } };
655 settingData.rangeVector = {};
H A Dtext_picker_test_update.cpp1496 settingData.rangeVector = { { "", "1" }, { "", "2" }, { "", "3" } };
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_dialog_view.cpp65 if (settingData.rangeVector.empty() && settingData.options.empty()) { in Show()
193 SetRange(textPickerPattern, settingData.rangeVector); in OptionsCreateNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_textpicker.cpp1709 settingData.rangeVector.emplace_back(item); in ParseShowData()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp5195 settingData.rangeVector.push_back({ "", suggestions[i]->GetLocalizedValue() }); in ShowDateTimeSuggestionDialog()