Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formcachemgr_fuzzer/
H A Dformcachemgr_fuzzer.cpp44 FormCacheMgr formCacheMgr; in DoSomethingInterestingWithMyAPI() local
48 formCacheMgr.GetData(formId, datas, imageDataMap); in DoSomethingInterestingWithMyAPI()
52 formCacheMgr.AddData(formId, formProviderData); in DoSomethingInterestingWithMyAPI()
54 formCacheMgr.DeleteData(formId); in DoSomethingInterestingWithMyAPI()
62 return formCacheMgr.NeedAcquireProviderData(formId); in DoSomethingInterestingWithMyAPI()