Home
last modified time | relevance | path

Searched defs:cache (Results 1 – 25 of 43) sorted by relevance

12

/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_json/
Db_json_entity_extension_config_test.cpp77 auto cache = cachedEntity.Structuralize(); variable
109 auto cache = cachedEntity.Structuralize(); variable
140 auto cache = cachedEntity.Structuralize(); variable
171 auto cache = cachedEntity.Structuralize(); variable
205 auto cache = cachedEntity.Structuralize(); variable
239 auto cache = cachedEntity.Structuralize(); variable
271 auto cache = cachedEntity.Structuralize(); variable
306 auto cache = cachedEntity.Structuralize(); variable
340 auto cache = cachedEntity.Structuralize(); variable
376 auto cache = cachedEntity.Structuralize(); variable
[all …]
Db_json_entity_ext_manage_test.cpp121 auto cache = cachedEntity.Structuralize(); variable
168 auto cache = cachedEntity.Structuralize(); variable
227 auto cache = cachedEntity.Structuralize(); variable
291 auto cache = cachedEntity.Structuralize(); variable
372 auto cache = cachedEntity.Structuralize(); variable
462 auto cache = cachedEntity.Structuralize(); variable
487 auto cache = cachedEntity.Structuralize(); variable
512 auto cache = cachedEntity.Structuralize(); variable
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/render_context/
Dshader_cache_test.cpp54 auto &cache = ShaderCache::Instance(); variable
81 auto &cache = ShaderCache::Instance(); variable
107 auto &cache = ShaderCache::Instance(); variable
135 auto &cache = ShaderCache::Instance(); variable
164 auto &cache = ShaderCache::Instance(); variable
193 auto &cache = ShaderCache::Instance(); variable
224 auto &cache = ShaderCache::Instance(); variable
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
Dmemory_handler.cpp28 auto &cache = ShaderCache::Instance(); in ConfigureContext() local
70 const auto& cache = ShaderCache::Instance(); in QuerryShader() local
83 const auto& cache = ShaderCache::Instance(); in ClearShader() local
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
Dext_extension.cpp114 auto cache = cachedEntity.Structuralize(); in IndexFileReady() local
138 auto cache = cachedEntity.Structuralize(); in BigFileReady() local
328 auto cache = cachedEntity.Structuralize(); in AsyncTaskBackup() local
381 auto cache = cachedEntity.Structuralize(); in IsAllFileReceived() local
403 auto cache = cachedEntity.Structuralize(); in RestoreBigFiles() local
Dext_backup.cpp109 auto cache = cachedEntity.Structuralize(); in AllowToBackupRestore() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Dpixelmap_image.cpp158 auto cache = pipeline->GetImageCache(); in Cache() local
167 auto cache = pipeline->GetImageCache(); in QueryFromCache() local
Dskia_image.cpp145 auto cache = pipelineCtx->GetImageCache(); in Cache() local
157 auto cache = pipelineCtx->GetImageCache(); in QueryFromCache() local
Danimated_image.cpp259 auto cache = ctx->GetImageCache(); in CacheFrame() local
333 auto cache = ctx->GetImageCache(); in CacheFrame() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aging/
Drecently_unused_bundle_aging_handler.cpp146 for (const auto &cache : caches) { in CleanCache() local
191 std::vector<std::string> cache; in GetCachePath() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
Dlazy_for_each_builder.h240 …Ptr<UINode> CacheItem(int32_t index, std::unordered_map<std::string, LazyForEachCacheChild>& cache, in CacheItem()
260 std::unordered_map<std::string, LazyForEachCacheChild> cache; in PreBuild() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
Ddrawing_image.cpp121 auto cache = pipelineCtx->GetImageCache(); in Cache() local
133 auto cache = pipelineCtx->GetImageCache(); in QueryFromCache() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
Dgatt_client_profile.cpp792 auto cache = pimpl->cacheMap_.find(connectHandle); in GetServices() local
802 auto cache = pimpl->cacheMap_.find(connectHandle); in GetCharacteristicEndHandle() local
820 auto cache = pimpl->cacheMap_.find(connectHandle); in GetService() local
841 auto cache = pimpl->cacheMap_.find(connectHandle); in GetCharacteristic() local
858 auto cache = pimpl->cacheMap_.find(connectHandle); in GetDescriptor() local
1239 auto cache = cacheMap_.find(connectHandle); in DiscoverAllPrimaryServiceParsing() local
1283 auto cache = cacheMap_.find(connectHandle); in DiscoverPrimaryServiceByUuidParsing() local
1341 auto cache = cacheMap_.find(connectHandle); in FindIncludeServicesParsing() local
1388 auto cache = cacheMap_.find(connectHandle); in FindIncludeServicesParsing() local
1429 auto cache = cacheMap_.find(connectHandle); in DiscoverAllCharacteristicOfServiceParsing() local
[all …]
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/
Ddns_resolv_config.cpp20NetManagerStandard::LRUCache<AddrInfo> &cache) in DelayedTaskWrapper()
/foundation/multimedia/histreamer/engine/pipeline/filters/muxer/
Dmuxer_filter.cpp114 for (const auto& cache: capabilityCache_) { in Negotiate() local
166 for (const auto& cache: metaCache_) { in ConfigureToStart() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
Dskia_gpu_context.cpp27 SkiaPersistentCache::SkiaPersistentCache(GPUContextOptions::PersistentCache* cache) : cache_(cache)… in SkiaPersistentCache()
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_external/
Dbms_adapter.cpp66 auto cache = cachedEntity.Structuralize(); in GetAllowAndExtName() local
/foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/src/observer/
Dsubject.js145 function hijack(target, key, cache) { argument
/foundation/arkui/ace_engine/frameworks/core/image/
Dimage_cache.cpp62 std::unordered_map<std::string, typename std::list<CacheNode<T>>::iterator>& cache, in CacheWithCountLimitLRU()
82 std::unordered_map<std::string, typename std::list<CacheNode<T>>::iterator>& cache) in GetCacheObjWithCountLimitLRU()
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
Dimage_provider.cpp53 auto cache = pipelineCtx->GetImageCache(); in CacheImageObject() local
88 auto cache = pipeline->GetImageCache(); in QueryThumbnailCache() local
/foundation/resourceschedule/ffrt/src/util/
Dslab.h172 std::vector<T*> cache; variable
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/
Ddrawing_context.cpp72 auto &cache = ShaderCache::Instance(); in SetUpDrawingContext() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
Drs_image.cpp167 auto cache = RSImageCache::Instance().GetSkiaImageCache(uniqueId_); local
207 auto cache = RSImageCache::Instance().GetDrawingImageCache(uniqueId_); local
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
Dservice.cpp100 auto cache = cachedEntity.Structuralize(); in GetLocalCapabilities() local
233 auto cache = cachedEntity.Structuralize(); in AppendBundlesRestoreSession() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
Ddistributeddb_storage_sqlite_single_ver_natural_executor_test.cpp276 vector<int64_t> cache; variable
325 vector<int64_t> cache; variable

12