Home
last modified time | relevance | path

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

/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 in OHOS::Ace::PopupController
H A Dpopup_element_v2.cpp96 if (hasShown_ && CancelPopup(showId_)) { in HandleDeclarativePerformBuild()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_popup.cpp162 controller->CancelPopup(); in CallSpecializedMethod()
/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_subwindow.h53 MOCK_METHOD1(CancelPopup, bool(const std::string& id));
/foundation/arkui/ace_engine/frameworks/base/subwindow/
H A Dsubwindow.h70 virtual bool CancelPopup(const std::string& id) = 0;
H A Dsubwindow_manager.h81 bool CancelPopup(const std::string& id);
H A Dsubwindow_manager.cpp438 bool SubwindowManager::CancelPopup(const std::string& id) in CancelPopup() function in OHOS::Ace::SubwindowManager
443 return subwindow->CancelPopup(id); in CancelPopup()
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.h81 bool CancelPopup(const std::string& id) override;
H A Dsubwindow_ohos.cpp431 bool SubwindowOhos::CancelPopup(const std::string& id) in CancelPopup() function in SubwindowOhos
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_composed_element.cpp178 popupComponent->GetPopupController()->CancelPopup(); in ~InspectorComposedElement()

Completed in 20 milliseconds