Home
last modified time | relevance | path

Searched refs:OnActionEvent (Results 1 - 25 of 41) sorted by relevance

12

/foundation/arkui/ace_engine/advanced_ui_component/navpushpathhelper/include/
H A Dsilent_install_callback.h41 * @brief OnActionEvent.
43 virtual int32_t OnActionEvent() = 0;
101 return OnActionEvent(); in HandleOnActionEvent()
127 * @brief OnActionEvent.
129 int32_t OnActionEvent() override
/foundation/arkui/advanced_ui_component/navpushpathhelper/include/
H A Dsilent_install_callback.h41 * @brief OnActionEvent.
43 virtual int32_t OnActionEvent() = 0;
101 return OnActionEvent(); in HandleOnActionEvent()
127 * @brief OnActionEvent.
129 int32_t OnActionEvent() override
/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 in OHOS::Rosen::IPiPActionObserver
/foundation/arkui/ace_engine/test/mock/interfaces/
H A Dmock_form_render_delegate_stub.h33 MOCK_METHOD1(OnActionEvent, int32_t(const std::string& action));
/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
/foundation/arkui/ace_engine/frameworks/core/components/plugin/resource/
H A Dplugin_manager_delegate.h57 void OnActionEvent(const std::string& action);
H A Dplugin_manager_delegate.cpp156 void PluginManagerDelegate::OnActionEvent(const std::string& action) in OnActionEvent() function in OHOS::Ace::PluginManagerDelegate
/foundation/arkui/ace_engine/frameworks/core/components/form/
H A Dform_element.h51 void OnActionEvent(const std::string& action) const;
/foundation/arkui/ace_engine/interfaces/inner_api/form_render/include/
H A Dform_renderer_delegate_interface.h68 * @brief OnActionEvent.
71 virtual int32_t OnActionEvent(const std::string& action) = 0;
H A Dform_renderer_delegate_proxy.h45 int32_t OnActionEvent(const std::string& action) override;
H A Dform_renderer_delegate_impl.h40 * @brief OnActionEvent.
43 int32_t OnActionEvent(const std::string& action) override;
H A Dform_renderer.h58 void OnActionEvent(const std::string& action);
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dpage_url_checker_ohos.cpp39 * @brief OnActionEvent.
41 virtual int32_t OnActionEvent() = 0;
98 return OnActionEvent(); in HandleOnActionEvent()
126 * @brief OnActionEvent.
128 int32_t OnActionEvent() override
/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()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/plugin/
H A Dplugin_pattern.h38 void OnActionEvent(const std::string& action) const;
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dcard_frontend_delegate_declarative.cpp65 context->OnActionEvent(action); in FireCardAction()
H A Dcard_frontend_delegate.cpp62 context->OnActionEvent(action); in FireCardEvent()
H A Dform_frontend_delegate_declarative.cpp71 context->OnActionEvent(action); in FireCardAction()
/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/
H A Dform_renderer.cpp84 formRenderer->OnActionEvent(action); in RunFormPageInner()
327 void FormRenderer::OnActionEvent(const std::string& action) in OnActionEvent() function in OHOS::Ace::FormRenderer
334 formRendererDelegate_->OnActionEvent(action); in OnActionEvent()
H A Dform_renderer_delegate_impl.cpp43 int32_t FormRendererDelegateImpl::OnActionEvent(const std::string& action) in OnActionEvent() function in OHOS::Ace::FormRendererDelegateImpl
45 HILOG_INFO("OnActionEvent %{public}zu", action.length()); in OnActionEvent()
/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
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dform_render_delegate_proxy_test.cpp149 * @tc.desc: Test OnActionEvent() function.
160 EXPECT_EQ(renderDelegate->OnActionEvent(""), ERR_OK); in HWTEST_F()
162 EXPECT_EQ(renderDelegate->OnActionEvent(""), ERR_INVALID_VALUE); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/form/
H A Dform_test_ng.cpp730 * @tc.name: OnActionEvent
731 * @tc.desc: Verify the OnActionEvent Interface of FormPattern work correctly.
734 HWTEST_F(FormTestNg, OnActionEvent, TestSize.Level1) in HWTEST_F()
757 pattern->OnActionEvent(""); in HWTEST_F()
765 pattern->OnActionEvent(action->ToString()); in HWTEST_F()
772 pattern->OnActionEvent(action->ToString()); in HWTEST_F()
779 pattern->OnActionEvent(action->ToString()); in HWTEST_F()
786 pattern->OnActionEvent(action->ToString()); in HWTEST_F()
793 pattern->OnActionEvent(action->ToString()); in HWTEST_F()
800 pattern->OnActionEvent(actio in HWTEST_F()
[all...]

Completed in 11 milliseconds

12