Home
last modified time | relevance | path

Searched defs:newComponents (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dcomponent_group_element.cpp41 const auto& newComponents = componentGroup->GetChildren(); in PerformBuild() local
49 void ComponentGroupElement::UpdateChildren(const std::list<RefPtr<Component>>& newComponents) in UpdateChildren()
79 …ComponentGroupElement::UpdateChildrenForDeclarative(const std::list<RefPtr<Component>>& newCompone… in UpdateChildrenForDeclarative()
H A Dmulti_composed_element.cpp39 void MultiComposedElement::UpdateChildren(const std::list<RefPtr<Component>>& newComponents) in UpdateChildren()
72 void MultiComposedElement::UpdateChildrenForRebuild(const std::list<RefPtr<Component>>& newComponen… in UpdateChildrenForRebuild()