Home
last modified time | relevance | path

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

1234

/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
283 auto &cache = ShaderCache::Instance(); variable
297 auto &cache = ShaderCache::Instance(); variable
316 auto &cache = ShaderCache::Instance(); variable
[all …]
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/
Dexpire_lru_cache_test.cpp81 ExpireLruCache<std::vector<char>, std::vector<char>> cache; variable
87 ExpireLruCache<std::vector<char>, std::vector<char>> cache(0, 0); variable
93 ExpireLruCache<std::vector<char>, std::vector<char>> cache(0, -1); variable
99 ExpireLruCache<std::vector<char>, std::vector<char>> cache(100, 2000); variable
106 bool ExpirelruCacheTestCheckNums(ExpireLruCache<std::vector<char>, std::vector<char>>& cache, size_… in ExpirelruCacheTestCheckNums()
127 bool ExpirelruCacheTestCheckSequence(ExpireLruCache<std::vector<char>, std::vector<char>>& cache, in ExpirelruCacheTestCheckSequence()
143 bool ExpirelruCacheTestCheckGetRet(ExpireLruCache<std::vector<char>, std::vector<char>>& cache, in ExpirelruCacheTestCheckGetRet()
162 ExpireLruCache<std::vector<char>, std::vector<char>> cache; variable
225 ExpireLruCache<std::vector<char>, std::vector<char>> cache(3, 10000); variable
279 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
51 const auto& cache = ShaderCache::Instance(); in QuerryShader() local
64 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/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_manager/src/theme/
DArkThemeCache.ts24 private cache: ArkThemeBase[] = []; property in ArkThemeCache
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
Dnode_context_pool_manager_vk.cpp378 auto& cache = framebufferCache_.hashToElement; in BeginBackendFrame() local
391 auto& cache = renderPassCache_.hashToElement; in BeginBackendFrame() local
475 auto& cache = renderPassCompatibilityCache_; in GetRenderPassData() local
492 auto& cache = framebufferCache_; in GetRenderPassData() local
510 auto& cache = renderPassCache_; in GetRenderPassData() local
/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()
142 auto cache = GetBestCache(pos); in ReadBuffer() 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/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/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/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/
Dwater_flow_layout_info_base.cpp36 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/arkui/ace_engine/frameworks/core/components_ng/syntax/
Dlazy_for_each_builder.h184 …bool ProcessPreBuildingIndex(std::unordered_map<std::string, LazyForEachCacheChild>& cache, int64_… in ProcessPreBuildingIndex()
201 …void LoadCacheByIndex(std::unordered_map<std::string, LazyForEachCacheChild>& cache, std::set<int3… in LoadCacheByIndex()
218 …void LoadCacheByKey(std::unordered_map<std::string, LazyForEachCacheChild>& cache, std::set<int32_… in LoadCacheByKey()
/foundation/ability/dmsfwk/services/dtbcollabmgr/include/av_trans_stream_provider/
Dav_surface_buffer_cache.h50 const std::shared_ptr<AVSurfaceBufferCache>& cache) in SurfaceListener()
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
Dnode_context_pso_manager.cpp199 auto& cache = computePipelineStateCache_; in GetComputePsoHandle() local
272 auto& cache = graphicsPipelineStateCache_; in GetGraphicsPsoHandleImpl() local
404 auto& cache = computePipelineStateCache_; in GetComputePso() local
430 auto& cache = graphicsPipelineStateCache_; in GetGraphicsPso() local
/foundation/filemanagement/app_file_service/tools/backup_tool/src/
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
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
/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/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/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

1234