/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/navpushpathhelper/include/ |
H A D | silent_install_callback.h | 43 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 D | page_url_checker_ohos.cpp | 49 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 D | picture_in_picture_interface.h | 45 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 D | js_pip_window_listener.h | 39 void OnActionEvent(const std::string& actionEvent, int32_t statusCode) override;
|
H A D | js_pip_window_listener.cpp | 102 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 D | mock_form_render_delegate_stub.h | 33 MOCK_METHOD1(OnActionEvent, int32_t(const std::string& action));
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/ |
H A D | form_element.h | 51 void OnActionEvent(const std::string& action) const;
|
H A D | form_element.cpp | 340 void FormElement::OnActionEvent(const std::string& action) const in OnActionEvent() function in OHOS::Ace::FormElement 369 formManagerBridge_->OnActionEvent(action); in OnActionEvent()
|
H A D | sub_container.cpp | 273 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 D | form_renderer_delegate_proxy.h | 45 int32_t OnActionEvent(const std::string& action) override;
|
H A D | form_renderer_delegate_interface.h | 71 virtual int32_t OnActionEvent(const std::string& action) = 0;
|
H A D | form_renderer_delegate_impl.h | 43 int32_t OnActionEvent(const std::string& action) override;
|
H A D | form_renderer.h | 58 void OnActionEvent(const std::string& action);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/resource/ |
H A D | plugin_manager_delegate.h | 57 void OnActionEvent(const std::string& action);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | card_frontend_delegate_declarative.cpp | 72 context->OnActionEvent(action); in FireCardAction()
|
H A D | card_frontend_delegate.cpp | 68 context->OnActionEvent(action); in FireCardEvent()
|
H A D | form_frontend_delegate_declarative.cpp | 76 context->OnActionEvent(action); in FireCardAction()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/ |
H A D | form_renderer.cpp | 91 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 D | form_renderer_delegate_impl.cpp | 44 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 D | plugin_element.h | 52 void OnActionEvent(const std::string& action) const;
|
H A D | plugin_element.cpp | 199 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 D | plugin_sub_container.cpp | 351 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 D | plugin_pattern.h | 38 void OnActionEvent(const std::string& action) const;
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | form_render_delegate_proxy_test.cpp | 160 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 D | mock_form_manager_delegate.cpp | 53 void FormManagerDelegate::OnActionEvent(const std::string& action) {} in OnActionEvent() function in OHOS::Ace::FormManagerDelegate
|