/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_slider_ffi.h | 27 double step; member
|
H A D | cj_marquee_ffi.cpp | 26 void FfiOHOSAceFrameworkMarqueeCreate(bool start, const char* src, double step, int32_t loop, bool fromStart) in FfiOHOSAceFrameworkMarqueeCreate() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/slider/ |
H A D | slider_component.cpp | 22 SliderComponent::SliderComponent(const double value, const double step, const double min, const double max) in SliderComponent() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/ |
H A D | slider_model_ng.h | 27 SliderConfiguration(double value, double min, double max, double step, bool enabled) in SliderConfiguration() argument
|
H A D | slider_paint_property.h | 180 float step = GetStep().value_or(1.0f); in GetStepRatio() local
|
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/ |
H A D | intf_animation_internal.h | 65 IAnimationModifier::StepData step; member
|
/foundation/ability/idl_tool/idl_tool_2/util/ |
H A D | string_pool.cpp | 78 size_t step = dataCapacity_ * 3; in Grow() local
|
/foundation/ability/idl_tool/util/ |
H A D | string_pool.cpp | 78 size_t step = dataCapacity_ * 3; in Grow() local
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/ |
H A D | scrollable_utils_test.cpp | 59 OffsetF step = { 0, 0 }; in FillChildren() local
|
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/animat/ |
H A D | rs_steps_interpolator_animat_test.cpp | 158 RSStepsInterpolator* step; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/ |
H A D | rs_steps_interpolator_test.cpp | 171 RSStepsInterpolator* step; in HWTEST_F() local
|
/foundation/systemabilitymgr/samgr_lite/samgr/source/ |
H A D | service_impl.h | 42 uint8 step;
member
|
H A D | service.c | 25 ServiceImpl *SAMGR_CreateServiceImpl(Service *service, uint8 step)
in SAMGR_CreateServiceImpl() argument
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_sql_statistic.cpp | 58 SqlStatistic::SqlStatistic(const std::string &sql, int32_t step, uint32_t seqId) in SqlStatistic() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/ |
H A D | swiper_common_test_ng.cpp | 27 IsEqualNextFocusNode( FocusStep step, const RefPtr<FrameNode>& currentNode, const RefPtr<FrameNode>& expectNextNode) IsEqualNextFocusNode() argument
|
/foundation/arkui/ui_lite/frameworks/render/ |
H A D | render_pixfmt_rgba_blend.cpp | 39 int16_t step = NEON_STEP_8 * PIX_STEP; in CopyHLine() local 62 int16_t step = NEON_STEP_8 * PIX_STEP; in BlendHLine() local 101 int16_t step = NEON_STEP_8 * PIX_STEP; in BlendSolidHSpan() local 146 int16_t step = NEON_STEP_8 * PIX_STEP; in CopyColorHSpan() local 185 int16_t step = NEON_STEP_8 * PIX_STEP; in BlendColorHSpan() local 208 int16_t step = NEON_STEP_8 * PIX_STEP; BlendColorHSpan() local [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/ |
H A D | tabs_common_test_ng.cpp | 32 IsEqualNextFocusNode( FocusStep step, const RefPtr<FrameNode>& currentNode, const RefPtr<FrameNode>& expectNextNode) IsEqualNextFocusNode() argument
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_abstract_progress.h | 201 void SetStep(uint32_t step) in SetStep() argument [all...] |
/foundation/multimodalinput/input/intention/cooperate/plugin/src/ |
H A D | i_cooperate_state.cpp | 35 void ICooperateState::Switch(std::shared_ptr<ICooperateStep> step) in Switch() argument 66 void ICooperateState::ICooperateStep::Switch(std::shared_ptr<ICooperateStep> step) in Switch() argument
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/serializable/ |
H A D | serializable.h | 231 bool Serializable::WriteVariant(json &node, uint32_t step, const _InTp &input) in WriteVariant() argument 237 bool Serializable::ReadVariant(const json &node, const std::string &name, uint32_t step, uint32_t index, _OutTp &output) in ReadVariant() argument 251 bool Serializable::WriteVariant(json &node, uint32_t step, const _InTp &input) in WriteVariant() argument 260 ReadVariant(const json &node, const std::string &name, uint32_t step, uint32_t index, _OutTp &output) ReadVariant() argument [all...] |
/foundation/distributeddatamgr/udmf/framework/common/ |
H A D | tlv_util.h | 295 template <typename _InTp> size_t CountVariant(TLVObject &data, uint32_t step, const _InTp &intput)
in CountVariant() argument 301 size_t CountVariant(TLVObject &data, uint32_t step, const _InTp &input)
in CountVariant() argument 318 template <typename _InTp> bool WriteVariant(TLVObject &data, uint32_t step, const _InTp &input, TAG tag)
in WriteVariant() argument 324 bool WriteVariant(TLVObject &data, uint32_t step, const _InTp &input, TAG tag)
in WriteVariant() argument 348 template <typename _OutTp> bool ReadVariant(TLVObject &data, uint32_t step, uint32_t index, _OutTp &value, TLVHead head)
in ReadVariant() argument 354 bool ReadVariant(TLVObject &data, uint32_t step, uint32_ argument [all...] |
/foundation/ability/ability_runtime/interfaces/inner_api/dataobs_manager/include/ |
H A D | dataobs_utils.h | 152 bool DataObsUtils::ReadVariant(uint32_t step, uint32_t index, const _OutTp &output, MessageParcel &data) in ReadVariant() argument 158 bool DataObsUtils::ReadVariant(uint32_t step, uint32_t index, const _OutTp &output, MessageParcel &data) in ReadVariant() argument 170 bool DataObsUtils::WriteVariant(uint32_t step, const _InTp &input, MessageParcel &data) in WriteVariant() argument 176 bool DataObsUtils::WriteVariant(uint32_t step, cons argument [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
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/ |
H A D | text_adapt_font_sizer.cpp | 105 Dimension step = stepUnit; in GetAdaptFontSizeStep() local
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/jpeg_yuv_decoder/ |
H A D | jpeg_yuv_decoder_test.cpp | 282 float step = 0.01; in HWTEST_F() local
|