Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_event_hub.h58 onAlertImpl_ = std::move(onCommonDialogImpl); in SetOnCommonDialogEvent()
76 if (dialogEventType == DialogEventType::DIALOG_EVENT_ALERT && onAlertImpl_) { in FireOnCommonDialogEvent()
77 return onAlertImpl_(info); in FireOnCommonDialogEvent()
184 std::function<bool(const std::shared_ptr<BaseEventInfo>& info)> onAlertImpl_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h665 if (dialogEventType == DialogEventType::DIALOG_EVENT_ALERT && onAlertImpl_) { in OnCommonDialog()
666 return onAlertImpl_(info); in OnCommonDialog()
687 onAlertImpl_ = std::move(onCommonDialogImpl); in SetOnCommonDialogImpl()
1133 OnCommonDialogImpl onAlertImpl_; variable