Home
last modified time | relevance | path

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

/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
/foundation/ability/form_fwk/services/include/
H A Dform_cache_mgr.h56 bool NeedAcquireProviderData(int64_t formId) const;
/foundation/ability/form_fwk/test/fuzztest/formcachemgr_fuzzer/
H A Dformcachemgr_fuzzer.cpp62 return formCacheMgr.NeedAcquireProviderData(formId); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/services/src/
H A Dform_cache_mgr.cpp345 bool FormCacheMgr::NeedAcquireProviderData(const int64_t formId) const in NeedAcquireProviderData() function in OHOS::AppExecFwk::FormCacheMgr
347 HILOG_DEBUG("NeedAcquireProviderData"); in NeedAcquireProviderData()
H A Dform_provider_mgr.cpp556 return FormCacheMgr::GetInstance().NeedAcquireProviderData(record.formId); in IsFormCached()
H A Dform_data_mgr.cpp1413 return FormCacheMgr::GetInstance().NeedAcquireProviderData(record.formId); in IsFormCached()
H A Dform_mgr_adapter.cpp1491 if (newRecord.needRefresh || FormCacheMgr::GetInstance().NeedAcquireProviderData(newRecord.formId) in AddExistFormRecord()

Completed in 13 milliseconds