Searched refs:GetDialogNodeWithExistContent (Results 1 – 5 of 5) sorted by relevance
640 RefPtr<FrameNode> GetDialogNodeWithExistContent(const RefPtr<UINode>& node);
2443 RefPtr<FrameNode> OverlayManager::GetDialogNodeWithExistContent(const RefPtr<UINode>& node) in GetDialogNodeWithExistContent() function in OHOS::Ace::NG::OverlayManager2560 if (GetDialogNodeWithExistContent(contentNode)) { in OpenCustomDialog()2638 auto dialogNode = GetDialogNodeWithExistContent(contentNode); in CloseCustomDialog()2666 auto dialogNode = GetDialogNodeWithExistContent(contentNode); in UpdateCustomDialog()
1192 auto dialogNode = overlay->GetDialogNodeWithExistContent(node); in GetSubwindowDialogNodeWithExistContent()
2017 auto dialogNode = overlayManager->GetDialogNodeWithExistContent(contentNode);2089 auto dialogNode = overlayManager->GetDialogNodeWithExistContent(contentNode);
1507 auto dialogNode = overlayManager->GetDialogNodeWithExistContent(contentNode);