Home
last modified time | relevance | path

Searched refs:SetUpdateComponent (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/container_modal/
H A Dcontainer_modal_element.cpp456 rowElement->SetUpdateComponent(floatingTitleChildrenRow); in ChangeFloatingTitleIcon()
477 rowElement->SetUpdateComponent(titleChildrenRow); in ChangeTitleIcon()
523 rowElement->SetUpdateComponent(titleChildrenRow); in SetTitleButtonHide()
528 floatingRowElement->SetUpdateComponent(floatingTitleChildrenRow); in SetTitleButtonHide()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Delement.h84 void SetUpdateComponent(const RefPtr<Component>& newComponent);
H A Delement.cpp341 void Element::SetUpdateComponent(const RefPtr<Component>& newComponent) in SetUpdateComponent() function in OHOS::Ace::Element
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp1347 composedElement->SetUpdateComponent(compose); in ScheduleUpdate()