Home
last modified time | relevance | path

Searched refs:popupEventHandler_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.cpp345 if (popupEventHandler_) { in NotifyPopupDismiss()
346 popupEventHandler_(); in NotifyPopupDismiss()
H A Dpipeline_base.h488 popupEventHandler_ = std::move(listener); in SetPopupEventHandler()
1614 PopupEventHandler popupEventHandler_; variable