Home
last modified time | relevance | path

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

123

/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_json/
Db_json_entity_extension_config_test.cpp84 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 …]
Db_json_entity_ext_manage_test.cpp145 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/
Dshader_cache_test.cpp59 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/
Dexpire_lru_cache_test.cpp80 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/
Dmemory_handler.cpp27 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/
Dcount_limit_lru.inl22 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/
Dnode_context_pool_manager_vk.cpp368 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/
Dlazy_for_each_builder.h302 …Ptr<UINode> CacheItem(int32_t index, std::unordered_map<std::string, LazyForEachCacheChild>& cache, in CacheItem()
359 … bool PreBuildByIndex(int32_t index, std::unordered_map<std::string, LazyForEachCacheChild>& cache, in PreBuildByIndex()
396 …bool ProcessPreBuildingIndex(std::unordered_map<std::string, LazyForEachCacheChild>& cache, int64_… in ProcessPreBuildingIndex()
410 void ProcessCachedIndex(std::unordered_map<std::string, LazyForEachCacheChild>& cache, in ProcessCachedIndex()
426 …void LoadCacheByIndex(std::unordered_map<std::string, LazyForEachCacheChild>& cache, std::set<int3… in LoadCacheByIndex()
443 …void LoadCacheByKey(std::unordered_map<std::string, LazyForEachCacheChild>& cache, std::set<int32_… in LoadCacheByKey()
/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/
Dhgm_lru_cache_test.cpp50 auto cache = HgmLRUCache<int32_t>(cacheSize); variable
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/local/src/
Dlocal_data_source.cpp64 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/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/local/src/
Dlocal_data_source.cpp64 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/multimedia/image_effect/frameworks/native/render_environment/graphic/
Drender_frame_buffer.cpp24 RenderFrameBuffer::RenderFrameBuffer(RenderContext *ctx, ResourceCache *cache, int width, int heigh… in RenderFrameBuffer()
/foundation/systemabilitymgr/safwk/services/safwk/src/
Dapi_cache_manager.cpp114 auto cache = caches_.find(myPair); in PreSendRequest() local
141 auto cache = caches_.find(myPair); in PostSendRequest() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aging/
Drecently_unused_bundle_aging_handler.cpp136 for (const auto &cache : caches) { in CleanCache() local
181 std::vector<std::string> cache; in GetCachePath() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/
Dwater_flow_layout_info_base.cpp39 auto cache = segmentCache_.find(itemIdx); in GetSegment() 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/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
Dnode_context_pso_manager.cpp190 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/
Dtools_op_restore_async.cpp241 auto cache = cachedEntity.Structuralize(); in AdapteCloneOptimize() local
282 auto cache = cachedEntity.Structuralize(); in RestoreApp() local
302 auto cache = cachedEntity.Structuralize(); in ChangeBundleInfo() local
Dtools_op_incremental_restore_async.cpp237 auto cache = cachedEntity.Structuralize(); in AdapteCloneOptimize() local
299 auto cache = cachedEntity.Structuralize(); in RestoreApp() local
319 auto cache = cachedEntity.Structuralize(); in ChangeBundleInfo() local
/foundation/multimedia/media_foundation/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/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Dskia_image.cpp146 auto cache = pipelineCtx->GetImageCache(); in Cache() local
158 auto cache = pipelineCtx->GetImageCache(); in QueryFromCache() local
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/
Ddns_resolv_config.cpp20NetManagerStandard::LRUCache<AddrInfo> &cache) in DelayedTaskWrapper()
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
Dext_backup.cpp121 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/
Dsubject.js146 function hijack(target, key, cache) { argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
Dimage_provider.cpp46 auto cache = pipelineCtx->GetImageCache(); in CacheImageObject() local
89 auto cache = pipeline->GetImageCache(); in QueryThumbnailCache() local

123