| /foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_json/ |
| D | b_json_entity_extension_config_test.cpp | 84 auto cache = cachedEntity.Structuralize(); variable 116 auto cache = cachedEntity.Structuralize(); variable 147 auto cache = cachedEntity.Structuralize(); variable 178 auto cache = cachedEntity.Structuralize(); variable 212 auto cache = cachedEntity.Structuralize(); variable 246 auto cache = cachedEntity.Structuralize(); variable 278 auto cache = cachedEntity.Structuralize(); variable 312 auto cache = cachedEntity.Structuralize(); variable 348 auto cache = cachedEntity.Structuralize(); variable 375 auto cache = cachedEntity.Structuralize(); variable [all …]
|
| D | b_json_entity_ext_manage_test.cpp | 145 auto cache = cachedEntity.Structuralize(); variable 192 auto cache = cachedEntity.Structuralize(); variable 314 auto cache = cachedEntity.Structuralize(); variable 377 auto cache = cachedEntity.Structuralize(); variable 419 auto cache = cachedEntity.Structuralize(); variable 444 auto cache = cachedEntity.Structuralize(); variable 469 auto cache = cachedEntity.Structuralize(); variable 494 auto cache = cachedEntity.Structuralize(); variable 519 auto cache = cachedEntity.Structuralize(); variable 544 auto cache = cachedEntity.Structuralize(); variable [all …]
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/render_context/ |
| D | shader_cache_test.cpp | 59 auto &cache = ShaderCache::Instance(); variable 90 auto &cache = ShaderCache::Instance(); variable 120 auto &cache = ShaderCache::Instance(); variable 153 auto &cache = ShaderCache::Instance(); variable 186 auto &cache = ShaderCache::Instance(); variable 219 auto &cache = ShaderCache::Instance(); variable 256 auto &cache = ShaderCache::Instance(); variable
|
| /foundation/systemabilitymgr/safwk/test/services/safwk/unittest/ |
| D | expire_lru_cache_test.cpp | 80 ExpireLruCache<std::vector<char>, std::vector<char>> cache; variable 86 ExpireLruCache<std::vector<char>, std::vector<char>> cache(0, 0); variable 92 ExpireLruCache<std::vector<char>, std::vector<char>> cache(0, -1); variable 98 ExpireLruCache<std::vector<char>, std::vector<char>> cache(100, 2000); variable 104 bool ExpirelruCacheTestCheckNums(ExpireLruCache<std::vector<char>, std::vector<char>>& cache, size_… in ExpirelruCacheTestCheckNums() 125 bool ExpirelruCacheTestCheckSequence(ExpireLruCache<std::vector<char>, std::vector<char>>& cache, in ExpirelruCacheTestCheckSequence() 141 bool ExpirelruCacheTestCheckGetRet(ExpireLruCache<std::vector<char>, std::vector<char>>& cache, in ExpirelruCacheTestCheckGetRet() 159 ExpireLruCache<std::vector<char>, std::vector<char>> cache; variable 220 ExpireLruCache<std::vector<char>, std::vector<char>> cache(3, 10000); variable 272 ExpireLruCache<std::vector<char>, std::vector<char>> cache(3, 40); variable [all …]
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/ |
| D | memory_handler.cpp | 27 auto& cache = ShaderCache::Instance(); in ConfigureContext() local 45 const auto& cache = ShaderCache::Instance(); in QuerryShader() local 58 const auto& cache = ShaderCache::Instance(); in ClearShader() local
|
| /foundation/arkui/ace_engine/frameworks/core/common/lru/ |
| D | count_limit_lru.inl | 22 std::unordered_map<std::string, typename std::list<CacheNode<T>>::iterator>& cache, 42 std::unordered_map<std::string, typename std::list<CacheNode<T>>::iterator>& cache) 55 std::unordered_map<std::string, typename std::list<CacheNode<T>>::iterator>& cache)
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
| D | node_context_pool_manager_vk.cpp | 368 auto& cache = framebufferCache_.hashToElement; in BeginBackendFrame() local 381 auto& cache = renderPassCache_.hashToElement; in BeginBackendFrame() local 460 auto& cache = renderPassCompatibilityCache_; in GetRenderPassData() local 477 auto& cache = framebufferCache_; in GetRenderPassData() local 495 auto& cache = renderPassCache_; in GetRenderPassData() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
| D | lazy_for_each_builder.h | 313 …Ptr<UINode> CacheItem(int32_t index, std::unordered_map<std::string, LazyForEachCacheChild>& cache, in CacheItem() 374 … bool PreBuildByIndex(int32_t index, std::unordered_map<std::string, LazyForEachCacheChild>& cache, in PreBuildByIndex() 416 …bool ProcessPreBuildingIndex(std::unordered_map<std::string, LazyForEachCacheChild>& cache, int64_… in ProcessPreBuildingIndex() 430 void ProcessCachedIndex(std::unordered_map<std::string, LazyForEachCacheChild>& cache, in ProcessCachedIndex() 446 …void LoadCacheByIndex(std::unordered_map<std::string, LazyForEachCacheChild>& cache, std::set<int3… in LoadCacheByIndex() 463 …void LoadCacheByKey(std::unordered_map<std::string, LazyForEachCacheChild>& cache, std::set<int32_… in LoadCacheByKey()
|
| /foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/ |
| D | hgm_lru_cache_test.cpp | 50 auto cache = HgmLRUCache<int32_t>(cacheSize); variable
|
| /foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/local/src/ |
| D | local_data_source.cpp | 64 std::shared_ptr<Cache> cache; in GetBestCache() local 86 void LocalDataSource::SolveReqData(std::shared_ptr<Cache> cache, int64_t pos) in SolveReqData() 133 auto cache = GetBestCache(pos); in ReadBuffer() local
|
| /foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/local/src/ |
| D | local_data_source.cpp | 64 std::shared_ptr<Cache> cache; in GetBestCache() local 86 void LocalDataSource::SolveReqData(std::shared_ptr<Cache> cache, int64_t pos) in SolveReqData() 134 auto cache = GetBestCache(pos); in ReadBuffer() local
|
| /foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/ |
| D | render_frame_buffer.cpp | 24 RenderFrameBuffer::RenderFrameBuffer(RenderContext *ctx, ResourceCache *cache, int width, int heigh… in RenderFrameBuffer()
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aging/ |
| D | recently_unused_bundle_aging_handler.cpp | 136 for (const auto &cache : caches) { in CleanCache() local 181 std::vector<std::string> cache; in GetCachePath() local
|
| /foundation/systemabilitymgr/safwk/services/safwk/src/ |
| D | api_cache_manager.cpp | 114 auto cache = caches_.find(myPair); in PreSendRequest() local 141 auto cache = caches_.find(myPair); in PostSendRequest() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/ |
| D | water_flow_layout_info_base.cpp | 39 auto cache = segmentCache_.find(itemIdx); in GetSegment() local
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
| D | gatt_client_profile.cpp | 792 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/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
| D | node_context_pso_manager.cpp | 190 auto& cache = computePipelineStateCache_; in GetComputePsoHandle() local 263 auto& cache = graphicsPipelineStateCache_; in GetGraphicsPsoHandleImpl() local 386 auto& cache = computePipelineStateCache_; in GetComputePso() local 412 auto& cache = graphicsPipelineStateCache_; in GetGraphicsPso() local
|
| /foundation/filemanagement/app_file_service/tools/backup_tool/src/ |
| D | tools_op_incremental_restore_async.cpp | 237 auto cache = cachedEntity.Structuralize(); in AdapteCloneOptimize() local 299 auto cache = cachedEntity.Structuralize(); in RestoreApp() local 319 auto cache = cachedEntity.Structuralize(); in ChangeBundleInfo() local
|
| D | tools_op_restore_async.cpp | 241 auto cache = cachedEntity.Structuralize(); in AdapteCloneOptimize() local 282 auto cache = cachedEntity.Structuralize(); in RestoreApp() local 302 auto cache = cachedEntity.Structuralize(); in ChangeBundleInfo() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
| D | skia_image.cpp | 146 auto cache = pipelineCtx->GetImageCache(); in Cache() local 158 auto cache = pipelineCtx->GetImageCache(); in QueryFromCache() local
|
| /foundation/multimedia/media_foundation/engine/pipeline/filters/muxer/ |
| D | muxer_filter.cpp | 114 for (const auto& cache: capabilityCache_) { in Negotiate() local 166 for (const auto& cache: metaCache_) { in ConfigureToStart() local
|
| /foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/ |
| D | dns_resolv_config.cpp | 20 … NetManagerStandard::LRUCache<AddrInfo> &cache) in DelayedTaskWrapper()
|
| /foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/ |
| D | ext_backup.cpp | 121 auto cache = cachedEntity.Structuralize(); in AllowToBackupRestore() local 132 auto cache = cachedEntity.Structuralize(); in UseFullBackupOnly() local
|
| /foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/src/observer/ |
| D | subject.js | 146 function hijack(target, key, cache) { argument
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/ |
| D | drawing_context.cpp | 63 auto &cache = ShaderCache::Instance(); in SetUpDrawingContext() local
|