Home
last modified time | relevance | path

Searched refs:OnActionEvent (Results 1 – 25 of 39) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/navpushpathhelper/include/
H A Dsilent_install_callback.h43 virtual int32_t OnActionEvent() = 0;
101 return OnActionEvent(); in HandleOnActionEvent()
129 int32_t OnActionEvent() override in OnActionEvent() function
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dpage_url_checker_ohos.cpp49 virtual int32_t OnActionEvent() = 0;
106 return OnActionEvent(); in HandleOnActionEvent()
136 int32_t OnActionEvent() override in OnActionEvent() function in OHOS::Ace::AtomicServiceStatusCallback
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dpicture_in_picture_interface.h45 virtual void OnActionEvent(const std::string& name, int32_t status) {} in OnActionEvent() function
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/picture_in_picture_napi/
H A Djs_pip_window_listener.h39 void OnActionEvent(const std::string& actionEvent, int32_t statusCode) override;
H A Djs_pip_window_listener.cpp102 void JsPiPWindowListener::OnActionEvent(const std::string& actionEvent, int32_t statusCode) in OnActionEvent() function in OHOS::Rosen::JsPiPWindowListener
/ohos5.0/foundation/arkui/ace_engine/test/mock/interfaces/
H A Dmock_form_render_delegate_stub.h33 MOCK_METHOD1(OnActionEvent, int32_t(const std::string& action));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/
H A Dform_element.h51 void OnActionEvent(const std::string& action) const;
H A Dform_element.cpp340 void FormElement::OnActionEvent(const std::string& action) const in OnActionEvent() function in OHOS::Ace::FormElement
369 formManagerBridge_->OnActionEvent(action); in OnActionEvent()
H A Dsub_container.cpp273 form->OnActionEvent(action); in RunCard()
277 form->OnActionEvent(action); in RunCard()
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/form_render/include/
H A Dform_renderer_delegate_proxy.h45 int32_t OnActionEvent(const std::string& action) override;
H A Dform_renderer_delegate_interface.h71 virtual int32_t OnActionEvent(const std::string& action) = 0;
H A Dform_renderer_delegate_impl.h43 int32_t OnActionEvent(const std::string& action) override;
H A Dform_renderer.h58 void OnActionEvent(const std::string& action);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/resource/
H A Dplugin_manager_delegate.h57 void OnActionEvent(const std::string& action);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dcard_frontend_delegate_declarative.cpp72 context->OnActionEvent(action); in FireCardAction()
H A Dcard_frontend_delegate.cpp68 context->OnActionEvent(action); in FireCardEvent()
H A Dform_frontend_delegate_declarative.cpp76 context->OnActionEvent(action); in FireCardAction()
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/
H A Dform_renderer.cpp91 formRenderer->OnActionEvent(action); in RunFormPageInner()
364 void FormRenderer::OnActionEvent(const std::string& action) in OnActionEvent() function in OHOS::Ace::FormRenderer
371 formRendererDelegate_->OnActionEvent(action); in OnActionEvent()
H A Dform_renderer_delegate_impl.cpp44 int32_t FormRendererDelegateImpl::OnActionEvent(const std::string& action) in OnActionEvent() function in OHOS::Ace::FormRendererDelegateImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dplugin_element.h52 void OnActionEvent(const std::string& action) const;
H A Dplugin_element.cpp199 void PluginElement::OnActionEvent(const std::string& action) const in OnActionEvent() function in OHOS::Ace::PluginElement
219 context->OnActionEvent(action); in OnActionEvent()
226 pluginManagerBridge_->OnActionEvent(action); in OnActionEvent()
H A Dplugin_sub_container.cpp351 plugin->OnActionEvent(action); in SetActionEventHandler()
355 plugin->OnActionEvent(action); in SetActionEventHandler()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/plugin/
H A Dplugin_pattern.h38 void OnActionEvent(const std::string& action) const;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dform_render_delegate_proxy_test.cpp160 EXPECT_EQ(renderDelegate->OnActionEvent(""), ERR_OK);
162 EXPECT_EQ(renderDelegate->OnActionEvent(""), ERR_INVALID_VALUE);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/form/mock/
H A Dmock_form_manager_delegate.cpp53 void FormManagerDelegate::OnActionEvent(const std::string& action) {} in OnActionEvent() function in OHOS::Ace::FormManagerDelegate

12