Home
last modified time | relevance | path

Searched defs:singleChild (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_element_v2.cpp47 auto singleChild = AceType::DynamicCast<SingleChild>(rootComponent); in FireFullscreen() local
93 auto singleChild = AceType::DynamicCast<SingleChild>(rootComponent); in FireFullscreen() local
157 auto singleChild = AceType::DynamicCast<SingleChild>(components[idx - 1]); in GetEventComponents() local
223 auto singleChild = AceType::DynamicCast<SingleChild>(videoComponent->GetParent().Upgrade()); in SetNewComponent() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dview_stack_processor.cpp487 auto singleChild = AceType::DynamicCast<SingleChild>(GetMainComponent()); in Pop() local
677 auto singleChild = AceType::DynamicCast<SingleChild>(components[idx - 1]); in WrapComponents() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/common/
H A Delement_proxy.cpp149 auto singleChild = AceType::DynamicCast<SingleChild>(updateComponent); in LocalizedUpdate() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_node.cpp2066 if (auto singleChild = AceType::DynamicCast<SingleChild>(tailComponent)) { in ProcessExternalRSNode() local