Searched refs:onAlertImpl_ (Results 1 – 2 of 2) sorted by relevance
58 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
665 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