Home
last modified time | relevance | path

Searched refs:SetActionEventHandler (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dplugin_sub_container.cpp190 SetActionEventHandler(); in RunDecompressedPlugin()
252 SetActionEventHandler(); in RunPlugin()
343 void PluginSubContainer::SetActionEventHandler() in SetActionEventHandler() function in OHOS::Ace::PluginSubContainer
358 pipelineContext_->SetActionEventHandler(actionEventHandler); in SetActionEventHandler()
H A Dplugin_sub_container.h154 void SetActionEventHandler();
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_sub_container.cpp53 void PluginSubContainer::SetActionEventHandler() {} in SetActionEventHandler() function in OHOS::Ace::PluginSubContainer
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dpage_url_checker_ohos.cpp162 void SetActionEventHandler(const std::function<void()>& listener) in SetActionEventHandler() function in OHOS::Ace::AtomicServiceStatusCallback
242 routerCallback->SetActionEventHandler(callback); in LoadPageUrl()
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/form_render/include/
H A Dform_renderer_delegate_impl.h68 void SetActionEventHandler(std::function<void(const std::string&)>&& listener);
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/navpushpathhelper/include/
H A Dsilent_install_callback.h156 void SetActionEventHandler(const std::function<void()>& listener) in SetActionEventHandler() function
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/navpushpathhelper/src/
H A Dhsp_silentinstall.cpp71 routerCallback->SetActionEventHandler(callback); in SilentInstall()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dform_render_test.cpp116 …EXPECT_CALL(*((MockUIContent*)(formRenderer->uiContent_.get())), SetActionEventHandler(_)).WillOnc…
218 renderDelegate->SetActionEventHandler(std::move(onAction));
243 …EXPECT_CALL(*((MockUIContent*)(formRenderer->uiContent_.get())), SetActionEventHandler(_)).WillOnc…
313 renderDelegate->SetActionEventHandler(nullptr);
315 renderDelegate->SetActionEventHandler(fun);
H A Dform_render_delegate_impl_test.cpp104 renderDelegate->SetActionEventHandler(std::move(onAction));
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/
H A Dform_renderer_delegate_impl.cpp119 void FormRendererDelegateImpl::SetActionEventHandler(std::function<void(const std::string&)>&& list… in SetActionEventHandler() function in OHOS::Ace::FormRendererDelegateImpl
H A Dform_renderer.cpp94 uiContent_->SetActionEventHandler(actionEventHandler); in RunFormPageInner()
/ohos5.0/foundation/window/window_manager/test/common/mock/
H A Dmock_uicontent.h74 …MOCK_METHOD1(SetActionEventHandler, void(std::function<void(const std::string& action)>&& actionCa…
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_ui_content.h80 …MOCK_METHOD1(SetActionEventHandler, void(std::function<void(const std::string &action)> &&actionCa…
/ohos5.0/foundation/arkui/ace_engine/test/mock/interfaces/
H A Dmock_uicontent.h85 …MOCK_METHOD1(SetActionEventHandler, void(std::function<void(const std::string& action)>&& actionCa…
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dui_content_impl.h104 …void SetActionEventHandler(std::function<void(const std::string& action)>&& actionCallback) overri… in SetActionEventHandler() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/
H A Dsub_container.cpp280 pipelineContext_->SetActionEventHandler(actionEventHandler); in RunCard()
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dui_content.h203 virtual void SetActionEventHandler(std::function<void(const std::string&)>&& actionCallback) {}; in SetActionEventHandler() function
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.h171 …void SetActionEventHandler(std::function<void(const std::string& action)>&& actionCallback) overri…
H A Dace_ability.cpp467 context->SetActionEventHandler(actionEventHandler); in OnStart()
H A Dui_content_impl.cpp3060 void UIContentImpl::SetActionEventHandler(std::function<void(const std::string& action)>&& actionCa… in SetActionEventHandler() function in OHOS::Ace::UIContentImpl
3067 pipelineContext->SetActionEventHandler(std::move(actionCallback)); in SetActionEventHandler()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
H A Dform_manager_delegate.cpp574 renderDelegate_->SetActionEventHandler(std::move(actionEventHandler)); in RegisterRenderDelegateEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h467 void SetActionEventHandler(ActionEventHandler&& listener) in SetActionEventHandler() function