Home
last modified time | relevance | path

Searched refs:formDataMgr (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formdatamgrtwo_fuzzer/
H A Dformdatamgrtwo_fuzzer.cpp41 FormDataMgr formDataMgr; in DoSomethingInterestingWithMyAPI() local
47 formDataMgr.PaddingUdidHash(formId); in DoSomethingInterestingWithMyAPI()
48 formDataMgr.GenerateFormId(); in DoSomethingInterestingWithMyAPI()
49 formDataMgr.GenerateUdidHash(); in DoSomethingInterestingWithMyAPI()
50 formDataMgr.GetUdidHash(); in DoSomethingInterestingWithMyAPI()
52 formDataMgr.SetUdidHash(udidHash); in DoSomethingInterestingWithMyAPI()
54 formDataMgr.GetMatchedHostClient(callerToken, record); in DoSomethingInterestingWithMyAPI()
56 formDataMgr.SetNeedRefresh(formId, needRefresh); in DoSomethingInterestingWithMyAPI()
58 formDataMgr.SetCountTimerRefresh(formId, countTimerRefresh); in DoSomethingInterestingWithMyAPI()
65 formDataMgr.SetEnableUpdate(formId, enableUpdate); in DoSomethingInterestingWithMyAPI()
[all …]
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formdatamgrfour_fuzzer/
H A Dformdatamgrfour_fuzzer.cpp41 FormDataMgr formDataMgr; in DoSomethingInterestingWithMyAPI() local
46 formDataMgr.DeleteFormsByUserId(userId, removedFormIds); in DoSomethingInterestingWithMyAPI()
47 formDataMgr.ClearFormRecords(); in DoSomethingInterestingWithMyAPI()
63 formDataMgr.ClearHostDataByInvalidForms(callingUid, foundFormsMap); in DoSomethingInterestingWithMyAPI()
66 formDataMgr.AddRequestPublishFormInfo(formId, want, formProviderData); in DoSomethingInterestingWithMyAPI()
67 formDataMgr.RemoveRequestPublishFormInfo(formId); in DoSomethingInterestingWithMyAPI()
68 formDataMgr.IsRequestPublishForm(formId); in DoSomethingInterestingWithMyAPI()
69 formDataMgr.GetRequestPublishFormInfo(formId, want, formProviderData); in DoSomethingInterestingWithMyAPI()
73 formDataMgr.GetPackageForm(record, bundlePackInfo, abilityFormInfo); in DoSomethingInterestingWithMyAPI()
74 formDataMgr.IsSameForm(record, abilityFormInfo); in DoSomethingInterestingWithMyAPI()
[all …]
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formdatamgrthree_fuzzer/
H A Dformdatamgrthree_fuzzer.cpp41 FormDataMgr formDataMgr; in DoSomethingInterestingWithMyAPI() local
44 formDataMgr.SetVersionUpgrade(formId, versionUpgrade); in DoSomethingInterestingWithMyAPI()
46 formDataMgr.UpdateHostForm(formId, formRecord); in DoSomethingInterestingWithMyAPI()
57 formDataMgr.FindMatchedFormId(formId); in DoSomethingInterestingWithMyAPI()
59 formDataMgr.ClearHostDataByUId(uId); in DoSomethingInterestingWithMyAPI()
71 formDataMgr.ParseUpdateConfig(formRecord, info); in DoSomethingInterestingWithMyAPI()
73 formDataMgr.ParseIntervalConfig(formRecord, configDuration); in DoSomethingInterestingWithMyAPI()
74 formDataMgr.ParseAtTimerConfig(formRecord, info); in DoSomethingInterestingWithMyAPI()
75 formDataMgr.IsFormCached(formRecord); in DoSomethingInterestingWithMyAPI()
80 formDataMgr.NotifyFormsVisible(formIds, isVisible, callerToken); in DoSomethingInterestingWithMyAPI()
[all …]
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formdatamgrone_fuzzer/
H A Dformdatamgrone_fuzzer.cpp41 FormDataMgr formDataMgr; in DoSomethingInterestingWithMyAPI() local
45 formDataMgr.IsCallingUidValid(formUserUids); in DoSomethingInterestingWithMyAPI()
49 formDataMgr.AddFormUserUid(formId, formUserUid); in DoSomethingInterestingWithMyAPI()
51 formDataMgr.DeleteFormUserUid(formId, uid); in DoSomethingInterestingWithMyAPI()
53 formDataMgr.UpdateFormRecord(formId, formRecord); in DoSomethingInterestingWithMyAPI()
57 formDataMgr.GetFormRecord(bundleName, formInfos); in DoSomethingInterestingWithMyAPI()
58 formDataMgr.ExistFormRecord(formId); in DoSomethingInterestingWithMyAPI()
59 formDataMgr.HasFormUserUids(formId); in DoSomethingInterestingWithMyAPI()
65 formDataMgr.DeleteHostRecord(callerToken, formId); in DoSomethingInterestingWithMyAPI()
68 formDataMgr.CleanHostRemovedForms(removedFormIds); in DoSomethingInterestingWithMyAPI()
[all …]
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formdatamgr_fuzzer/
H A Dformdatamgr_fuzzer.cpp40 FormDataMgr formDataMgr; in DoSomethingInterestingWithMyAPI() local
44 formDataMgr.AllotFormRecord(formInfo, callingUid, userId); in DoSomethingInterestingWithMyAPI()
46 formDataMgr.DeleteFormRecord(formId); in DoSomethingInterestingWithMyAPI()
48 formDataMgr.AllotFormHostRecord(formInfo, callerToken, formId, callingUid); in DoSomethingInterestingWithMyAPI()
50 formDataMgr.CreateHostRecord(formInfo, callerToken, callingUid, record); in DoSomethingInterestingWithMyAPI()
51 formDataMgr.CreateFormRecord(formInfo, callingUid, userId); in DoSomethingInterestingWithMyAPI()
54 formDataMgr.CreateFormJsInfo(formId, records, formInfos); in DoSomethingInterestingWithMyAPI()
55 formDataMgr.CheckTempEnoughForm(); in DoSomethingInterestingWithMyAPI()
57 formDataMgr.CheckEnoughForm(callingUid, currentUserId); in DoSomethingInterestingWithMyAPI()
58 formDataMgr.DeleteTempForm(formId); in DoSomethingInterestingWithMyAPI()
[all …]
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_share_mgr_test/
H A Dfms_form_share_mgr_test.cpp2196 FormDataMgr formDataMgr; variable
2214 FormDataMgr formDataMgr; variable
2229 FormDataMgr formDataMgr; variable
2243 FormDataMgr formDataMgr; variable
2257 FormDataMgr formDataMgr; variable
2281 FormDataMgr formDataMgr; variable
2439 FormDataMgr formDataMgr; variable
2455 FormDataMgr formDataMgr; variable
2473 FormDataMgr formDataMgr; variable
2489 FormDataMgr formDataMgr; variable
[all …]
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_data_mgr_test/
H A Dfms_form_data_mgr_test.cpp454 ASSERT_NE(nullptr, formDataMgr);
1283 ASSERT_NE(nullptr, formDataMgr);
1284 formDataMgr->SetNeedRefresh(formId, needRefresh);
1330 ASSERT_NE(nullptr, formDataMgr);
1477 ASSERT_NE(nullptr, formDataMgr);
1478 formDataMgr->SetEnableUpdate(formId, enableUpdate);
1528 ASSERT_NE(nullptr, formDataMgr);
1751 ASSERT_NE(nullptr, formDataMgr);
1752 formDataMgr->SetFormCacheInited(formId, true);
1798 ASSERT_NE(nullptr, formDataMgr);
[all …]