/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | form_info_base.h | 42 ETS = 2, member in OHOS::AppExecFwk::FormType
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | backend.h | 27 enum class SrcLanguage { ETS, JS }; member in OHOS::Ace::SrcLanguage
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_service_ability.cpp | 80 SrcLanguage srcLanguage = SrcLanguage::ETS; in OnStart()
|
H A D | pa_container.h | 47 SrcLanguage language = SrcLanguage::ETS;
|
H A D | ace_form_ability.cpp | 77 SrcLanguage srcLanguage = SrcLanguage::ETS; in LoadFormEnv()
|
H A D | ace_data_ability.cpp | 82 SrcLanguage srcLanguage = SrcLanguage::ETS; in OnStart()
|
/foundation/ability/form_fwk/frameworks/js/napi/form_info/ |
H A D | js_form_info.cpp | 31 napi_set_named_property(engine, objValue, "eTS", CreateJsValue(engine, AppExecFwk::FormType::ETS)); in CreateJsFormType() 32 napi_set_named_property(engine, objValue, "arkTS", CreateJsValue(engine, AppExecFwk::FormType::ETS)); in CreateJsFormType()
|
/foundation/ability/form_fwk/test/unittest/fms_form_render_mgr_inner_test/ |
H A D | fms_form_render_mgr_inner_test.cpp | 385 formRecord.uiSyntax = FormType::ETS;
in HWTEST_F() 404 formRecord.uiSyntax = FormType::ETS;
in HWTEST_F() 424 formRecord.uiSyntax = FormType::ETS;
in HWTEST_F() 444 formRecord.uiSyntax = FormType::ETS;
in HWTEST_F() 466 formRecord.uiSyntax = FormType::ETS;
in HWTEST_F() 490 formRecord.uiSyntax = FormType::ETS;
in HWTEST_F()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/ |
H A D | pa_backend.h | 105 SrcLanguage language_ = SrcLanguage::ETS;
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | extension_form_profile.cpp | 74 FormType::ETS 83 FormType::ETS
|
/foundation/ability/form_fwk/test/unittest/fms_form_render_mgr_test/ |
H A D | fms_form_render_mgr_test.cpp | 87 formRecord.uiSyntax = FormType::ETS;
in HWTEST_F() 106 formRecord.uiSyntax = FormType::ETS;
in HWTEST_F() 126 formRecord.uiSyntax = FormType::ETS;
in HWTEST_F() 840 * 2.formRecord.uiSyntax != FormType::ETS.
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_render_mgr.cpp | 87 if (formRecord.uiSyntax != FormType::ETS) { in RenderForm() 392 if (formRecord.uiSyntax != FormType::ETS) { in IsNeedRender()
|
H A D | form_render_mgr_inner.cpp | 270 if (formRecord.uiSyntax != FormType::ETS) { in StopRenderingForm() 350 if (formRecord.uiSyntax != FormType::ETS) { in ReleaseRenderer()
|
H A D | form_event_util.cpp | 590 formRecord.uiSyntax = (formInfo.type.compare("arkts") == 0 ? FormType::ETS : FormType::JS); in UpdateFormRecord()
|
H A D | form_mgr_adapter.cpp | 778 if (formRecord.uiSyntax == FormType::ETS) { in UpdateForm() 1436 if (info.GetUiSyntax() == FormType::ETS && in AllotFormById() 3631 if (record.uiSyntax != FormType::ETS) { in SetFormsRecyclable() 3632 HILOG_WARN("form %{public}" PRId64 " not ETS form", formId); in SetFormsRecyclable() 3682 if (record.uiSyntax != FormType::ETS) { in RecycleForms() 3683 HILOG_WARN("form %{public}" PRId64 " not ETS form", formId); in RecycleForms()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/ |
H A D | jsi_pa_engine.h | 192 SrcLanguage language_ = SrcLanguage::ETS;
|
/foundation/arkui/ace_engine/frameworks/core/components/form/resource/ |
H A D | form_manager_delegate.cpp | 155 if (formInfo.uiSyntax == AppExecFwk::FormType::ETS) { in AddForm() 957 if (formJsInfo.type == AppExecFwk::FormType::ETS) { in ProcessFormUpdate() 961 if (formJsInfo.uiSyntax == AppExecFwk::FormType::ETS) { in ProcessFormUpdate()
|
/foundation/ability/form_fwk/frameworks/js/napi/formUtil/ |
H A D | napi_form_util.cpp | 498 if (formInfo.uiSyntax == FormType::ETS) { in GetFormType() 499 return FormType::ETS; in GetFormType()
|
/foundation/ability/form_fwk/interfaces/kits/native/src/ |
H A D | form_host_client.cpp | 82 if (formJsInfo.uiSyntax == FormType::ETS) { in AddForm()
|
/foundation/distributeddatamgr/udmf/interfaces/innerkits/common/ |
H A D | unified_meta.h | 486 ETS,
|
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/common/ |
H A D | unified_meta.cpp | 460 { ETS, "ETS", "general.ets" },
|
/foundation/ability/form_fwk/test/unittest/fms_form_host_client_test/ |
H A D | fms_form_host_client_test.cpp | 631 formJsInfo.uiSyntax = FormType::ETS; in HWTEST_F()
|
/foundation/ability/form_fwk/test/unittest/frs_form_render_record_test/ |
H A D | frs_form_render_record_test.cpp | 215 formJsInfo.type = FormType::ETS; in HWTEST_F() 216 formJsInfo.uiSyntax = FormType::ETS; in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/ |
H A D | form_pattern.cpp | 717 formInfo.uiSyntax == AppExecFwk::FormType::ETS) { in AddFormComponentTask()
|