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 D | gallery_download_file_stat.cpp | 96 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 D | cloud_daemon_statistic.cpp | 45 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 D | picker_type_define.h | 88 std::vector<RangeContent> rangeVector; member
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/ |
H A D | text_picker_test_ng.cpp | 279 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 D | text_picker_test_update.cpp | 1496 settingData.rangeVector = { { "", "1" }, { "", "2" }, { "", "3" } };
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
H A D | textpicker_dialog_view.cpp | 65 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 D | js_textpicker.cpp | 1709 settingData.rangeVector.emplace_back(item); in ParseShowData()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_pattern.cpp | 5195 settingData.rangeVector.push_back({ "", suggestions[i]->GetLocalizedValue() }); in ShowDateTimeSuggestionDialog()
|