Searched refs:AllotFormById (Results 1 - 5 of 5) sorted by relevance
/foundation/ability/form_fwk/test/fuzztest/formmgradapter_fuzzer/ |
H A D | formmgradapter_fuzzer.cpp | 69 formMgrAdapter.AllotFormById(formConfigInfo, callerToken, wantParams, formInfo); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/services/include/ |
H A D | form_mgr_adapter.h | 722 ErrCode AllotFormById(const FormItemInfo &info, const sptr<IRemoteObject> &callerToken,
|
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/ |
H A D | fms_form_mgr_adapter_test.cpp | 1752 * @tc.desc: test AllotFormById function and the return value is ERR_APPEXECFWK_FORM_COMMON_CODE.
1766 formMgrAdapter.AllotFormById(info, callerToken, wantParams, formInfo));
in HWTEST_F() 1772 * @tc.desc: test AllotFormById function and the return value is ERR_APPEXECFWK_FORM_NOT_EXIST_ID.
1786 formMgrAdapter.AllotFormById(info, callerToken, wantParams, formInfo));
in HWTEST_F()
|
H A D | fms_form_mgr_adapter_test2.cpp | 496 * @tc.desc: test AllotFormById function and the return value is ERR_APPEXECFWK_FORM_COMMON_CODE.
509 EXPECT_EQ(ERR_APPEXECFWK_FORM_COMMON_CODE, formMgrAdapter.AllotFormById(info, callerToken, wantParams, formInfo));
in HWTEST_F() 515 * @tc.desc: test AllotFormById function and the return value is ERR_APPEXECFWK_FORM_CFG_NOT_MATCH_ID.
530 ERR_APPEXECFWK_FORM_NOT_EXIST_ID, formMgrAdapter.AllotFormById(info, callerToken, wantParams, formInfo));
in HWTEST_F()
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_mgr_adapter.cpp | 338 ret = AllotFormById(formItemInfo, callerToken, wantParams, formJsInfo); in AllotForm() 1417 ErrCode FormMgrAdapter::AllotFormById(const FormItemInfo &info, in AllotFormById() function in OHOS::AppExecFwk::FormMgrAdapter
|
Completed in 15 milliseconds