Home
last modified time | relevance | path

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

/foundation/ability/form_fwk/test/fuzztest/formmgradapterone_fuzzer/
H A Dformmgradapterone_fuzzer.cpp63 formMgrAdapter.GetFormItemInfo(want, bundleInfo, formInfos, info); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/services/include/
H A Dform_mgr_adapter.h675 ErrCode GetFormItemInfo(const AAFwk::Want &want, const BundleInfo &bundleInfo, const FormInfo &formInfo,
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/
H A Dfms_form_mgr_adapter_test.cpp898 * @tc.desc: test GetFormItemInfo function.
910 formMgrAdapter.GetFormItemInfo(want, bundleInfo, formInfo, formItemInfo)); in HWTEST_F()
H A Dfms_form_mgr_adapter_test2.cpp707 * @tc.desc: test GetFormItemInfo function and the return value is ERR_APPEXECFWK_FORM_GET_INFO_FAILED.
724 ERR_APPEXECFWK_FORM_GET_INFO_FAILED, formMgrAdapter.GetFormItemInfo(want, bundleInfo, formInfo, formItemInfo)); in HWTEST_F()
/foundation/ability/form_fwk/services/src/
H A Dform_mgr_adapter.cpp1366 errCode = GetFormItemInfo(want, bundleInfo, formInfo, formConfigInfo); in GetFormConfigInfo()
1810 ErrCode FormMgrAdapter::GetFormItemInfo(const AAFwk::Want &want, const BundleInfo &bundleInfo, in GetFormItemInfo() function in OHOS::AppExecFwk::FormMgrAdapter
1813 HILOG_DEBUG("GetFormItemInfo start"); in GetFormItemInfo()
1827 HILOG_DEBUG("GetFormItemInfo end"); in GetFormItemInfo()

Completed in 15 milliseconds