Home
last modified time | relevance | path

Searched refs:GetFormItemInfo (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgradapterone_fuzzer/
H A Dformmgradapterone_fuzzer.cpp63 formMgrAdapter.GetFormItemInfo(want, bundleInfo, formInfos, info); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_mgr_adapter.h688 …ErrCode GetFormItemInfo(const AAFwk::Want &want, const BundleInfo &bundleInfo, const FormInfo &for…
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/
H A Dfms_form_mgr_adapter_test.cpp838 formMgrAdapter.GetFormItemInfo(want, bundleInfo, formInfo, formItemInfo));
H A Dfms_form_mgr_adapter_test2.cpp606 …ERR_APPEXECFWK_FORM_GET_INFO_FAILED, formMgrAdapter.GetFormItemInfo(want, bundleInfo, formInfo, fo…
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_mgr_adapter.cpp1425 errCode = GetFormItemInfo(want, bundleInfo, formInfo, formConfigInfo); in GetFormConfigInfo()
1871 ErrCode FormMgrAdapter::GetFormItemInfo(const AAFwk::Want &want, const BundleInfo &bundleInfo, in GetFormItemInfo() function in OHOS::AppExecFwk::FormMgrAdapter