/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/ |
H A D | data_panel_model_ng.cpp | 40 void DataPanelModelNG::Create(const std::vector<double>& values, double max, int32_t dataPanelType) in Create() argument
|
H A D | data_panel_pattern.cpp | 124 double max = paintProperty->GetMax().value_or(DEFAULT_MAX_VALUE); in BuildContentModifierNode() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | gauge_model_impl.cpp | 26 void GaugeModelImpl::Create(float values, float min, float max) in Create() argument
|
H A D | progress_model_impl.cpp | 28 void ProgressModelImpl::Create(double min, double value, double cachedValue, double max, NG::ProgressType type) in Create() argument
|
H A D | slider_model_impl.cpp | 25 void SliderModelImpl::Create(float value, float step, float min, float max) in Create() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_editing_value_ng.h | 101 auto max = std::clamp(std::min(std::max(start, end), static_cast<int32_t>(wideText.length())), 0, in GetSelectedText() local
|
/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_animate.h | 36 uint32_t max; member
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_axis.cpp | 50 bool UIXAxis::SetDataRange(uint16_t min, uint16_t max) in SetDataRange() argument 127 bool UIYAxis::SetDataRange(uint16_t min, uint16_t max) in SetDataRange() argument
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsanimationratedecider_fuzzer/ |
H A D | rsanimationratedecider_fuzzer.cpp | 69 int max = GetData<int>();
in DoSomethingInterestingWithMyAPI() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderframeratelinker_fuzzer/ |
H A D | rsrenderframeratelinker_fuzzer.cpp | 80 int max = GetData<int>();
in DoSetExpectedRange() local
|
/foundation/multimedia/player_framework/interfaces/inner_api/native/ |
H A D | codec_capability.h | 33 CodecRange(const int32_t &min, const int32_t &max) in CodecRange() argument 44 CodecRange Create(const int32_t &min, const int32_t &max) in Create() argument
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | meta_data_test.cpp | 100 size_t max = 12; in SetUpTestCase() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
H A D | performance_analysis.h | 62 Timestamp max = 0; member
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/ |
H A D | task_executor.h | 31 ExecutorPool(size_t max, size_t min) in ExecutorPool() argument
|
/foundation/distributedhardware/distributed_audio/common/src/ |
H A D | daudio_latency_test.cpp | 77 int32_t max = 0; in IsFrameHigh() local
|
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/ |
H A D | layout_param.h | 28 LayoutParam(Size max, Size min) in LayoutParam() argument 109 Size max = layoutParam.Constrain(maxSize_); in Enforce() local
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_data_panel_ffi.cpp | 54 void FfiOHOSAceFrameworkDataPanelCreate(VectorDoubleHandle values, double max, int32_t panelType) in FfiOHOSAceFrameworkDataPanelCreate() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_progress.cpp | 60 CreateProgressComponent( double min, double percent, double cachedValue, double max, ProgressType type) CreateProgressComponent() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/ |
H A D | scrollable_fling_test_ng.cpp | 440 double max = 0.0f; in HWTEST_F() local 1355 double max = 0.0f; in HWTEST_F() local [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/gauge/ |
H A D | gauge_builder_test_ng.cpp | 108 void GaugeBuilderTestNg::Create(float values, float min, float max, const std::function<void(GaugeModelNG)>& callback) in Create() argument
|
H A D | gauge_pattern_test_ng.cpp | 109 void GaugePatternTestNg::Create(float values, float min, float max, const std::function<void(GaugeModelNG)>& callback) in Create() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/ |
H A D | slider_paint_property.h | 179 float max = GetMax().value_or(100.0f); in GetStepRatio() local
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/api/ |
H A D | mesh.h | 69 void SetAABBMax(const BASE_NS::Math::Vec3& max) in SetAABBMax() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_frame_rate_range.h | 44 FrameRateRange(int min, int max, int preferred) : min_(min), max_(max), preferred_(preferred) {} in FrameRateRange() argument 46 FrameRateRange(int min, int max, int preferred, int type) : min_(min), max_(max), in FrameRateRange() argument 49 FrameRateRange(int min, int max, int preferred, int type, ComponentScene componentScene) : min_(min), max_(max), in FrameRateRange() argument 78 void Set(int min, int max, int preferred) in Set() argument 85 void Set(int min, int max, int preferred, int type) in Set() argument [all...] |
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/src/ |
H A D | mtpfs_sha.cpp | 161 void MtpFsSha::Read(std::istream &is, std::string &s, const int max) in Read() argument
|