/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/ |
H A D | plugin_sub_container.cpp | 190 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 D | plugin_sub_container.h | 154 void SetActionEventHandler();
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/ |
H A D | mock_plugin_sub_container.cpp | 53 void PluginSubContainer::SetActionEventHandler() {} in SetActionEventHandler() function in OHOS::Ace::PluginSubContainer
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | page_url_checker_ohos.cpp | 162 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 D | form_renderer_delegate_impl.h | 68 void SetActionEventHandler(std::function<void(const std::string&)>&& listener);
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/navpushpathhelper/include/ |
H A D | silent_install_callback.h | 156 void SetActionEventHandler(const std::function<void()>& listener) in SetActionEventHandler() function
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/navpushpathhelper/src/ |
H A D | hsp_silentinstall.cpp | 71 routerCallback->SetActionEventHandler(callback); in SilentInstall()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | form_render_test.cpp | 116 …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 D | form_render_delegate_impl_test.cpp | 104 renderDelegate->SetActionEventHandler(std::move(onAction));
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/ |
H A D | form_renderer_delegate_impl.cpp | 119 void FormRendererDelegateImpl::SetActionEventHandler(std::function<void(const std::string&)>&& list… in SetActionEventHandler() function in OHOS::Ace::FormRendererDelegateImpl
|
H A D | form_renderer.cpp | 94 uiContent_->SetActionEventHandler(actionEventHandler); in RunFormPageInner()
|
/ohos5.0/foundation/window/window_manager/test/common/mock/ |
H A D | mock_uicontent.h | 74 …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 D | mock_ui_content.h | 80 …MOCK_METHOD1(SetActionEventHandler, void(std::function<void(const std::string &action)> &&actionCa…
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/interfaces/ |
H A D | mock_uicontent.h | 85 …MOCK_METHOD1(SetActionEventHandler, void(std::function<void(const std::string& action)>&& actionCa…
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | ui_content_impl.h | 104 …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 D | sub_container.cpp | 280 pipelineContext_->SetActionEventHandler(actionEventHandler); in RunCard()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/ |
H A D | ui_content.h | 203 virtual void SetActionEventHandler(std::function<void(const std::string&)>&& actionCallback) {}; in SetActionEventHandler() function
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ui_content_impl.h | 171 …void SetActionEventHandler(std::function<void(const std::string& action)>&& actionCallback) overri…
|
H A D | ace_ability.cpp | 467 context->SetActionEventHandler(actionEventHandler); in OnStart()
|
H A D | ui_content_impl.cpp | 3060 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 D | form_manager_delegate.cpp | 574 renderDelegate_->SetActionEventHandler(std::move(actionEventHandler)); in RegisterRenderDelegateEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_base.h | 467 void SetActionEventHandler(ActionEventHandler&& listener) in SetActionEventHandler() function
|