Home
last modified time | relevance | path

Searched defs:value (Results 3226 - 3250 of 12630) sorted by relevance

1...<<121122123124125126127128129130>>...506

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_dynamic_component.cpp80 panda::Local<JsiValue> value = jsWorker.Get().GetLocalHandle(); in Create() local
124 CalcDimension value; in Width() local
138 CalcDimension value; in Height() local
[all...]
H A Djs_nav_path_stack.cpp85 JSRef<JSVal> value = JsConverter::ConvertNapiValueToJsVal(obj); in CreateNewNavPathStackJSObject() local
H A Djs_row.cpp49 CalcDimension value; in Create() local
73 void JSRow::SetAlignItems(int32_t value) in SetAlignItems() argument
85 void JSRow::SetJustifyContent(int32_t value) in SetJustifyContent() argument
144 auto value = args[0]->ToNumber<int32_t>(); ConstructorCallback() local
[all...]
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/core/animation/
H A Dspring_motion.cpp54 bool SpringMotion::IsCompleted(double value, double velocity) const in IsCompleted() argument
H A Danimation_util.h68 T ParseThemeReference(const std::string& value, std::function<T()>&& noRefFunc, in ParseThemeReference() argument
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/adapter/preview/external/ability/stage/
H A Dstage_pkg_context_info.cpp62 bool value = item1->GetBool(); in AliasMap() local
/foundation/arkui/ace_engine/frameworks/base/json/
H A Dnode_object.cpp128 bool NodeObject::Put(const char* key, const char* value) in Put() argument
139 bool NodeObject::Put(const char* key, size_t value) in Put() argument
146 uobject_->AddItemToObject(std::string(key), value); in Put() local
150 bool NodeObject::Put(const char* key, int32_t value) in Put() argument
157 uobject_->AddItemToObject(std::string(key), value); in Put() local
161 bool NodeObject::Put(const char* key, int64_t value) in Put() argument
168 uobject_->AddItemToObject(std::string(key), value); in Put() local
172 bool NodeObject::Put(const char* key, double value) in Put() argument
179 uobject_->AddItemToObject(std::string(key), value); Put() local
183 Put(const char* key, bool value) Put() argument
190 uobject_->AddItemToObject(std::string(key), value); Put() local
194 Put(const char* key, const std::unique_ptr<JsonValue>& value) Put() argument
205 Put(const char* key, const std::unique_ptr<NodeObject>& value) Put() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H A Djsi_context_module.cpp99 void JsiContextModule::AddContext(int32_t key, const std::shared_ptr<JsValue>& value) in AddContext() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtimepicker_model_impl.cpp38 void TimePickerModelImpl::SetSelectedTime(const PickerTime& value) in SetSelectedTime() argument
H A Dtext_timer_model_impl.cpp57 void TextTimerModelImpl::SetFontSize(const Dimension& value) in SetFontSize() argument
67 void TextTimerModelImpl::SetTextColor(const Color& value) in SetTextColor() argument
77 void TextTimerModelImpl::SetItalicFontStyle(Ace::FontStyle value) in SetItalicFontStyle() argument
87 void TextTimerModelImpl::SetFontWeight(FontWeight value) in SetFontWeight() argument
97 void TextTimerModelImpl::SetFontFamily(const std::vector<std::string>& value) in SetFontFamily() argument
[all...]
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/components/box/
H A Drender_box_base.cpp47 bool RenderBoxBase::IsSizeValid(const Dimension& value, double maxLimit) in IsSizeValid() argument
72 std::string value = dimension.CalcValue(); in ConvertMarginToPx() local
111 std::string value = dimension.CalcValue(); in ConvertDimensionToPx() local
[all...]
/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

Completed in 13 milliseconds

1...<<121122123124125126127128129130>>...506