Searched refs:InflateComponent (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | element.cpp | 210 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 D | element.h | 54 …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 D | foreach_element.cpp | 157 InflateComponent(*newCompsIter, slot, renderSlot); in LocalizedUpdate()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/ |
H A D | select_element.cpp | 226 InflateComponent(dataComponent_, DEFAULT_ELEMENT_SLOT, DEFAULT_RENDER_SLOT); in FlushRefresh()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | inspector_composed_element.cpp | 1434 …auto newChild = rootElement->InflateComponent(newComponent, child->GetSlot(), child->GetRenderSlot… in UpdateChildWithSlot()
|