Home
last modified time | relevance | path

Searched refs:ForEachComponent (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/foreach/
H A Dfor_each_component.h24 class ACE_EXPORT ForEachComponent : public MultiComposedComponent {
25 DECLARE_ACE_TYPE(ForEachComponent, MultiComposedComponent);
28ForEachComponent(const ComposeId& id, const std::string& name) : MultiComposedComponent(id, name) in ForEachComponent() function
32 ~ForEachComponent() override = default;
H A Dfor_each_component.cpp23 RefPtr<Element> ForEachComponent::CreateElement() in CreateElement()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_part_upd/foreach/
H A Dforeach_component.h24 class ACE_EXPORT ForEachComponent : public MultiComposedComponent {
25 DECLARE_ACE_TYPE(PartUpd::ForEachComponent, MultiComposedComponent);
28ForEachComponent(const ComposeId& id, const std::string& name) : MultiComposedComponent(id, name) … in ForEachComponent() function
29 ~ForEachComponent() override = default;
H A Dforeach_element.cpp28 return AceType::InstanceOf<PartUpd::ForEachComponent>(newComponent); in CanUpdate()
99 …RefPtr<PartUpd::ForEachComponent> newFEComp = AceType::DynamicCast<PartUpd::ForEachComponent>(comp… in Update()
114 …RefPtr<PartUpd::ForEachComponent> newFEComp = AceType::DynamicCast<PartUpd::ForEachComponent>(comp… in LocalizedUpdate()
H A Dforeach_component.cpp22 RefPtr<Element> ForEachComponent::CreateElement() in CreateElement()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/foreach/
H A Dlazy_foreach_component.h52 class ACE_EXPORT LazyForEachComponent : public V1::ForEachComponent {
53 DECLARE_ACE_TYPE(V2::LazyForEachComponent, V1::ForEachComponent);
56 … explicit LazyForEachComponent(const std::string& id) : V1::ForEachComponent(id, "LazyForEach") {} in LazyForEachComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dfor_each_model_impl.cpp44 viewStack->Push(AceType::MakeRefPtr<ForEachComponent>(viewId, "ForEach")); in Create()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/common/
H A Delement_proxy.cpp1098 auto forEachComponent = AceType::DynamicCast<ForEachComponent>(component); in Update()
1192 … auto forEachComponent = AceType::DynamicCast<OHOS::Ace::PartUpd::ForEachComponent>(component); in UpdateForPartialUpdate()
1330 … auto forEachComponent = AceType::DynamicCast<OHOS::Ace::PartUpd::ForEachComponent>(newComponent); in LocalizedUpdate()
1530 if (AceType::InstanceOf<ForEachComponent>(component)) { in Create()
1534 if (AceType::InstanceOf<OHOS::Ace::PartUpd::ForEachComponent>(component)) { in Create()