Searched refs:jsFormCodePath (Results 1 – 12 of 12) sorted by relevance
80 std::string jsFormCodePath = "jsFormCodePath"; variable83 parcel.WriteString16(Str8ToStr16(jsFormCodePath));128 std::string jsFormCodePath = "jsFormCodePath"; variable131 parcel.WriteString16(Str8ToStr16(jsFormCodePath));171 std::string jsFormCodePath = "jsFormCodePath"; variable174 parcel.WriteString16(Str8ToStr16(jsFormCodePath));217 std::string jsFormCodePath = "jsFormCodePath"; variable220 parcel.WriteString16(Str8ToStr16(jsFormCodePath));
31 jsFormCodePath = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()97 if (!parcel.WriteString16(Str8ToStr16(jsFormCodePath))) { in Marshalling()
40 std::string jsFormCodePath; member
55 std::string jsFormCodePath = ""; variable
148 formInfo.jsFormCodePath = "/data/test";
782 form.jsFormCodePath = record.jsFormCodePath; in CreateFormJsInfo()793 form.jsFormCodePath.c_str(), form.formData.c_str()); in CreateFormJsInfo()
56 formRecord.jsFormCodePath = hapPath; in UpdateRecordByBundleInfo()
184 newRecord.jsFormCodePath = formInfo.GetHapSourceByModuleName(newRecord.moduleName); in CreateFormRecord()231 formInfo.jsFormCodePath = record.jsFormCodePath; in CreateFormJsInfo()
978 if (formJsInfo.jsFormCodePath.empty() || formJsInfo.formName.empty()) { in ProcessFormUpdate()994 …onFormAcquiredCallback_(runningCardId_, formJsInfo.jsFormCodePath, formJsInfo.formName, formJsInfo… in ProcessFormUpdate()
437 formId, formJsInfo.jsFormCodePath.c_str(), formJsInfo.formData.c_str()); in UpdateForm()
482 options.hapPath = formJsInfo.jsFormCodePath; in CreateRuntime()495 hapPath_ = formJsInfo.jsFormCodePath; in CreateRuntime()617 hapModuleInfo.hapPath = formJsInfo.jsFormCodePath; in CreateContext()
77 … formJsInfo.moduleName.c_str(), formJsInfo.jsFormCodePath.c_str(), formJsInfo.formSrc.c_str(), in RenderForm()