Home
last modified time | relevance | path

Searched refs:imgCache (Results 1 - 2 of 2) sorted by relevance

/foundation/ability/form_fwk/services/src/
H A Dform_cache_mgr.cpp118 if (HasContent(formCache.imgCache)) { in GetData()
136 nlohmann::json imgCacheObj = nlohmann::json::parse(formCache.imgCache, nullptr, false); in InnerGetImageData()
195 // Save dataCache and imgCache in AddData()
215 if (HasContent(formCache.imgCache)) { in AddImgData()
216 nlohmann::json imgCacheObj = nlohmann::json::parse(formCache.imgCache, nullptr, false); in AddImgData()
227 formCache.imgCache = newImgDbData.dump(); in AddImgData()
275 auto imgCache = formProviderData.GetImageDataMap(); in AddImgDataToDb() local
276 HILOG_DEBUG("AddImgDataToDb imgCache size:%{public}zu", imgCache.size()); in AddImgDataToDb()
277 for (const auto &iter : imgCache) { in AddImgDataToDb()
[all...]
/foundation/ability/form_fwk/services/include/
H A Dform_cache_mgr.h35 std::string imgCache; member

Completed in 1 milliseconds