Searched refs:ForEachElement (Results 1 – 8 of 8) sorted by relevance
27 class ACE_EXPORT ForEachElement : public MultiComposedElement {28 DECLARE_ACE_TYPE(ForEachElement, MultiComposedElement);31 explicit ForEachElement(const ComposeId& id) : MultiComposedElement(id) {} in ForEachElement() function32 ~ForEachElement() override = default;
25 return AceType::MakeRefPtr<ForEachElement>(GetId()); in CreateElement()
28 class ACE_EXPORT ForEachElement : public MultiComposedElement {29 DECLARE_ACE_TYPE(PartUpd::ForEachElement, MultiComposedElement);34 explicit ForEachElement(const ComposeId& id) : MultiComposedElement(id) {}; in ForEachElement() function35 ~ForEachElement() override = default;
26 bool ForEachElement::CanUpdate(const RefPtr<Component>& newComponent) in CanUpdate()31 bool ForEachElement::CompareSlots(const RefPtr<Element>& first, const RefPtr<Element>& second) in CompareSlots()38 void ForEachElement::MakeElementByIdMap(const std::list<RefPtr<Element>>& elmts, const std::list<st… in MakeElementByIdMap()65 void ForEachElement::RemoveUnusedChildElementsFromRegistery(const std::list<std::string>& newIds) c… in RemoveUnusedChildElementsFromRegistery()97 void ForEachElement::Update() in Update()110 void ForEachElement::LocalizedUpdate() in LocalizedUpdate()
24 return AceType::MakeRefPtr<PartUpd::ForEachElement>(GetId()); in CreateElement()
26 class LazyForEachElement : public V1::ForEachElement {27 DECLARE_ACE_TYPE(V2::LazyForEachElement, V1::ForEachElement);30 explicit LazyForEachElement(const std::string& id) : V1::ForEachElement(id) {} in LazyForEachElement()
30 ForEachElement::Update(); in Update()39 ForEachElement::SetNewComponent(newComponent); in SetNewComponent()
1663 …auto feElmt = elmt != nullptr ? AceType::DynamicCast<OHOS::Ace::PartUpd::ForEachElement>(elmt) : n… in GetIdArray()