Home
last modified time | relevance | path

Searched refs:SetRange (Results 1 – 25 of 61) sorted by relevance

123

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtextpicker_model_impl.cpp46 void TextPickerModelImpl::SetRange(const std::vector<NG::RangeContent>& value) in SetRange() function in OHOS::Ace::Framework::TextPickerModelImpl
55 JSViewSetProperty(&PickerTextComponent::SetRange, textRange); in SetRange()
101 pickerText->SetRange(textPickerDialog.getRangeVector); in SetTextPickerDialogShow()
H A Dtextpicker_model_impl.h29 void SetRange(const std::vector<NG::RangeContent>& value) override;
/ohos5.0/foundation/distributedhardware/distributed_camera/common/test/unittest/common/utils/
H A Ddata_buffer_test.cpp70 int32_t ret = dataBuffer_->SetRange(offset, size);
74 ret = dataBuffer_->SetRange(offset, size);
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_abstract_progress_unit_test.cpp90 abstractProgress_->SetRange(MAX_VALUE, MIN_VALUE);
116 abstractProgress_->SetRange(MAX_VALUE, MIN_VALUE);
120 abstractProgress_->SetRange(MIN_VALUE, MAX_VALUE);
/ohos5.0/foundation/distributedhardware/distributed_audio/services/common/test/unittest/audiodata/src/
H A Daudio_data_test.cpp50 int32_t ret = audioData->SetRange(offset, size);
65 int32_t ret = audioData->SetRange(offset, size);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/
H A Dtext_picker_column_test_ng.cpp248 TextPickerModelNG::GetInstance()->SetRange(range);
286 TextPickerModelNG::GetInstance()->SetRange(range);
340 TextPickerModelNG::GetInstance()->SetRange(range);
395 TextPickerModelNG::GetInstance()->SetRange(range);
434 TextPickerModelNG::GetInstance()->SetRange(range);
479 TextPickerModelNG::GetInstance()->SetRange(range);
523 TextPickerModelNG::GetInstance()->SetRange(range);
572 TextPickerModelNG::GetInstance()->SetRange(range);
711 TextPickerModelNG::GetInstance()->SetRange(range);
749 TextPickerModelNG::GetInstance()->SetRange(range);
[all …]
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_progress_bar/
H A Dui_test_box_progress.cpp331 boxProgress_->SetRange(max, min); in OnClick()
364 boxProgress_->SetRange(boxProgress_->GetRangeMax(), min); in OnClick()
367 boxProgress_->SetRange(boxProgress_->GetRangeMax(), min); in OnClick()
370 boxProgress_->SetRange(max, boxProgress_->GetRangeMin()); in OnClick()
373 boxProgress_->SetRange(max, boxProgress_->GetRangeMin()); in OnClick()
H A Dui_test_circle_progress.cpp374 circleProgress_->SetRange(max, min); in OnClick()
402 circleProgress_->SetRange(circleProgress_->GetRangeMax(), min); in OnClick()
405 circleProgress_->SetRange(circleProgress_->GetRangeMax(), min); in OnClick()
408 circleProgress_->SetRange(max, circleProgress_->GetRangeMin()); in OnClick()
411 circleProgress_->SetRange(max, circleProgress_->GetRangeMin()); in OnClick()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_slider/
H A Dui_test_slider.cpp440 slider_->SetRange(g_max, g_min); in OnClick()
475 slider_->SetRange(slider_->GetRangeMax(), g_min); in ExpandClick1()
478 slider_->SetRange(slider_->GetRangeMax(), g_min); in ExpandClick1()
481 slider_->SetRange(g_max, slider_->GetRangeMin()); in ExpandClick1()
484 slider_->SetRange(g_max, slider_->GetRangeMin()); in ExpandClick1()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dslider_component.cpp154 sliderView_.SetRange(maxValue_, minValue_); in PostUpdate()
172 sliderView_.SetRange(maxValue_, minValue_); in OnViewAttached()
H A Dhorizon_progress_component.cpp32 progressView_.SetRange(rangeMax, rangeMin); in SetPrivateAttribute()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/softbus_adapter/transport/
H A Ddsched_data_buffer.h32 int32_t SetRange(size_t offset, size_t size);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/softbus_adapter/transport/
H A Ddsched_data_buffer.cpp64 int32_t DSchedDataBuffer::SetRange(size_t offset, size_t size) in SetRange() function in OHOS::DistributedSchedule::DSchedDataBuffer
/ohos5.0/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/
H A Ddcamera_softbus_session_test.cpp173 buffer->SetRange(offset, size);
322 buffer->SetRange(offset, size);
325 buffer->SetRange(offset, size);
/ohos5.0/foundation/distributedhardware/distributed_audio/services/common/audiodata/include/
H A Daudio_data.h35 int32_t SetRange(size_t offset, size_t size);
/ohos5.0/foundation/distributedhardware/distributed_audio/services/common/audiodata/src/
H A Daudio_data.cpp47 int32_t AudioData::SetRange(size_t offset, size_t size) in SetRange() function in OHOS::DistributedHardware::AudioData
/ohos5.0/foundation/distributedhardware/distributed_camera/common/include/utils/
H A Ddata_buffer.h36 int32_t SetRange(size_t offset, size_t size);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_model_ng.h30 void SetRange(const std::vector<NG::RangeContent>& value) override;
112 static void SetRange(FrameNode* frameNode, const std::vector<NG::RangeContent>& value);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_text_component.h44 void SetRange(const std::vector<std::string>& value) in SetRange() function
H A Dpicker_multitext_component.h47 void SetRange(const std::vector<std::vector<std::string>>& value) in SetRange() function
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_abstract_progress.h130 void SetRange(int32_t rangeMax, int32_t rangeMin);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_particle.cpp261 floatOption.SetRange(defaultPair); in ParseFloatInitRange()
266 floatOption.SetRange(defaultPair); in ParseFloatInitRange()
296 floatOption.SetRange(range); in ParseFloatInitRange()
575 colorOption.SetRange(defaultRange); in ParseColorInitRange()
580 colorOption.SetRange(defaultRange); in ParseColorInitRange()
586 colorOption.SetRange(range); in ParseColorInitRange()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_ui_dump_dom_tree/
H A Dui_test_dump_dom.cpp310 slider->SetRange(100, 0); // 100: max in UIKitTestDumpDom003()
355 boxProgress->SetRange(100, 0); // 100: max in UIKitTestDumpDom004()
474 circleProgress->SetRange(100, 0); // 100: max in UIKitTestDumpDom006()
/ohos5.0/foundation/distributedhardware/distributed_camera/common/src/utils/
H A Ddata_buffer.cpp53 int32_t DataBuffer::SetRange(size_t offset, size_t size) in SetRange() function in OHOS::DistributedHardware::DataBuffer
/ohos5.0/base/update/updater/services/ui/view/component/
H A Dbox_progress_adapter.cpp28 this->SetRange(progressWidth_ - 1, 0); in BoxProgressAdapter()

123