| /foundation/arkui/ace_engine/frameworks/core/components/badge/ |
| H A D | render_badge.cpp | 64 void RenderBadge::Update(const RefPtr<Component>& component) in Update() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
| H A D | dom_stepper_item.cpp | 173 RefPtr<Component> component = scroll; in CompositeSpecializedComponent() local
|
| H A D | dom_tool_bar_item.cpp | 247 const RefPtr<Component> DOMToolBarItem::SetPadding(const RefPtr<Component>& component, Edge&& edge) in SetPadding() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
| H A D | picker_model_impl.cpp | 100 RefPtr<Component> component; in SetDatePickerDialogShow() local
|
| H A D | tabs_model_impl.cpp | 55 auto component = AceType::DynamicCast<V2::TabsComponent>(ViewStackProcessor::GetInstance()->GetMainComponent()); in SetIndex() local 64 auto component = AceType::DynamicCast<V2::TabsComponent>(ViewStackProcessor::GetInstance()->GetMainComponent()); in SetTabBarPosition() local 73 auto component = AceType::DynamicCast<V2::TabsComponent>(ViewStackProcessor::GetInstance()->GetMainComponent()); in SetTabBarMode() local 82 auto component in SetTabBarWidth() local 93 auto component = AceType::DynamicCast<V2::TabsComponent>(ViewStackProcessor::GetInstance()->GetMainComponent()); SetTabBarHeight() local 123 auto component = AceType::DynamicCast<V2::TabsComponent>(ViewStackProcessor::GetInstance()->GetMainComponent()); SetScrollable() local 132 auto component = AceType::DynamicCast<V2::TabsComponent>(ViewStackProcessor::GetInstance()->GetMainComponent()); SetAnimationDuration() local 141 auto component = AceType::DynamicCast<V2::TabsComponent>(ViewStackProcessor::GetInstance()->GetMainComponent()); SetOnChange() local [all...] |
| H A D | marquee_model_impl.cpp | 39 auto component = GetComponent(); in SetValue() local 46 auto component = GetComponent(); in SetPlayerStatus() local 53 auto component = GetComponent(); in SetScrollAmount() local 60 auto component in SetLoop() local 67 auto component = GetComponent(); SetDirection() local 74 auto component = GetComponent(); SetTextColor() local 87 auto component = GetComponent(); SetFontSize() local 100 auto component = GetComponent(); SetFontWeight() local 109 auto component = GetComponent(); SetFontFamily() local 120 auto component = GetComponent(); SetAllowScale() local 129 auto component = GetComponent(); SetOnStart() local 136 auto component = GetComponent(); SetOnBounce() local 143 auto component = GetComponent(); SetOnFinish() local 154 auto component = AceType::DynamicCast<MarqueeComponent>(stack->GetMainComponent()); GetComponent() local [all...] |
| H A D | calendar_model_impl.cpp | 40 auto component = GetComponent(); in SetOffDays() local 47 auto component = GetComponent(); in SetShowHoliday() local 54 auto component = GetComponent(); in SetShowLunar() local 61 auto component in SetStartOfWeek() local 72 auto component = GetComponent(); SetNeedSlide() local 79 auto component = GetComponent(); SetSelectedChangeEvent() local 87 auto component = GetComponent(); SetOnRequestDataEvent() local 95 auto component = GetComponent(); SetDirection() local 107 auto component = GetComponent(); SetCurrentDayStyle() local 212 auto component = GetComponent(); SetNonCurrentDayStyle() local 237 auto component = GetComponent(); SetTodayStyle() local 262 auto component = GetComponent(); SetWeekStyle() local 298 auto component = GetComponent(); SetWorkStateStyle() local 338 auto component = AceType::DynamicCast<CalendarComponentV2>(stack->GetMainComponent()); GetComponent() local [all...] |
| H A D | patternlock_model_impl.cpp | 125 auto component = in SetStrokeWidth() local
|
| H A D | radio_model_impl.cpp | 116 auto component = AceType::DynamicCast<CheckableComponent>(ViewStackProcessor::GetInstance()->GetMainComponent()); in SetOnClickEvent() local 126 auto component = ViewStackProcessor::GetInstance()->GetMainComponent(); in SetResponseRegion() local
|
| H A D | toggle_model_impl.cpp | 26 RefPtr<Component> component; in Create() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_piece.cpp | 43 auto component = AceType::MakeRefPtr<PieceComponent>(); in Create() local 97 auto component = AceType::DynamicCast<PieceComponent>(stack->GetMainComponent()); in SetShowDelete() local 141 auto component = AceType::DynamicCast<PieceComponent>(stack->GetMainComponent()); SetTextColor() local 157 auto component = AceType::DynamicCast<PieceComponent>(stack->GetMainComponent()); SetFontSize() local 169 auto component = AceType::DynamicCast<PieceComponent>(stack->GetMainComponent()); SetFontStyle() local 183 auto component = AceType::DynamicCast<PieceComponent>(stack->GetMainComponent()); SetFontWeight() local 200 auto component = AceType::DynamicCast<PieceComponent>(stack->GetMainComponent()); SetFontFamily() local 216 auto component = AceType::DynamicCast<PieceComponent>(stack->GetMainComponent()); SetIconPosition() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/checkable/ |
| H A D | render_checkbox.cpp | 36 void RenderCheckbox::Update(const RefPtr<Component>& component) in Update() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/arc/ |
| H A D | render_arc.cpp | 64 void RenderArc::Update(const RefPtr<Component>& component) in Update() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/ |
| H A D | dom_textfield_util.cpp | 34 InitDefaultValue(const RefPtr<BoxComponent>& boxComponent, const RefPtr<TextFieldComponent>& component, const RefPtr<TextFieldTheme>& theme) InitDefaultValue() argument 94 SetDisableStyle(const RefPtr<TextFieldComponent>& component, const RefPtr<TextFieldTheme>& theme) SetDisableStyle() argument 106 InitController(const RefPtr<TextFieldComponent>& component) InitController() argument 118 RefPtr<TextFieldComponent> component = AceType::MakeRefPtr<TextFieldComponent>(); CreateComponentAndSetChildAttr() local 133 SetChildAttr(const RefPtr<TextFieldComponent>& component, const RefPtr<BoxComponent>& boxComponent, const std::string& type, const std::map<std::string, std::string>& attrs) SetChildAttr() argument 205 SetChildStyle(const RefPtr<BoxComponent>& boxComponent, const RefPtr<TextFieldComponent>& component, const std::map<std::string, std::string>& styles, const Border& boxBorder, const DOMInput& node) SetChildStyle() argument 328 UpdateDecorationStyle(const RefPtr<BoxComponent>& boxComponent, const RefPtr<TextFieldComponent>& component, const Border& boxBorder, bool hasBoxRadius) UpdateDecorationStyle() argument 373 AddChildEvent(const RefPtr<TextFieldComponent>& component, int32_t pageId, const std::string& nodeId, const std::vector<std::string>& events) AddChildEvent() argument [all...] |
| H A D | dom_button_util.cpp | 59 RefPtr<ButtonComponent> component = AceType::MakeRefPtr<ButtonComponent>(buttonChildren); in CreateComponentAndSetChildAttr() local 29 InitDefaultValue( const RefPtr<ButtonComponent>& component, const RefPtr<TextComponent>& textChild, const RefPtr<ButtonTheme>& theme) InitDefaultValue() argument 102 SetChildAttr(const RefPtr<ButtonComponent>& component, const std::map<std::string, std::string>& attrs, const RefPtr<ButtonTheme>& theme) SetChildAttr() argument 134 SetChildStyle(const RefPtr<BoxComponent>& boxComponent, const RefPtr<ButtonComponent>& component, const std::map<std::string, std::string>& styles, DOMInput& node) SetChildStyle() argument 249 AddChildEvent(const RefPtr<ButtonComponent>& component, int32_t pageId, const std::string& nodeId, const std::vector<std::string>& events) AddChildEvent() argument [all...] |
| H A D | dom_radio_util.cpp | 50 void DOMRadioUtil::InitDefaultValue(const RefPtr<RadioComponent<std::string>>& component) {} in InitDefaultValue() argument 57 RefPtr<RadioComponent<std::string>> component = AceType::MakeRefPtr<RadioComponent<std::string>>(theme); in CreateComponentAndSetChildAttr() local 95 void DOMRadioUtil::SetChildAttr(const DOMInput& node, const RefPtr<RadioComponent<std::string>>& component, in SetChildAttr() argument 121 SetChildStyle(const RefPtr<BoxComponent>& boxComponent, const RefPtr<RadioComponent<std::string>>& component, const std::map<std::string, std::string>& styles) SetChildStyle() argument 140 AddChildEvent(const RefPtr<RadioComponent<std::string>>& component, int32_t pageId, const std::string& nodeId, const std::vector<std::string>& events) AddChildEvent() argument 161 RemoveRadioComponent(const DOMInput& node, const RefPtr<RadioComponent<std::string>>& component) RemoveRadioComponent() argument 180 CheckRadioGroup( const DOMInput& node, const RefPtr<RadioComponent<std::string>>& component, const std::string& name) CheckRadioGroup() argument [all...] |
| /foundation/arkui/ace_engine/adapter/ohos/entrance/ |
| H A D | form_module_preloader.cpp | 139 auto component = item->GetArrayItem(index); in ParseComponentCollectionJson() local
|
| /foundation/arkui/ace_engine/test/unittest/core/gestures/ |
| H A D | recognizer_group_test_ng.cpp | 67 auto component = AceType::MakeRefPtr<TargetComponent>(); in HWTEST_F() local 217 auto component = AceType::MakeRefPtr<TargetComponent>(); in HWTEST_F() local
|
| /foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
| H A D | render_element.cpp | 144 auto component = component_; in UpdateAccessibilityNode() local
|
| H A D | composed_element.cpp | 64 auto component = HasRenderFunction() ? CallRenderFunction(component_) : BuildChild(); in PerformBuild() local 187 auto component = AceType::DynamicCast<ComposedComponent>(newComponent); in NeedUpdateWithComponent() local
|
| H A D | composed_element.h | 69 RefPtr<Component> CallRenderFunction(const RefPtr<Component>& component) in CallRenderFunction() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_v2/grid/ |
| H A D | grid_element.cpp | 67 auto component = AceType::DynamicCast<GridLayoutComponent>(component_); in PerformBuild() local 104 auto component = GetComponentByIndex(index); in GetItemSpanByIndex() local 171 RefPtr<Element> GridElement::OnUpdateElement(const RefPtr<Element>& element, const RefPtr<Component>& component) in OnUpdateElement() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
| H A D | list_item_component.h | 70 void SetSwiperStartComponent(RefPtr<Component> component) in SetSwiperStartComponent() argument 80 void SetSwiperEndComponent(RefPtr<Component> component) in SetSwiperEndComponent() argument 101 void MoveDeepRenderFunc(RefPtr<ListItemComponent>& component) in MoveDeepRenderFunc() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/ |
| H A D | render_indexer_item.cpp | 31 void RenderIndexerItem::Update(const RefPtr<Component>& component) in Update() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/ |
| H A D | water_flow_component.cpp | 131 void WaterFlowComponent::SetFooterComponent(RefPtr<Component> component) in SetFooterComponent() argument
|