/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate.h | 190 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 D | cj_frontend_abstract.cpp | 383 void CJFrontendAbstract::CloseCustomDialog(int32_t id) in CloseCustomDialog() function in OHOS::Ace::CJFrontendAbstract
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/subwindow/ |
H A D | subwindow_manager.cpp | 1010 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 D | frontend_delegate_declarative_ng.cpp | 816 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 D | subwindow_ohos.cpp | 1582 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 D | frontend_delegate_declarative.cpp | 1867 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 D | prompt_action.cpp | 2102 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 D | overlay_manager.cpp | 2591 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
|