Home
last modified time | relevance | path

Searched refs:actionEventHandler (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dplugin_sub_container.cpp345 auto&& actionEventHandler = [weak = WeakClaim(this)](const std::string& action) { in SetActionEventHandler()
358 pipelineContext_->SetActionEventHandler(actionEventHandler); in SetActionEventHandler()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/
H A Dsub_container.cpp266 auto&& actionEventHandler = [weak = WeakClaim(this)](const std::string& action) { in RunCard()
280 pipelineContext_->SetActionEventHandler(actionEventHandler); in RunCard()
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/
H A Dform_renderer.cpp88 auto actionEventHandler = [weak = weak_from_this()](const std::string& action) { in RunFormPageInner() local
94 uiContent_->SetActionEventHandler(actionEventHandler); in RunFormPageInner()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
H A Dform_manager_delegate.cpp565 auto&& actionEventHandler = [weak = WeakClaim(this)](const std::string& action) { in RegisterRenderDelegateEvent()
574 renderDelegate_->SetActionEventHandler(std::move(actionEventHandler)); in RegisterRenderDelegateEvent()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_ability.cpp445 auto&& actionEventHandler = [this](const std::string& action) { in OnStart()
467 context->SetActionEventHandler(actionEventHandler); in OnStart()