Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.cpp780 void OverlayManager::FireAutoSave(const RefPtr<FrameNode>& ContainerNode) in FireAutoSave() argument
783 CHECK_NULL_VOID(ContainerNode); in FireAutoSave()
784 if (!ContainerNode->NeedRequestAutoSave()) { in FireAutoSave()
791 const auto& nodeTag = ContainerNode->GetTag(); in FireAutoSave()
794 auto layoutProperty = ContainerNode->GetLayoutProperty<SheetPresentationProperty>(); in FireAutoSave()
798 auto pattern = ContainerNode->GetPattern<SheetPresentationPattern>(); in FireAutoSave()
807 container->RequestAutoSave(ContainerNode, nullptr, nullptr, true, currentId); in FireAutoSave()
H A Doverlay_manager.h168 void FireAutoSave(const RefPtr<FrameNode>& ContainerNode);