Home
last modified time | relevance | path

Searched refs:actionEventHandler_ (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/advanced_ui_component/navpushpathhelper/include/
H A Dsilent_install_callback.h131 if (!actionEventHandler_) {
132 TAG_LOGE(OHOS::Ace::AceLogTag::ACE_DEFAULT_DOMAIN, "actionEventHandler_ is null.");
135 actionEventHandler_();
158 actionEventHandler_ = listener; in SetActionEventHandler()
166 std::function<void()> actionEventHandler_; member in OHOS::NavPushPathHelper::AtomicServiceStatusCallback
/foundation/arkui/advanced_ui_component/navpushpathhelper/include/
H A Dsilent_install_callback.h131 if (!actionEventHandler_) {
132 TAG_LOGE(OHOS::Ace::AceLogTag::ACE_DEFAULT_DOMAIN, "actionEventHandler_ is null.");
135 actionEventHandler_();
158 actionEventHandler_ = listener; in SetActionEventHandler()
166 std::function<void()> actionEventHandler_; member in OHOS::NavPushPathHelper::AtomicServiceStatusCallback
/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/
H A Dform_renderer_delegate_impl.cpp46 if (!actionEventHandler_) { in OnActionEvent()
47 HILOG_ERROR("actionEventHandler_ is null, %{public}zu", action.length()); in OnActionEvent()
51 actionEventHandler_(action); in OnActionEvent()
121 actionEventHandler_ = std::move(listener); in SetActionEventHandler()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dpage_url_checker_ohos.cpp130 if (!actionEventHandler_) {
131 TAG_LOGE(AceLogTag::ACE_ROUTER, "actionEventHandler_ is null.");
134 actionEventHandler_();
156 actionEventHandler_ = listener; in SetActionEventHandler()
164 std::function<void()> actionEventHandler_; member in OHOS::Ace::AtomicServiceStatusCallback
/foundation/arkui/ace_engine/interfaces/inner_api/form_render/include/
H A Dform_renderer_delegate_impl.h78 std::function<void(const std::string&)> actionEventHandler_; member in OHOS::Ace::FormRendererDelegateImpl
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.cpp417 if (actionEventHandler_) { in OnActionEvent()
418 actionEventHandler_(action); in OnActionEvent()
H A Dpipeline_base.h448 actionEventHandler_ = std::move(listener); in SetActionEventHandler()
1558 ActionEventHandler actionEventHandler_; member in OHOS::OHOS::Ace::PipelineBase

Completed in 7 milliseconds