Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp3574 …auto containerModalElement = AceType::DynamicCast<ContainerModalElement>(rootElement_->GetFirstChi… in SetAppTitle() local
3575 CHECK_NULL_VOID(containerModalElement); in SetAppTitle()
3576 containerModalElement->SetAppTitle(title); in SetAppTitle()
3582 …auto containerModalElement = AceType::DynamicCast<ContainerModalElement>(rootElement_->GetFirstChi… in SetAppIcon() local
3583 CHECK_NULL_VOID(containerModalElement); in SetAppIcon()
3584 containerModalElement->SetAppIcon(icon); in SetAppIcon()