Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/
H A Dmock_form_cache_mgr.cpp52 bool FormCacheMgr::NeedAcquireProviderData(const int64_t formId) const in NeedAcquireProviderData() function in OHOS::AppExecFwk::FormCacheMgr
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formcachemgr_fuzzer/
H A Dformcachemgr_fuzzer.cpp62 return formCacheMgr.NeedAcquireProviderData(formId); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_cache_mgr.h56 bool NeedAcquireProviderData(int64_t formId) const;
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_cache_mgr.cpp362 bool FormCacheMgr::NeedAcquireProviderData(const int64_t formId) const in NeedAcquireProviderData() function in OHOS::AppExecFwk::FormCacheMgr
H A Dform_provider_mgr.cpp559 return FormCacheMgr::GetInstance().NeedAcquireProviderData(record.formId); in IsFormCached()
H A Dform_data_mgr.cpp1458 return FormCacheMgr::GetInstance().NeedAcquireProviderData(record.formId); in IsFormCached()
H A Dform_mgr_adapter.cpp1553 || FormCacheMgr::GetInstance().NeedAcquireProviderData(newRecord.formId) in AddExistFormRecord()