Home
last modified time | relevance | path

Searched refs:AllotFormByInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgradapterone_fuzzer/
H A Dformmgradapterone_fuzzer.cpp48 formMgrAdapter.AllotFormByInfo(info, callerToken, wantParams, formInfo); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_mgr_adapter.h746 ErrCode AllotFormByInfo(const FormItemInfo &info, const sptr<IRemoteObject> &callerToken,
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_mgr_adapter.cpp341 ret = AllotFormByInfo(formItemInfo, callerToken, wantParams, formJsInfo); in AllotForm()
1598 return AllotFormByInfo(info, callerToken, wantParams, formInfo); in AllotFormBySpecificId()
1604 ErrCode FormMgrAdapter::AllotFormByInfo(const FormItemInfo &info, in AllotFormByInfo() function in OHOS::AppExecFwk::FormMgrAdapter
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/
H A Dfms_form_mgr_adapter_test.cpp1697 formMgrAdapter.AllotFormByInfo(info, callerToken, wantParams, formInfo));