Home
last modified time | relevance | path

Searched defs:CloseCustomDialog (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate.h190 virtual void CloseCustomDialog(const int32_t dialogId) {}; in CloseCustomDialog() function
191 …virtual void CloseCustomDialog(const WeakPtr<NG::UINode>& node, std::function<void(int32_t)> &&cal… in CloseCustomDialog() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_frontend_abstract.cpp383 void CJFrontendAbstract::CloseCustomDialog(int32_t id) in CloseCustomDialog() function in OHOS::Ace::CJFrontendAbstract
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/subwindow/
H A Dsubwindow_manager.cpp1010 void SubwindowManager::CloseCustomDialog(const int32_t dialogId) in CloseCustomDialog() function in OHOS::Ace::SubwindowManager
1023 void SubwindowManager::CloseCustomDialog(const WeakPtr<NG::UINode>& node, std::function<void(int32_… in CloseCustomDialog() function in OHOS::Ace::SubwindowManager
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.cpp816 void FrontendDelegateDeclarativeNG::CloseCustomDialog(const int32_t dialogId) in CloseCustomDialog() function in OHOS::Ace::Framework::FrontendDelegateDeclarativeNG
828 void FrontendDelegateDeclarativeNG::CloseCustomDialog(const WeakPtr<NG::UINode>& node, in CloseCustomDialog() function in OHOS::Ace::Framework::FrontendDelegateDeclarativeNG
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp1582 void SubwindowOhos::CloseCustomDialog(const int32_t dialogId) in CloseCustomDialog() function in OHOS::Ace::SubwindowOhos
1596 void SubwindowOhos::CloseCustomDialog(const WeakPtr<NG::UINode>& node, std::function<void(int32_t)>… in CloseCustomDialog() function in OHOS::Ace::SubwindowOhos
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.cpp1867 void FrontendDelegateDeclarative::CloseCustomDialog(const int32_t dialogId) in CloseCustomDialog() function in OHOS::Ace::Framework::FrontendDelegateDeclarative
1879 void FrontendDelegateDeclarative::CloseCustomDialog(const WeakPtr<NG::UINode>& node, in CloseCustomDialog() function in OHOS::Ace::Framework::FrontendDelegateDeclarative
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H A Dprompt_action.cpp2102 void CloseCustomDialog(napi_env env, std::shared_ptr<PromptAsyncContext>& asyncContext, bool useDia… in CloseCustomDialog() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.cpp2591 void OverlayManager::CloseCustomDialog(const int32_t dialogId) in CloseCustomDialog() function in OHOS::Ace::NG::OverlayManager
2625 void OverlayManager::CloseCustomDialog(const WeakPtr<NG::UINode>& node, std::function<void(int32_t)… in CloseCustomDialog() function in OHOS::Ace::NG::OverlayManager