Searched refs:actionEventHandler (Results 1 – 5 of 5) sorted by relevance
345 auto&& actionEventHandler = [weak = WeakClaim(this)](const std::string& action) { in SetActionEventHandler()358 pipelineContext_->SetActionEventHandler(actionEventHandler); in SetActionEventHandler()
266 auto&& actionEventHandler = [weak = WeakClaim(this)](const std::string& action) { in RunCard()280 pipelineContext_->SetActionEventHandler(actionEventHandler); in RunCard()
88 auto actionEventHandler = [weak = weak_from_this()](const std::string& action) { in RunFormPageInner() local94 uiContent_->SetActionEventHandler(actionEventHandler); in RunFormPageInner()
565 auto&& actionEventHandler = [weak = WeakClaim(this)](const std::string& action) { in RegisterRenderDelegateEvent()574 renderDelegate_->SetActionEventHandler(std::move(actionEventHandler)); in RegisterRenderDelegateEvent()
445 auto&& actionEventHandler = [this](const std::string& action) { in OnStart()467 context->SetActionEventHandler(actionEventHandler); in OnStart()