Home
last modified time | relevance | path

Searched refs:jsFormCodePath (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_js_info_base_test/
H A Dfms_form_js_info_base_test.cpp80 std::string jsFormCodePath = "jsFormCodePath"; variable
83 parcel.WriteString16(Str8ToStr16(jsFormCodePath));
128 std::string jsFormCodePath = "jsFormCodePath"; variable
131 parcel.WriteString16(Str8ToStr16(jsFormCodePath));
171 std::string jsFormCodePath = "jsFormCodePath"; variable
174 parcel.WriteString16(Str8ToStr16(jsFormCodePath));
217 std::string jsFormCodePath = "jsFormCodePath"; variable
220 parcel.WriteString16(Str8ToStr16(jsFormCodePath));
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_js_info.cpp31 jsFormCodePath = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
97 if (!parcel.WriteString16(Str8ToStr16(jsFormCodePath))) { in Marshalling()
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_js_info.h40 std::string jsFormCodePath; member
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_record.h55 std::string jsFormCodePath = ""; variable
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dform_host_client_test.cpp148 formInfo.jsFormCodePath = "/data/test";
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_task_mgr.cpp782 form.jsFormCodePath = record.jsFormCodePath; in CreateFormJsInfo()
793 form.jsFormCodePath.c_str(), form.formData.c_str()); in CreateFormJsInfo()
H A Dform_event_util.cpp56 formRecord.jsFormCodePath = hapPath; in UpdateRecordByBundleInfo()
H A Dform_data_mgr.cpp184 newRecord.jsFormCodePath = formInfo.GetHapSourceByModuleName(newRecord.moduleName); in CreateFormRecord()
231 formInfo.jsFormCodePath = record.jsFormCodePath; in CreateFormJsInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
H A Dform_manager_delegate.cpp978 if (formJsInfo.jsFormCodePath.empty() || formJsInfo.formName.empty()) { in ProcessFormUpdate()
994 …onFormAcquiredCallback_(runningCardId_, formJsInfo.jsFormCodePath, formJsInfo.formName, formJsInfo… in ProcessFormUpdate()
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_host_client.cpp437 formId, formJsInfo.jsFormCodePath.c_str(), formJsInfo.formData.c_str()); in UpdateForm()
/ohos5.0/foundation/ability/form_fwk/services/form_render_service/src/
H A Dform_render_record.cpp482 options.hapPath = formJsInfo.jsFormCodePath; in CreateRuntime()
495 hapPath_ = formJsInfo.jsFormCodePath; in CreateRuntime()
617 hapModuleInfo.hapPath = formJsInfo.jsFormCodePath; in CreateContext()
H A Dform_render_impl.cpp77 … formJsInfo.moduleName.c_str(), formJsInfo.jsFormCodePath.c_str(), formJsInfo.formSrc.c_str(), in RenderForm()