Home
last modified time | relevance | path

Searched refs:actionEventHandler_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/navpushpathhelper/include/
H A Dsilent_install_callback.h131 if (!actionEventHandler_) { in OnActionEvent()
135 actionEventHandler_(); in OnActionEvent()
158 actionEventHandler_ = listener; in SetActionEventHandler()
166 std::function<void()> actionEventHandler_;
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/
H A Dform_renderer_delegate_impl.cpp47 if (!actionEventHandler_) { in OnActionEvent()
52 actionEventHandler_(action); in OnActionEvent()
122 actionEventHandler_ = std::move(listener); in SetActionEventHandler()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dpage_url_checker_ohos.cpp138 if (!actionEventHandler_) { in OnActionEvent()
142 actionEventHandler_(); in OnActionEvent()
164 actionEventHandler_ = listener; in SetActionEventHandler()
172 std::function<void()> actionEventHandler_; member in OHOS::Ace::AtomicServiceStatusCallback
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/form_render/include/
H A Dform_renderer_delegate_impl.h78 std::function<void(const std::string&)> actionEventHandler_; variable
/ohos5.0/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.h469 actionEventHandler_ = std::move(listener); in SetActionEventHandler()
1572 ActionEventHandler actionEventHandler_; variable