Home
last modified time | relevance | path

Searched refs:formConfigInfo (Results 1 - 2 of 2) sorted by relevance

/foundation/ability/form_fwk/test/fuzztest/formmgradapter_fuzzer/
H A Dformmgradapter_fuzzer.cpp66 FormItemInfo formConfigInfo; in DoSomethingInterestingWithMyAPI() local
67 formMgrAdapter.GetFormConfigInfo(want, formConfigInfo); in DoSomethingInterestingWithMyAPI()
69 formMgrAdapter.AllotFormById(formConfigInfo, callerToken, wantParams, formInfo); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/services/src/
H A Dform_mgr_adapter.cpp1344 ErrCode FormMgrAdapter::GetFormConfigInfo(const Want &want, FormItemInfo &formConfigInfo) in GetFormConfigInfo() argument
1366 errCode = GetFormItemInfo(want, bundleInfo, formInfo, formConfigInfo); in GetFormConfigInfo()
1371 formConfigInfo.SetPackageName(packageName); in GetFormConfigInfo()
1372 formConfigInfo.SetDeviceId(want.GetElement().GetDeviceID()); in GetFormConfigInfo()
1374 if (!formConfigInfo.IsValidItem()) { in GetFormConfigInfo()
1386 formConfigInfo.SetFormLocation((Constants::FormLocation)formLocation); in GetFormConfigInfo()
1390 formConfigInfo.SetRenderingMode((Constants::RenderingMode)renderingMode); in GetFormConfigInfo()
1393 formConfigInfo.GetProviderBundleName()); in GetFormConfigInfo()
1394 formConfigInfo.SetEnableForm(!isFormBundleForbidden); in GetFormConfigInfo()
1785 HILOG_ERROR("GetFormsInfoByModule,get formConfigInfo faile in GetFormInfo()
[all...]

Completed in 6 milliseconds