/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_dynamic_component.cpp | 80 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 D | js_nav_path_stack.cpp | 85 JSRef<JSVal> value = JsConverter::ConvertNapiValueToJsVal(obj); in CreateNewNavPathStackJSObject() local
|
H A D | js_row.cpp | 49 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 D | js_environment.cpp | 57 std::string value; in GetAccessibilityEnabled() local 117 auto value = isRTL ? 0 : 1; in GetLayoutDirection() local
|
H A D | js_linear_indicator_controller.cpp | 61 float value = .0f; in SetProgress() local
|
H A D | js_persistent.cpp | 70 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 D | spring_motion.cpp | 54 bool SpringMotion::IsCompleted(double value, double velocity) const in IsCompleted() argument
|
H A D | animation_util.h | 68 T ParseThemeReference(const std::string& value, std::function<T()>&& noRefFunc, in ParseThemeReference() argument
|
H A D | evaluator.h | 81 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 D | stage_pkg_context_info.cpp | 62 bool value = item1->GetBool(); in AliasMap() local
|
/foundation/arkui/ace_engine/frameworks/base/json/ |
H A D | node_object.cpp | 128 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 D | jsi_context_module.cpp | 99 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 D | timepicker_model_impl.cpp | 38 void TimePickerModelImpl::SetSelectedTime(const PickerTime& value) in SetSelectedTime() argument
|
H A D | text_timer_model_impl.cpp | 57 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 D | span_model_impl.cpp | 33 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 D | rating_model_impl.cpp | 62 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 D | render_box_base.cpp | 47 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 D | ace_application_info.cpp | 25 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 D | cj_marquee_ffi.cpp | 40 void FfiOHOSAceFrameworkMarqueeSetAllowScale(bool value) in FfiOHOSAceFrameworkMarqueeSetAllowScale() argument 50 void FfiOHOSAceFrameworkMarqueeSetFontSize(double value, int32_t unit) in FfiOHOSAceFrameworkMarqueeSetFontSize() argument
|
H A D | cj_pattern_lock.cpp | 66 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 D | cj_page_transition_ffi.cpp | 65 void FfiPageTransitionSetOpacity(double value) in FfiPageTransitionSetOpacity() argument
|
H A D | cj_collection_ffi.cpp | 61 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 D | cj_checkbox_group_ffi.cpp | 59 void FfiOHOSAceFrameworkCheckBoxGroupSelectAll(bool value) in FfiOHOSAceFrameworkCheckBoxGroupSelectAll() argument 117 void FfiCheckBoxGroupSetResponseRegion(CJResponseRegion value) in FfiCheckBoxGroupSetResponseRegion() argument [all...] |
H A D | cj_image_span_ffi.cpp | 96 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 D | arkts_native_divider_bridge.cpp | 111 bool value = verticalArg->ToBoolean(vm)->Value(); in SetVertical() local
|