Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_subwindow.h59 …MOCK_METHOD2(ShowDialogNGWithNode, RefPtr<NG::FrameNode>(const DialogProperties&, const RefPtr<NG:…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Dcustom_dialog_controller_model_ng.cpp102 … dialog = SubwindowManager::GetInstance()->ShowDialogNGWithNode(dialogProperties, customNode); in SetOpenDialogWithNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/subwindow/
H A Dsubwindow.h75 virtual RefPtr<NG::FrameNode> ShowDialogNGWithNode(
H A Dsubwindow_manager.h91 RefPtr<NG::FrameNode> ShowDialogNGWithNode(const DialogProperties& dialogProps,
H A Dsubwindow_manager.cpp545 RefPtr<NG::FrameNode> SubwindowManager::ShowDialogNGWithNode(const DialogProperties& dialogProps, in ShowDialogNGWithNode() function in OHOS::Ace::SubwindowManager
559 return subwindow->ShowDialogNGWithNode(dialogProps, customNode); in ShowDialogNGWithNode()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.h86 RefPtr<NG::FrameNode> ShowDialogNGWithNode(const DialogProperties& dialogProps,
H A Dsubwindow_ohos.cpp1018 RefPtr<NG::FrameNode> SubwindowOhos::ShowDialogNGWithNode( in ShowDialogNGWithNode() function in OHOS::Ace::SubwindowOhos