Home
last modified time | relevance | path

Searched refs:InflateComponent (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Delement.cpp210 auto newChild = InflateComponent(newComponent, slot, renderSlot); in UpdateChildWithSlot()
233 auto newChild = InflateComponent(newComponent, slot, renderSlot); in UpdateChildWithSlot()
377 RefPtr<Element> Element::InflateComponent(const RefPtr<Component>& newComponent, int32_t slot, int3… in InflateComponent() function in OHOS::Ace::Element
H A Delement.h54 …RefPtr<Element> InflateComponent(const RefPtr<Component>& newComponent, int32_t slot, int32_t rend…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_part_upd/foreach/
H A Dforeach_element.cpp157 InflateComponent(*newCompsIter, slot, renderSlot); in LocalizedUpdate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_element.cpp226 InflateComponent(dataComponent_, DEFAULT_ELEMENT_SLOT, DEFAULT_RENDER_SLOT); in FlushRefresh()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_composed_element.cpp1434 …auto newChild = rootElement->InflateComponent(newComponent, child->GetSlot(), child->GetRenderSlot… in UpdateChildWithSlot()