Home
last modified time | relevance | path

Searched refs:SetActionEventHandler (Results 1 - 24 of 24) sorted by relevance

/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
/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dplugin_sub_container.cpp190 SetActionEventHandler(); in RunDecompressedPlugin()
253 SetActionEventHandler(); in RunPlugin()
344 void PluginSubContainer::SetActionEventHandler() in SetActionEventHandler() function in OHOS::Ace::PluginSubContainer
359 pipelineContext_->SetActionEventHandler(actionEventHandler); in SetActionEventHandler()
H A Dplugin_sub_container.h154 void SetActionEventHandler();
/foundation/arkui/ace_engine/advanced_ui_component/navpushpathhelper/src/
H A Dhsp_silentinstall.cpp71 routerCallback->SetActionEventHandler(callback); in SilentInstall()
/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 in OHOS::NavPushPathHelper::AtomicServiceStatusCallback
/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);
/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/
H A Dform_renderer_delegate_impl.cpp118 void FormRendererDelegateImpl::SetActionEventHandler(std::function<void(const std::string&)>&& listener) in SetActionEventHandler() function in OHOS::Ace::FormRendererDelegateImpl
120 HILOG_INFO("EventHandle - SetActionEventHandler"); in SetActionEventHandler()
H A Dform_renderer.cpp87 uiContent_->SetActionEventHandler(actionEventHandler); in RunFormPageInner()
/foundation/arkui/advanced_ui_component/navpushpathhelper/include/
H A Dsilent_install_callback.h156 void SetActionEventHandler(const std::function<void()>& listener) in SetActionEventHandler() function in OHOS::NavPushPathHelper::AtomicServiceStatusCallback
/foundation/arkui/advanced_ui_component/navpushpathhelper/src/
H A Dhsp_silentinstall.cpp71 routerCallback->SetActionEventHandler(callback); in SilentInstall()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dpage_url_checker_ohos.cpp154 void SetActionEventHandler(const std::function<void()>& listener) in SetActionEventHandler() function in OHOS::Ace::AtomicServiceStatusCallback
234 routerCallback->SetActionEventHandler(callback); in LoadPageUrl()
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dform_render_test.cpp116 EXPECT_CALL(*((MockUIContent*)(formRenderer->uiContent_.get())), SetActionEventHandler(_)).WillOnce(Return()); in HWTEST_F()
218 renderDelegate->SetActionEventHandler(std::move(onAction)); in HWTEST_F()
243 EXPECT_CALL(*((MockUIContent*)(formRenderer->uiContent_.get())), SetActionEventHandler(_)).WillOnce(Return()); in HWTEST_F()
306 * Function: OnActionEvent,SetActionEventHandler
315 renderDelegate->SetActionEventHandler(nullptr); in HWTEST_F()
317 renderDelegate->SetActionEventHandler(fun); in HWTEST_F()
H A Dform_render_delegate_impl_test.cpp104 renderDelegate->SetActionEventHandler(std::move(onAction)); in HWTEST_F()
/foundation/window/window_manager/test/common/mock/
H A Dmock_uicontent.h74 MOCK_METHOD1(SetActionEventHandler, void(std::function<void(const std::string& action)>&& actionCallback));
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_ui_content.h81 MOCK_METHOD1(SetActionEventHandler, void(std::function<void(const std::string &action)> &&actionCallback));
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dui_content_impl.h105 void SetActionEventHandler(std::function<void(const std::string& action)>&& actionCallback) override {}
/foundation/arkui/ace_engine/test/mock/interfaces/
H A Dmock_uicontent.h86 MOCK_METHOD1(SetActionEventHandler, void(std::function<void(const std::string& action)>&& actionCallback));
/foundation/arkui/ace_engine/frameworks/core/components/form/
H A Dsub_container.cpp280 pipelineContext_->SetActionEventHandler(actionEventHandler); in RunCard()
/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 in OHOS::OHOS::Ace::UIContent
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.h169 void SetActionEventHandler(std::function<void(const std::string& action)>&& actionCallback) override;
H A Dace_ability.cpp472 context->SetActionEventHandler(actionEventHandler); in OnStart()
H A Dui_content_impl.cpp3003 void UIContentImpl::SetActionEventHandler(std::function<void(const std::string& action)>&& actionCallback) in SetActionEventHandler() function in OHOS::Ace::UIContentImpl
3010 pipelineContext->SetActionEventHandler(std::move(actionCallback)); in SetActionEventHandler()
/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
H A Dform_manager_delegate.cpp556 renderDelegate_->SetActionEventHandler(std::move(actionEventHandler)); in RegisterRenderDelegateEvent()
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h446 void SetActionEventHandler(ActionEventHandler&& listener) in SetActionEventHandler() function in OHOS::OHOS::Ace::PipelineBase

Completed in 26 milliseconds