Home
last modified time | relevance | path

Searched refs:RenderForm (Results 1 – 25 of 35) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/
H A Drender_form.h25 class RenderForm : public RenderSubContainer {
26 DECLARE_ACE_TYPE(RenderForm, RenderSubContainer);
31 ~RenderForm() override = default;
H A Drender_form.cpp20 void RenderForm::Update(const RefPtr<Component>& component) in Update()
45 void RenderForm::PerformLayout() in PerformLayout()
56 bool RenderForm::TouchTest(const Point& globalPoint, in TouchTest()
H A Drosen_render_form.h23 class RosenRenderForm : public RenderForm {
24 DECLARE_ACE_TYPE(RosenRenderForm, RenderForm);
H A Drender_form_creator.cpp19 RefPtr<RenderNode> RenderForm::Create() in Create()
H A Dform_component.cpp32 return RenderForm::Create(); in CreateRenderNode()
H A Dform_element.cpp316 auto renderForm = AceType::DynamicCast<RenderForm>(render); in Prepare()
401 auto formNode = AceType::DynamicCast<RenderForm>(renderNode_); in CreateCardContainer()
424 return RenderForm::Create(); in CreateRenderNode()
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_sandbox_render_mgr_inner.cpp66 ErrCode FormSandboxRenderMgrInner::RenderForm( in RenderForm() function in OHOS::AppExecFwk::FormSandboxRenderMgrInner
89 return FormRenderMgrInner::RenderForm(formRecord, want, hostToken); in RenderForm()
H A Dform_render_mgr.cpp81 ErrCode FormRenderMgr::RenderForm( in RenderForm() function in OHOS::AppExecFwk::FormRenderMgr
105 return sandboxInners_[formRecord.userId]->RenderForm(formRecord, want, hostToken); in RenderForm()
108 return renderInners_[formRecord.userId]->RenderForm(formRecord, want, hostToken); in RenderForm()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_render_mgr_test/
H A Dmock_form_sandbox_render_mgr_inner.cpp31 ErrCode FormSandboxRenderMgrInner::RenderForm( in RenderForm() function in OHOS::AppExecFwk::FormSandboxRenderMgrInner
H A Dmock_form_render_mgr_inner.cpp56 ErrCode FormRenderMgrInner::RenderForm( in RenderForm() function in OHOS::AppExecFwk::FormRenderMgrInner
H A Dfms_form_render_mgr_test.cpp73 EXPECT_EQ(ERR_OK, formRenderMgr.RenderForm(formRecord, wantParams, hostToken));
92 … ERR_APPEXECFWK_FORM_INVALID_PARAM, formRenderMgr.RenderForm(formRecord, wantParams, hostToken));
112 EXPECT_EQ(ERR_OK, formRenderMgr.RenderForm(formRecord, wantParams, hostToken));
132 EXPECT_EQ(ERR_OK, formRenderMgr.RenderForm(formRecord, wantParams, hostToken));
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_sandbox_render_mgr_inner.h38 ErrCode RenderForm(
H A Dform_render_mgr.h43 ErrCode RenderForm(
H A Dform_render_mgr_inner.h42 virtual ErrCode RenderForm(
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_render_mgr_inner_test/
H A Dfms_form_render_mgr_inner_test.cpp56 int32_t RenderForm(const FormJsInfo &formJsInfo, const Want &want, in RenderForm() function in __anon84c1aeba0110::MockIFormRender
92 EXPECT_EQ(ERR_OK, formRenderMgrInner.RenderForm(formRecord, want, hostToken));
112 ERR_OK, formRenderMgrInner.RenderForm(formRecord, want, hostToken));
130 formRenderMgrInner.RenderForm(formRecord, want, hostToken));
149 formRenderMgrInner.RenderForm(formRecord, want, hostToken));
172 formRenderMgrInner.RenderForm(formRecord, want, hostToken));
195 formRenderMgrInner.RenderForm(formRecord, want, hostToken));
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_render_proxy_test/
H A Dfms_form_render_proxy_test.cpp58 int result = formRenderProxy_->RenderForm(formJsInfo, want, callerToken);
74 int result = formRenderProxy_->RenderForm(formJsInfo, want, nullptr);
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formsandboxrendermgrinner_fuzzer/
H A Dformsandboxrendermgrinner_fuzzer.cpp47 formSandboxRenderMgrInner.RenderForm(formRecord, want); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formrenderimpl_fuzzer/
H A Dformrenderimpl_fuzzer.cpp46 formRenderImpl.RenderForm(formJsInfo, want, callerToken); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_render_interface.h44 virtual int32_t RenderForm(const FormJsInfo &formJsInfo, const Want &want,
H A Dform_render_proxy.h42 …int32_t RenderForm(const FormJsInfo &formJsInfo, const Want &want, sptr<IRemoteObject> callerToken…
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formrenderproxy_fuzzer/
H A Dformrenderproxy_fuzzer.cpp46 formRenderProxy.RenderForm(formJsInfo, want, callerToken); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/services/form_render_service/include/
H A Dform_render_impl.h51 int32_t RenderForm(const FormJsInfo &formJsInfo, const Want &want,
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formrenderstub_fuzzer/
H A Dformrenderstub_fuzzer.cpp40 int32_t RenderForm(const FormJsInfo &formJsInfo, const Want &want, in RenderForm() function in OHOS::FormRenderStubFuzzTest
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formrendermgr_fuzzer/
H A Dformrendermgr_fuzzer.cpp47 formRenderMgr.RenderForm(formRecord, wantParams, hostToken); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formrendermgrinner_fuzzer/
H A Dformrendermgrinner_fuzzer.cpp46 formRenderMgrInner.RenderForm(formRecord, want, hostToken); in DoSomethingInterestingWithMyAPI()

12