Home
last modified time | relevance | path

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

/foundation/ability/form_fwk/test/unittest/fms_form_js_info_base_test/
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));
/foundation/ability/form_fwk/interfaces/inner_api/include/
Dform_js_info.h39 std::string jsFormCodePath; member
/foundation/ability/form_fwk/services/include/
Dform_record.h56 std::string jsFormCodePath = ""; variable
/foundation/ability/form_fwk/interfaces/inner_api/src/
Dform_js_info.cpp31 jsFormCodePath = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
96 if (!parcel.WriteString16(Str8ToStr16(jsFormCodePath))) { in Marshalling()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
Dform_host_client_test.cpp148 formInfo.jsFormCodePath = "/data/test";
/foundation/ability/form_fwk/services/src/
Dform_task_mgr.cpp780 form.jsFormCodePath = record.jsFormCodePath; in CreateFormJsInfo()
790 form.jsFormCodePath.c_str(), form.formData.c_str()); in CreateFormJsInfo()
Dform_data_mgr.cpp175 newRecord.jsFormCodePath = formInfo.GetHapSourceByModuleName(newRecord.moduleName); in CreateFormRecord()
216 formInfo.jsFormCodePath = record.jsFormCodePath; in CreateFormJsInfo()
/foundation/ability/form_fwk/services/form_render_service/src/
Dform_render_record.cpp417 options.hapPath = formJsInfo.jsFormCodePath; in CreateRuntime()
427 hapPath_ = formJsInfo.jsFormCodePath; in CreateRuntime()
473 hapModuleInfo.hapPath = formJsInfo.jsFormCodePath; in CreateContext()
Dform_render_impl.cpp61 … formJsInfo.moduleName.c_str(), formJsInfo.jsFormCodePath.c_str(), formJsInfo.formSrc.c_str()); in RenderForm()
/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
Dform_manager_delegate.cpp796 if (formJsInfo.jsFormCodePath.empty() || formJsInfo.formName.empty()) { in ProcessFormUpdate()
812 …onFormAcquiredCallback_(runningCardId_, formJsInfo.jsFormCodePath, formJsInfo.formName, formJsInfo… in ProcessFormUpdate()
/foundation/ability/form_fwk/interfaces/kits/native/src/
Dform_host_client.cpp409 __func__, formId, formJsInfo.jsFormCodePath.c_str(), formJsInfo.formData.c_str()); in UpdateForm()