Searched refs:AddExistFormRecord (Results 1 - 4 of 4) sorted by relevance
/foundation/ability/form_fwk/test/fuzztest/formmgradapterone_fuzzer/ |
H A D | formmgradapterone_fuzzer.cpp | 47 formMgrAdapter.AddExistFormRecord(info, callerToken, record, formId, wantParams, formInfo); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/ |
H A D | fms_form_mgr_adapter_test.cpp | 608 * @tc.desc: test AddExistFormRecord function.
623 formMgrAdapter.AddExistFormRecord(info, callerToken, record, formId, wantParams, formInfo));
in HWTEST_F() 629 * @tc.desc: test AddExistFormRecord function.
645 formMgrAdapter.AddExistFormRecord(info, callerToken, record, formId, wantParams, formInfo);
in HWTEST_F() 651 * @tc.desc: test AddExistFormRecord function.
667 formMgrAdapter.AddExistFormRecord(info, callerToken, record, formId, wantParams, formInfo);
in HWTEST_F() 673 * @tc.desc: test AddExistFormRecord function.
691 EXPECT_EQ(ERR_OK, formMgrAdapter.AddExistFormRecord(info, callerToken, record, formId, wantParams, formInfo));
in HWTEST_F()
|
/foundation/ability/form_fwk/services/include/ |
H A D | form_mgr_adapter.h | 791 ErrCode AddExistFormRecord(const FormItemInfo &info, const sptr<IRemoteObject> &callerToken,
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_mgr_adapter.cpp | 1449 return AddExistFormRecord(info, callerToken, record, formId, wantParams, formInfo); in AllotFormById() 1470 ErrCode FormMgrAdapter::AddExistFormRecord(const FormItemInfo &info, const sptr<IRemoteObject> &callerToken, in AddExistFormRecord() function in OHOS::AppExecFwk::FormMgrAdapter
|
Completed in 17 milliseconds