Searched defs:cacheKey (Results 1 – 5 of 5) sorted by relevance
| /foundation/arkui/ace_engine/frameworks/core/common/lru/ |
| D | count_limit_lru.h | 30 std::string cacheKey; member
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
| D | query_sync_water_mark_helper.cpp | 99 int QuerySyncWaterMarkHelper::GetQueryWaterMarkInCacheAndDb(const std::string &cacheKey, in GetQueryWaterMarkInCacheAndDb() 118 std::string cacheKey = GetHashQuerySyncDeviceId(deviceId, userId, queryIdentify); in GetQueryWaterMark() local 126 std::string cacheKey = GetHashQuerySyncDeviceId(deviceId, userId, queryIdentify); in SetRecvQueryWaterMark() local 134 std::string cacheKey = GetHashQuerySyncDeviceId(deviceId, userId, queryIdentify); in SetLastQueryTime() local 145 int QuerySyncWaterMarkHelper::SetRecvQueryWaterMarkWithoutLock(const std::string &cacheKey, in SetRecvQueryWaterMarkWithoutLock() 160 std::string cacheKey = GetHashQuerySyncDeviceId(deviceId, userId, queryIdentify); in SetSendQueryWaterMark() local 171 int QuerySyncWaterMarkHelper::UpdateCacheAndSave(const std::string &cacheKey, in UpdateCacheAndSave()
|
| /foundation/arkui/ace_engine/frameworks/core/image/ |
| D | image_file_cache.cpp | 176 void ImageFileCache::SaveCacheInner(const std::string& cacheKey, const std::string& suffix, size_t … in SetImageCacheFilePath()
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_control/ |
| D | app_control_manager.cpp | 421 std::string cacheKey = key + std::to_string(appIndex); in DeleteAllDisposedRuleByBundle() local
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
| D | bundle_mgr_host_impl.cpp | 5888 std::string cacheKey = abilityInfo.bundleName + "_" + std::to_string(abilityInfo.appIndex); in GetAbilityLabelInfo() local 5929 bool BundleMgrHostImpl::GetLabelFromCache(const std::string &cacheKey, const std::string &abilityNa… in GetLabelFromCache()
|