Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_subwindow.h59 MOCK_METHOD2(ShowDialogNGWithNode, RefPtr<NG::FrameNode>(const DialogProperties&, const RefPtr<NG::UINode>&));
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Dcustom_dialog_controller_model_ng.cpp124 dialog = SubwindowManager::GetInstance()->ShowDialogNGWithNode(dialogProperties, customNode); in SetOpenDialogWithNode()
/foundation/arkui/ace_engine/frameworks/base/subwindow/
H A Dsubwindow.h77 virtual RefPtr<NG::FrameNode> ShowDialogNGWithNode(
H A Dsubwindow_manager.h88 RefPtr<NG::FrameNode> ShowDialogNGWithNode(const DialogProperties& dialogProps,
H A Dsubwindow_manager.cpp514 RefPtr<NG::FrameNode> SubwindowManager::ShowDialogNGWithNode(const DialogProperties& dialogProps, in ShowDialogNGWithNode() function in OHOS::Ace::SubwindowManager
524 return subwindow->ShowDialogNGWithNode(dialogProps, customNode); in ShowDialogNGWithNode()
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.h87 RefPtr<NG::FrameNode> ShowDialogNGWithNode(const DialogProperties& dialogProps,
H A Dsubwindow_ohos.cpp1034 RefPtr<NG::FrameNode> SubwindowOhos::ShowDialogNGWithNode( in ShowDialogNGWithNode() function in SubwindowOhos

Completed in 8 milliseconds