Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_message_event_test/
H A Dfms_form_mgr_message_event_test.cpp320 FormDbCache formDbCache; variable
334 FormDbCache formDbCache; variable
352 FormDbCache formDbCache; variable
370 FormDbCache formDbCache; variable
388 FormDbCache formDbCache; variable
406 FormDbCache formDbCache; variable
425 FormDbCache formDbCache; variable
449 FormDbCache formDbCache; variable
468 FormDbCache formDbCache; variable
485 FormDbCache formDbCache; variable
[all …]
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formdbcacheannex_fuzzer/
H A Dformdbcacheannex_fuzzer.cpp41 FormDbCache formDbCache; in DoSomethingInterestingWithMyAPI() local
44 formDbCache.GetDBRecord(formId, record); in DoSomethingInterestingWithMyAPI()
46 formDbCache.GetDBRecord(formId, records); in DoSomethingInterestingWithMyAPI()
47 formDbCache.UpdateDBRecord(formId, record); in DoSomethingInterestingWithMyAPI()
59 formDbCache.GetNoHostDBForms(uid, noHostFormDBList, foundFormsMap); in DoSomethingInterestingWithMyAPI()
61 formDbCache.GetMatchCount(bundleName, moduleName); in DoSomethingInterestingWithMyAPI()
63 formDbCache.DeleteDBFormsByUserId(userId); in DoSomethingInterestingWithMyAPI()
67formDbCache.GetNoHostInvalidDBForms(userId, callingUid, matchedFormIds, noHostFormDBList, foundFor… in DoSomethingInterestingWithMyAPI()
68 formDbCache.BatchDeleteNoHostDBForms(callingUid, noHostFormDBList, foundFormsMap); in DoSomethingInterestingWithMyAPI()
69 formDbCache.DeleteInvalidDBForms(userId, callingUid, matchedFormIds, foundFormsMap); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formdbcache_fuzzer/
H A Dformdbcache_fuzzer.cpp40 FormDbCache formDbCache; in DoSomethingInterestingWithMyAPI() local
41 formDbCache.Start(); in DoSomethingInterestingWithMyAPI()
43 formDbCache.SaveFormInfo(formDBInfo); in DoSomethingInterestingWithMyAPI()
44 formDbCache.SaveFormInfoNolock(formDBInfo); in DoSomethingInterestingWithMyAPI()
46 formDbCache.DeleteFormInfo(formId); in DoSomethingInterestingWithMyAPI()
48 formDbCache.IsHostOwner(formId, hostUid); in DoSomethingInterestingWithMyAPI()
49 formDbCache.UpdateFormLocation(formId, hostUid); in DoSomethingInterestingWithMyAPI()
54 formDbCache.DeleteFormInfoByBundleName(bundleName, userId, removedDBForms); in DoSomethingInterestingWithMyAPI()