Home
last modified time | relevance | path

Searched refs:formSrc (Results 1 - 23 of 23) sorted by relevance

/foundation/ability/form_fwk/test/unittest/fms_form_js_info_base_test/
H A Dfms_form_js_info_base_test.cpp82 std::string formSrc = "formSrc"; in HWTEST_F() local
85 parcel.WriteString16(Str8ToStr16(formSrc)); in HWTEST_F()
130 std::string formSrc = "formSrc"; in HWTEST_F() local
133 parcel.WriteString16(Str8ToStr16(formSrc)); in HWTEST_F()
173 std::string formSrc = "formSrc"; in HWTEST_F() local
176 parcel.WriteString16(Str8ToStr16(formSrc)); in HWTEST_F()
219 std::string formSrc in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/form/
H A Dsub_container.cpp156 const std::map<std::string, sptr<AppExecFwk::FormAshmem>>& imageDataMap, const std::string& formSrc, in RunCard()
159 LOGI("SubContainer::RunCard RunCard!!! path = %{public}s formSrc = %{public}s", path.c_str(), formSrc.c_str()); in RunCard()
206 if (formSrc.compare(0, 2, "./") == 0) { // 2:length of "./" in RunCard()
207 frontend_->SetFormSrc(formSrc.substr(2)); // 2:length of "./" in RunCard()
209 frontend_->SetFormSrc(formSrc); in RunCard()
211 LOGI("RunCard formSrc = %{public}s", formSrc.c_str()); in RunCard()
155 RunCard(int64_t formId, const std::string& path, const std::string& module, const std::string& data, const std::map<std::string, sptr<AppExecFwk::FormAshmem>>& imageDataMap, const std::string& formSrc, const FrontendType& cardType, const FrontendType& uiSyntax) RunCard() argument
H A Dsub_container.h47 const std::map<std::string, sptr<AppExecFwk::FormAshmem>>& imageDataMap, const std::string& formSrc,
H A Dform_element.cpp277 formJsInfo.formSrc, frontendType, uiSyntax); in Prepare()
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dform_frontend_declarative.h91 void SetFormSrc(std::string formSrc) in SetFormSrc() argument
93 formSrc_ = formSrc; in SetFormSrc()
H A Dcard_frontend.h164 void SetFormSrc(std::string formSrc) in SetFormSrc() argument
166 formSrc_ = formSrc; in SetFormSrc()
/foundation/arkui/ace_engine/test/unittest/core/pattern/form/mock/
H A Dmock_sub_container.cpp34 const std::map<std::string, sptr<AppExecFwk::FormAshmem>>& imageDataMap, const std::string& formSrc, in RunCard()
33 RunCard(int64_t formId, const std::string& path, const std::string& module, const std::string& data, const std::map<std::string, sptr<AppExecFwk::FormAshmem>>& imageDataMap, const std::string& formSrc, const FrontendType& cardType, const FrontendType& uiSyntax) RunCard() argument
H A Dmock_sub_container.h35 const std::string& formSrc, const FrontendType& cardType, const FrontendType& uiSyntax));
/foundation/ability/form_fwk/test/fuzztest/formprovidermgr_fuzzer/
H A Dformprovidermgr_fuzzer.cpp45 std::string formSrc(data, size); in DoSomethingInterestingWithMyAPI()
46 formItemInfo.SetFormSrc(formSrc); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_js_info.h44 std::string formSrc; member
/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_js_info.cpp34 formSrc = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
101 // write formData and formSrc in Marshalling()
102 if (!parcel.WriteString16(Str8ToStr16(formData)) || !parcel.WriteString16(Str8ToStr16(formSrc))) { in Marshalling()
/foundation/ability/form_fwk/services/include/
H A Dform_record.h61 std::string formSrc = ""; member in OHOS::AppExecFwk::FormRecord
H A Dform_item_info.h241 * @param formSrc form src.
243 void SetFormSrc(const std::string &formSrc);
/foundation/ability/form_fwk/services/src/
H A Dform_item_info.cpp390 * @param formSrc form src.
392 void FormItemInfo::SetFormSrc(const std::string &formSrc) in SetFormSrc() argument
394 formSrc_ = formSrc; in SetFormSrc()
H A Dform_dump_mgr.cpp166 formInfo += " formSrc [" + formRecordInfo.formSrc + "]\n"; in DumpFormInfo()
H A Dform_task_mgr.cpp780 form.formSrc = record.formSrc; in CreateFormJsInfo()
H A Dform_mgr_adapter.cpp1882 auto formSrc = formInfo.src; in CreateFormItemInfo() local
1883 if (formSrc.rfind(POINT_ETS) == formSrc.size() - POINT_ETS.size()) { in CreateFormItemInfo()
1884 formSrc.erase(formSrc.end() - POINT_ETS.size(), formSrc.end()); in CreateFormItemInfo()
1886 itemInfo.SetFormSrc(formSrc); in CreateFormItemInfo()
H A Dform_data_mgr.cpp180 newRecord.formSrc = formInfo.GetFormSrc(); in CreateFormRecord()
227 formInfo.formSrc = record.formSrc; in CreateFormJsInfo()
H A Dform_event_util.cpp572 formRecord.formSrc = formInfo.src; in UpdateFormRecord()
/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/
H A Dform_renderer_group.cpp151 formRenderer_->ReloadForm(formJsInfo.formSrc); in ReloadForm()
H A Dform_renderer.cpp63 uiContent_->PreInitializeForm(nullptr, formJsInfo.formSrc, nullptr); in PreInitUIContent()
/foundation/ability/form_fwk/services/form_render_service/src/
H A Dform_render_impl.cpp73 "moduleName=%{public}s,jsFormCodePath=%{public}s,formSrc=%{public}s,formId=%{public}" PRId64, in RenderForm()
75 formJsInfo.moduleName.c_str(), formJsInfo.jsFormCodePath.c_str(), formJsInfo.formSrc.c_str(), in RenderForm()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
H A Dform_pattern.cpp1231 container->RunCard(id, path, module, data, imageDataMap, formJsInfo.formSrc, frontendType, uiSyntax); in InitFormManagerDelegate()

Completed in 27 milliseconds