Home
last modified time | relevance | path

Searched refs:updateComponent (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dsole_child_element.cpp48 auto updateComponent = mainComponent; in LocalizedUpdateWithItemComponent() local
51 updateElement->SetNewComponent(updateComponent); in LocalizedUpdateWithItemComponent()
56 auto sc = AceType::DynamicCast<SingleChild>(updateComponent); in LocalizedUpdateWithItemComponent()
60 updateComponent = sc->GetChild(); in LocalizedUpdateWithItemComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/common/
H A Delement_proxy.cpp141 auto updateComponent = newListItemComponent; in LocalizedUpdate() local
144 updateElement->SetNewComponent(updateComponent); in LocalizedUpdate()
149 auto singleChild = AceType::DynamicCast<SingleChild>(updateComponent); in LocalizedUpdate()
153 updateComponent = singleChild->GetChild(); in LocalizedUpdate()