Searched refs:formCache (Results 1 - 2 of 2) sorted by relevance
/foundation/ability/form_fwk/services/src/ |
H A D | form_cache_mgr.cpp | 98 FormCache formCache; in GetData() local 99 formCache.formId = formId; in GetData() 100 bool ret = GetDataCacheFromDb(formId, formCache); in GetData() 107 if (HasContent(formCache.dataCache)) { in GetData() 108 nlohmann::json dataCacheObj = nlohmann::json::parse(formCache.dataCache, nullptr, false); in GetData() 114 data = formCache.dataCache; in GetData() 118 if (HasContent(formCache.imgCache)) { in GetData() 119 ret = InnerGetImageData(formCache, imageDataMap); in GetData() 132 const FormCache &formCache, in InnerGetImageData() 136 nlohmann::json imgCacheObj = nlohmann::json::parse(formCache in InnerGetImageData() 131 InnerGetImageData( const FormCache &formCache, std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> &imageDataMap) const InnerGetImageData() argument 182 FormCache formCache; AddData() local 201 AddImgData( const FormProviderData &formProviderData, FormCache &formCache) AddImgData() argument 232 AddCacheData( const FormProviderData &formProviderData, FormCache &formCache) AddCacheData() argument 334 FormCache formCache; DeleteData() local 348 FormCache formCache; NeedAcquireProviderData() local 405 SaveDataCacheToDb(int64_t formId, const FormCache &formCache) SaveDataCacheToDb() argument 421 InnerDeleteImageData(const FormCache &formCache) InnerDeleteImageData() argument [all...] |
/foundation/ability/form_fwk/services/include/ |
H A D | form_cache_mgr.h | 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);
|
Completed in 2 milliseconds