| /foundation/arkui/ace_engine/frameworks/core/components/select/ |
| H A D | render_select.h | 47 void SetFocusCallback(const std::function<void()>& value) in SetFocusCallback() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/svg/ |
| H A D | render_svg_circle.cpp | 77 bool RenderSvgCircle::SetProperty(const std::string& attrName, const Dimension& value) in SetProperty() argument
|
| H A D | render_svg_rect.cpp | 73 bool RenderSvgRect::SetProperty(const std::string& attrName, const Dimension& value) in SetProperty() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/text/ |
| H A D | text_utils.h | 35 inline CharType GetCharType(const std::wstring& value, int32_t position) in GetCharType() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
| H A D | edge.cpp | 21 double GetValueInPx(const Dimension& value, double dipScale) in GetValueInPx() argument 34 bool Edge::FromString(const std::string& value, Edge& edge) in FromString() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/svg/parse/ |
| H A D | svg_line.cpp | 32 void SvgLine::SetAttr(const std::string& name, const std::string& value) in SetAttr() argument
|
| H A D | svg_mask.cpp | 32 void SvgMask::SetAttr(const std::string& name, const std::string& value) in SetAttr() argument
|
| H A D | svg_filter.cpp | 32 void SvgFilter::SetAttr(const std::string& name, const std::string& value) in SetAttr() argument
|
| H A D | svg_pattern.cpp | 32 void SvgPattern::SetAttr(const std::string& name, const std::string& value) in SetAttr() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_layout/ |
| H A D | column_model_ng.cpp | 92 FlexAlign value = FlexAlign::AUTO; in GetJustifyContent() local 99 FlexAlign value = FlexAlign::CENTER; in GetAlignItems() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
| H A D | datepicker_row_layout_property.h | 42 auto value = MakeRefPtr<DataPickerRowLayoutProperty>(); variable [all...] |
| H A D | toss_animation_controller.h | 33 void SetColumn(const WeakPtr<DatePickerColumnPattern>& value) in SetColumn() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
| H A D | button_layout_property.h | 43 auto value = MakeRefPtr<ButtonLayoutProperty>(); variable [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_camera.cpp | 59 void JSCamera::JsDevicePosition(int32_t value) in JsDevicePosition() argument
|
| H A D | js_qrcode.cpp | 55 void JSQRCode::Create(const std::string& value) in Create() argument
|
| /foundation/arkui/ace_engine/frameworks/core/animation/ |
| H A D | property_animatable_helper.h | 41 bool Set(double value, Border* border) const in Set() argument 57 bool Set(Color value, Border* border) const in Set() argument 68 bool Set(BorderStyle value, Border* border) const in Set() argument 97 Set(double value, Border* border) const Set() argument 128 Set(const AnimatableDimension& value, Edge* edge) const Set() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| H A D | cj_progress_ffi.cpp | 34 void FfiOHOSAceFrameworkProgressCreate(double value, double total, int32_t type) in FfiOHOSAceFrameworkProgressCreate() argument 51 void FfiOHOSAceFrameworkProgressSetValue(double value) in FfiOHOSAceFrameworkProgressSetValue() argument
|
| H A D | cj_pixel_unit_convert_ffi.cpp | 23 double FfiOHOSAceFrameworkVp2Px(double value) in FfiOHOSAceFrameworkVp2Px() argument 33 double FfiOHOSAceFrameworkPx2Vp(double value) in FfiOHOSAceFrameworkPx2Vp() argument 63 double FfiOHOSAceFrameworkFp2Px(double value) in FfiOHOSAceFrameworkFp2Px() argument 68 double FfiOHOSAceFrameworkPx2Fp(double value) in FfiOHOSAceFrameworkPx2Fp() argument 94 double FfiOHOSAceFrameworkLpx2Px(double value) in FfiOHOSAceFrameworkLpx2Px() argument 100 FfiOHOSAceFrameworkPx2Lpx(double value) FfiOHOSAceFrameworkPx2Lpx() argument [all...] |
| H A D | cj_list_item_ffi.cpp | 45 void FfiOHOSAceFrameworkListItemSetSticky(int32_t value) in FfiOHOSAceFrameworkListItemSetSticky() argument 56 uint32_t value = flag ? V2::EditMode::DELETABLE : V2::EditMode::SHAM; in FfiOHOSAceFrameworkListItemSetEditable() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/state_manage/ |
| H A D | cj_persistent_storage_ffi.cpp | 39 void SetValueToStorage(std::string key, std::string value) in SetValueToStorage() argument 70 void FfiOHOSAceFrameworkPersistentSetString(const char* key, const char* value, NotifyCallbackString callback) in FfiOHOSAceFrameworkPersistentSetString() argument 100 FfiOHOSAceFrameworkPersistentSetInt64(const char* key, int64_t value, NotifyCallbackInt64 callback) FfiOHOSAceFrameworkPersistentSetInt64() argument 131 FfiOHOSAceFrameworkPersistentSetFloat64(const char* key, double value, NotifyCallbackFloat64 callback) FfiOHOSAceFrameworkPersistentSetFloat64() argument 162 FfiOHOSAceFrameworkPersistentSetBool(const char* key, bool value, NotifyCallbackBool callback) FfiOHOSAceFrameworkPersistentSetBool() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| H A D | arkts_native_qrcode_bridge.cpp | 105 Local<JSValueRef> value = runtimeCallInfo->GetCallArgRef(1); in SetQRValue() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
| H A D | text_clock_model_impl.cpp | 51 void TextClockModelImpl::SetFontSize(const Dimension& value) in SetFontSize() argument 61 void TextClockModelImpl::SetTextColor(const Color& value) in SetTextColor() argument 71 void TextClockModelImpl::SetItalicFontStyle(Ace::FontStyle value) in SetItalicFontStyle() argument 81 void TextClockModelImpl::SetFontWeight(FontWeight value) in SetFontWeight() argument 91 void TextClockModelImpl::SetFontFamily(const std::vector<std::string>& value) in SetFontFamily() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
| H A D | js_frontend.h | 154 void SetNeedDebugBreakPoint(bool value) in SetNeedDebugBreakPoint() argument 161 void SetDebugVersion(bool value) in SetDebugVersion() argument
|
| /foundation/arkui/ace_engine/frameworks/core/common/ |
| H A D | ace_application_info.cpp | 71 auto value = (res.size() == 2) ? res[1] : ""; in GetUnicodeSetting() local
|
| /foundation/arkui/ace_engine/adapter/ohos/entrance/ui_session/ |
| H A D | ui_session_json_util.cpp | 44 bool InspectorJsonValue::Put(const char* key, const char* value) in Put() argument 58 bool InspectorJsonValue::Put(const char* key, const std::unique_ptr<InspectorJsonValue>& value) in Put() argument 73 bool InspectorJsonValue::Put(const std::unique_ptr<InspectorJsonValue>& value) in Put() argument 87 bool InspectorJsonValue::Put(const char* key, size_t value) in Put() argument 101 Put(const char* key, int32_t value) Put() argument 115 Put(const char* key, int64_t value) Put() argument 120 Put(const char* key, double value) Put() argument 134 Put(const char* key, bool value) Put() argument 148 Replace(const char* key, const char* value) Replace() argument [all...] |