Home
last modified time | relevance | path

Searched refs:CancelPopup (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_element.cpp47 popupElement->CancelPopup(popupElement->GetId()); in PerformBuild()
101 return SubwindowManager::GetInstance()->CancelPopup(id); in CancelPopupInSubWindow()
169 bool PopupElement::CancelPopup(const ComposeId& id) in CancelPopup() function in OHOS::Ace::PopupElement
H A Dpopup_element.h50 bool CancelPopup(const ComposeId& id);
H A Dpopup_component.h49 void CancelPopup() in CancelPopup() function
H A Dpopup_element_v2.cpp96 if (hasShown_ && CancelPopup(showId_)) { in HandleDeclarativePerformBuild()
/ohos5.0/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_subwindow.h53 MOCK_METHOD1(CancelPopup, bool(const std::string& id));
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_popup.cpp162 controller->CancelPopup(); in CallSpecializedMethod()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/subwindow/
H A Dsubwindow.h68 virtual bool CancelPopup(const std::string& id) = 0;
H A Dsubwindow_manager.h85 bool CancelPopup(const std::string& id);
H A Dsubwindow_manager.cpp460 bool SubwindowManager::CancelPopup(const std::string& id) in CancelPopup() function in OHOS::Ace::SubwindowManager
465 return subwindow->CancelPopup(id); in CancelPopup()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.h80 bool CancelPopup(const std::string& id) override;
H A Dsubwindow_ohos.cpp427 bool SubwindowOhos::CancelPopup(const std::string& id) in CancelPopup() function in OHOS::Ace::SubwindowOhos
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_composed_element.cpp190 popupComponent->GetPopupController()->CancelPopup(); in ~InspectorComposedElement()