Home
last modified time | relevance | path

Searched defs:value (Results 3951 - 3975 of 21818) sorted by relevance

1...<<151152153154155156157158159160>>...873

/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_application_info.cpp25 void AceApplicationInfoImpl::SetJsEngineParam(const std::string& key, const std::string& value) in SetJsEngineParam() argument
32 std::string value; in GetJsEngineParam() local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_marquee_ffi.cpp40 void FfiOHOSAceFrameworkMarqueeSetAllowScale(bool value) in FfiOHOSAceFrameworkMarqueeSetAllowScale() argument
50 void FfiOHOSAceFrameworkMarqueeSetFontSize(double value, int32_t unit) in FfiOHOSAceFrameworkMarqueeSetFontSize() argument
H A Dcj_pattern_lock.cpp66 void FfiOHOSAceFrameworkPatternLockAutoReset(bool value) in FfiOHOSAceFrameworkPatternLockAutoReset() argument
82 void FfiOHOSAceFrameworkPatternLockCircleRadius(double value, int32_t unit) in FfiOHOSAceFrameworkPatternLockCircleRadius() argument
86 void FfiOHOSAceFrameworkPatternLockSideLength(double value, int32_t unit) in FfiOHOSAceFrameworkPatternLockSideLength() argument
90 void FfiOHOSAceFrameworkPatternLockStrokeWidth(double value, int32_t unit) in FfiOHOSAceFrameworkPatternLockStrokeWidth() argument
H A Dcj_page_transition_ffi.cpp65 void FfiPageTransitionSetOpacity(double value) in FfiPageTransitionSetOpacity() argument
H A Dcj_collection_ffi.cpp61 void FFICJCommonVectorStringSetElement(VectorStringHandle vec, int64_t index, const char* value) in FFICJCommonVectorStringSetElement() argument
75 void FFICJCommonVectorInt32SetElement(VectorInt32Handle vec, int64_t index, int32_t value) in FFICJCommonVectorInt32SetElement() argument
88 void FFICJCommonVectorInt64SetElement(VectorInt64Handle vec, int64_t index, int64_t value) in FFICJCommonVectorInt64SetElement() argument
101 void FFICJCommonVectorUInt8SetElement(VectorUInt8Handle vec, int64_t index, uint8_t value) in FFICJCommonVectorUInt8SetElement() argument
114 FFICJCommonVectorUInt32SetElement(VectorUInt32Handle vec, int64_t index, uint32_t value) FFICJCommonVectorUInt32SetElement() argument
127 FFICJCommonVectorFloat32SetElement(VectorFloat32Handle vec, int64_t index, float value) FFICJCommonVectorFloat32SetElement() argument
140 FFICJCommonVectorFloat64SetElement(VectorFloat64Handle vec, int64_t index, double value) FFICJCommonVectorFloat64SetElement() argument
153 FFICJCommonVectorBoolSetElement(VectorBoolHandle vec, int64_t index, bool value) FFICJCommonVectorBoolSetElement() argument
166 FFICJCommonVectorNavigationItemSetElement(VectorNavigationItemHandle vec, int64_t index, NavigationItemFFI value) FFICJCommonVectorNavigationItemSetElement() argument
[all...]
H A Dcj_checkbox_group_ffi.cpp59 void FfiOHOSAceFrameworkCheckBoxGroupSelectAll(bool value) in FfiOHOSAceFrameworkCheckBoxGroupSelectAll() argument
117 void FfiCheckBoxGroupSetResponseRegion(CJResponseRegion value) in FfiCheckBoxGroupSetResponseRegion() argument
[all...]
H A Dcj_image_span_ffi.cpp96 void FfiOHOSAceFrameworkImageSpanVerticalAlign(int32_t value) in FfiOHOSAceFrameworkImageSpanVerticalAlign() argument
105 void FfiOHOSAceFrameworkImageSpanObjectFit(int32_t value) in FfiOHOSAceFrameworkImageSpanObjectFit() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_divider_bridge.cpp111 bool value = verticalArg->ToBoolean(vm)->Value(); in SetVertical() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_environment.cpp57 std::string value; in GetAccessibilityEnabled() local
117 auto value = isRTL ? 0 : 1; in GetLayoutDirection() local
H A Djs_linear_indicator_controller.cpp61 float value = .0f; in SetProgress() local
H A Djs_persistent.cpp70 std::string value = serializedValue->ToString(args.GetVm())->ToString(args.GetVm()); in Set() local
94 std::string value = storage->GetString(key); in Get() local
120 std::string value = StorageProxy::GetInstance()->GetStorage()->GetString(key); in Has() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dspan_model_impl.cpp33 void SpanModelImpl::SetFont(const Font& value) {} in SetFont() argument
35 void SpanModelImpl::SetFontSize(const Dimension& value) in SetFontSize() argument
50 void SpanModelImpl::SetTextColor(const Color& value) in SetTextColor() argument
63 void SpanModelImpl::SetItalicFontStyle(Ace::FontStyle value) in SetItalicFontStyle() argument
77 void SpanModelImpl::SetFontWeight(Ace::FontWeight value) in SetFontWeight() argument
92 void SpanModelImpl::SetFontFamily(const std::vector<std::string>& value) in SetFontFamily() argument
107 SetTextDecoration(Ace::TextDecoration value) SetTextDecoration() argument
116 SetTextDecorationColor(const Color& value) SetTextDecorationColor() argument
125 SetTextDecorationStyle(Ace::TextDecorationStyle value) SetTextDecorationStyle() argument
134 SetTextCase(Ace::TextCase value) SetTextCase() argument
148 SetLetterSpacing(const Dimension& value) SetLetterSpacing() argument
163 SetBaselineOffset(const Dimension& value) SetBaselineOffset() argument
179 SetLineHeight(const Dimension& value) SetLineHeight() argument
[all...]
H A Drating_model_impl.cpp62 void RatingModelImpl::SetRatingScore(double value) in SetRatingScore() argument
69 void RatingModelImpl::SetIndicator(bool value) in SetIndicator() argument
76 void RatingModelImpl::SetStars(int32_t value) in SetStars() argument
83 void RatingModelImpl::SetStepSize(double value) in SetStepSize() argument
90 void RatingModelImpl::SetForegroundSrc(const std::string& value, bool flag) in SetForegroundSrc() argument
97 SetSecondarySrc(const std::string& value, bool flag) SetSecondarySrc() argument
104 SetBackgroundSrc(const std::string& value, bool flag) SetBackgroundSrc() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Devaluator.h81 double ConvertGammaToLinear(uint8_t value) in ConvertGammaToLinear() argument
93 uint8_t ConvertLinearToGamma(double value) in ConvertLinearToGamma() argument
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Ddistributed_ui_test_ng.cpp473 std::unique_ptr<SerializeableObject> value = std::make_unique<JsonValue>(); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/progress/
H A Dprogress_modifier_test_ng.cpp634 float value = 50.0f; in HWTEST_F() local
978 float value = 50.0f; HWTEST_F() local
1522 float value = 50.0f; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/mock/core/animation/
H A Dmock_animation_manager.h32 static void Enable(bool value) in Enable() argument
/foundation/arkui/ace_engine/test/unittest/bridge/common/utils/
H A Dutils_test.cpp140 std::string value = ""; in HWTEST_F() local
193 std::string value = ""; HWTEST_F() local
219 std::string value = ""; HWTEST_F() local
245 std::string value = ""; HWTEST_F() local
282 std::string value = ""; HWTEST_F() local
313 std::string value = ""; HWTEST_F() local
347 std::string value = "aaa(int a,int b)"; HWTEST_F() local
364 std::string value = "bbb"; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dbar_item_test_ng.cpp159 std::string value = EMPTY_STRING; in HWTEST_F() local
176 std::string value = EMPTY_STRING; in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_span_test.cpp96 void RichEditorSpanTest::ConstructSpans(RefPtr<RichEditorPattern> pattern, T value, Args... args) in ConstructSpans() argument
/foundation/arkui/ace_engine/test/unittest/base/
H A Dnode_object_test.cpp100 size_t value = 5; in HWTEST_F() local
133 const std::unique_ptr<NodeObject> value = nullptr; in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dborder_property.cpp112 bool BorderWidthPropertyT<Dimension>::UpdateWithCheck(const BorderWidthPropertyT& value) in UpdateWithCheck() argument
190 UpdateWithCheck(const BorderRadiusPropertyT<Dimension>& value) UpdateWithCheck() argument
[all...]
H A Dcalc_length.h53 explicit CalcLength(const std::string& value) : calcValue_(value) in CalcLength() argument
59 explicit CalcLength(double value, DimensionUnit unit = DimensionUnit::PX) : dimension_(value, unit) {}; in CalcLength() argument
73 void SetCalcValue(const std::string& value) in SetCalcValue() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_filter.cpp106 bool SvgFilter::ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) in ParseAndSetSpecializedAttr() argument
H A Dsvg_gradient.cpp44 void SvgGradient::SetAttr(const std::string& name, const std::string& value) in SetAttr() argument

Completed in 15 milliseconds

1...<<151152153154155156157158159160>>...873