Searched refs:FormCache (Results 1 - 2 of 2) sorted by relevance
/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; 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, 74 bool InnerDeleteImageData(const FormCache &formCache);
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_cache_mgr.cpp | 98 FormCache formCache; in GetData() 132 const FormCache &formCache, in InnerGetImageData() 182 FormCache formCache; in AddData() 202 const FormProviderData &formProviderData, FormCache &formCache) in AddImgData() 233 const FormProviderData &formProviderData, FormCache &formCache) in AddCacheData() 334 FormCache formCache; in DeleteData() 348 FormCache formCache; in NeedAcquireProviderData() 360 bool FormCacheMgr::GetDataCacheFromDb(int64_t formId, FormCache &formCache) const in GetDataCacheFromDb() 405 bool FormCacheMgr::SaveDataCacheToDb(int64_t formId, const FormCache &formCache) in SaveDataCacheToDb() 421 bool FormCacheMgr::InnerDeleteImageData(const FormCache [all...] |
Completed in 1 milliseconds