Home
last modified time | relevance | path

Searched refs:GetFormConfigInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgradapter_fuzzer/
H A Dformmgradapter_fuzzer.cpp67 formMgrAdapter.GetFormConfigInfo(want, formConfigInfo); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_mgr_adapter.h661 ErrCode GetFormConfigInfo(const Want& want, FormItemInfo &formItemInfo);
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_mgr_adapter.cpp154 int32_t errCode = GetFormConfigInfo(want, formItemInfo); in AddForm()
1403 ErrCode FormMgrAdapter::GetFormConfigInfo(const Want &want, FormItemInfo &formConfigInfo) in GetFormConfigInfo() function in OHOS::AppExecFwk::FormMgrAdapter