Home
last modified time | relevance | path

Searched refs:ETS (Results 1 - 24 of 24) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dform_info_base.h42 ETS = 2, member in OHOS::AppExecFwk::FormType
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dbackend.h27 enum class SrcLanguage { ETS, JS }; member in OHOS::Ace::SrcLanguage
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_service_ability.cpp80 SrcLanguage srcLanguage = SrcLanguage::ETS; in OnStart()
H A Dpa_container.h47 SrcLanguage language = SrcLanguage::ETS;
H A Dace_form_ability.cpp77 SrcLanguage srcLanguage = SrcLanguage::ETS; in LoadFormEnv()
H A Dace_data_ability.cpp82 SrcLanguage srcLanguage = SrcLanguage::ETS; in OnStart()
/foundation/ability/form_fwk/frameworks/js/napi/form_info/
H A Djs_form_info.cpp31 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 Dfms_form_render_mgr_inner_test.cpp385 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 Dpa_backend.h105 SrcLanguage language_ = SrcLanguage::ETS;
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dextension_form_profile.cpp74 FormType::ETS
83 FormType::ETS
/foundation/ability/form_fwk/test/unittest/fms_form_render_mgr_test/
H A Dfms_form_render_mgr_test.cpp87 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 Dform_render_mgr.cpp87 if (formRecord.uiSyntax != FormType::ETS) { in RenderForm()
392 if (formRecord.uiSyntax != FormType::ETS) { in IsNeedRender()
H A Dform_render_mgr_inner.cpp270 if (formRecord.uiSyntax != FormType::ETS) { in StopRenderingForm()
350 if (formRecord.uiSyntax != FormType::ETS) { in ReleaseRenderer()
H A Dform_event_util.cpp590 formRecord.uiSyntax = (formInfo.type.compare("arkts") == 0 ? FormType::ETS : FormType::JS); in UpdateFormRecord()
H A Dform_mgr_adapter.cpp778 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 Djsi_pa_engine.h192 SrcLanguage language_ = SrcLanguage::ETS;
/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
H A Dform_manager_delegate.cpp155 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 Dnapi_form_util.cpp498 if (formInfo.uiSyntax == FormType::ETS) { in GetFormType()
499 return FormType::ETS; in GetFormType()
/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_host_client.cpp82 if (formJsInfo.uiSyntax == FormType::ETS) { in AddForm()
/foundation/distributeddatamgr/udmf/interfaces/innerkits/common/
H A Dunified_meta.h486 ETS,
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/common/
H A Dunified_meta.cpp460 { ETS, "ETS", "general.ets" },
/foundation/ability/form_fwk/test/unittest/fms_form_host_client_test/
H A Dfms_form_host_client_test.cpp631 formJsInfo.uiSyntax = FormType::ETS; in HWTEST_F()
/foundation/ability/form_fwk/test/unittest/frs_form_render_record_test/
H A Dfrs_form_render_record_test.cpp215 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 Dform_pattern.cpp717 formInfo.uiSyntax == AppExecFwk::FormType::ETS) { in AddFormComponentTask()

Completed in 37 milliseconds