Searched refs:FormCache (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/ability/form_fwk/services/include/ |
H A D | form_cache_mgr.h | 32 struct FormCache { struct 59 bool GetDataCacheFromDb(int64_t formId, FormCache &formCache) const; argument 60 bool SaveDataCacheToDb(int64_t formId, const FormCache &formCache); 66 bool AddCacheData(const FormProviderData &formProviderData, FormCache &formCache); 67 bool AddImgData(const FormProviderData &formProviderData, FormCache &formCache); 72 bool InnerGetImageData(const FormCache &formCache,
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_cache_mgr.cpp | 97 FormCache formCache; in GetData() 131 const FormCache &formCache, in InnerGetImageData() 181 FormCache formCache; in AddData() 201 const FormProviderData &formProviderData, FormCache &formCache) in AddImgData() 232 const FormProviderData &formProviderData, FormCache &formCache) in AddCacheData() 336 FormCache formCache; in DeleteData() 365 FormCache formCache; in NeedAcquireProviderData() 377 bool FormCacheMgr::GetDataCacheFromDb(int64_t formId, FormCache &formCache) const in GetDataCacheFromDb() 422 bool FormCacheMgr::SaveDataCacheToDb(int64_t formId, const FormCache &formCache) in SaveDataCacheToDb()
|