Searched refs:jsFormCodePath (Results 1 – 11 of 11) 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));
39 std::string jsFormCodePath; member
56 std::string jsFormCodePath = ""; variable
31 jsFormCodePath = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()96 if (!parcel.WriteString16(Str8ToStr16(jsFormCodePath))) { in Marshalling()
148 formInfo.jsFormCodePath = "/data/test";
780 form.jsFormCodePath = record.jsFormCodePath; in CreateFormJsInfo()790 form.jsFormCodePath.c_str(), form.formData.c_str()); in CreateFormJsInfo()
175 newRecord.jsFormCodePath = formInfo.GetHapSourceByModuleName(newRecord.moduleName); in CreateFormRecord()216 formInfo.jsFormCodePath = record.jsFormCodePath; in CreateFormJsInfo()
417 options.hapPath = formJsInfo.jsFormCodePath; in CreateRuntime()427 hapPath_ = formJsInfo.jsFormCodePath; in CreateRuntime()473 hapModuleInfo.hapPath = formJsInfo.jsFormCodePath; in CreateContext()
61 … formJsInfo.moduleName.c_str(), formJsInfo.jsFormCodePath.c_str(), formJsInfo.formSrc.c_str()); in RenderForm()
796 if (formJsInfo.jsFormCodePath.empty() || formJsInfo.formName.empty()) { in ProcessFormUpdate()812 …onFormAcquiredCallback_(runningCardId_, formJsInfo.jsFormCodePath, formJsInfo.formName, formJsInfo… in ProcessFormUpdate()
409 __func__, formId, formJsInfo.jsFormCodePath.c_str(), formJsInfo.formData.c_str()); in UpdateForm()