Home
last modified time | relevance | path

Searched defs:cache (Results 1 – 25 of 57) 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.cpp143 auto cache = cachedEntity.Structuralize(); variable
190 auto cache = cachedEntity.Structuralize(); variable
249 auto cache = cachedEntity.Structuralize(); variable
313 auto cache = cachedEntity.Structuralize(); variable
394 auto cache = cachedEntity.Structuralize(); variable
484 auto cache = cachedEntity.Structuralize(); variable
509 auto cache = cachedEntity.Structuralize(); variable
534 auto cache = cachedEntity.Structuralize(); variable
559 auto cache = cachedEntity.Structuralize(); variable
584 auto cache = cachedEntity.Structuralize(); variable
[all …]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/render_context/
Dshader_cache_test.cpp60 auto &cache = ShaderCache::Instance(); variable
100 auto &cache = ShaderCache::Instance(); variable
139 auto &cache = ShaderCache::Instance(); variable
181 auto &cache = ShaderCache::Instance(); variable
225 auto &cache = ShaderCache::Instance(); variable
269 auto &cache = ShaderCache::Instance(); variable
317 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
73 const auto& cache = ShaderCache::Instance(); in QuerryShader() local
86 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/core/components_ng/syntax/
Dlazy_for_each_builder.h295 …Ptr<UINode> CacheItem(int32_t index, std::unordered_map<std::string, LazyForEachCacheChild>& cache, in CacheItem()
351 … bool PreBuildByIndex(int32_t index, std::unordered_map<std::string, LazyForEachCacheChild>& cache, in PreBuildByIndex()
385 …bool ProcessPreBuildingIndex(std::unordered_map<std::string, LazyForEachCacheChild>& cache, int64_… in ProcessPreBuildingIndex()
404 std::unordered_map<std::string, LazyForEachCacheChild> cache; in PreBuild() local
429 void ProcessCachedIndex(std::unordered_map<std::string, LazyForEachCacheChild>& cache, in ProcessCachedIndex()
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
Dext_extension.cpp164 auto cache = cachedEntity.Structuralize(); in IndexFileReady() local
185 auto cache = cachedEntity.Structuralize(); in BigFileReady() local
234 auto cache = cachedEntity.Structuralize(); in IsAllFileReceived() local
300 auto cache = cachedEntity.Structuralize(); in HandleBackup() local
317 auto cache = cachedEntity.Structuralize(); in IsUserTar() local
436 auto cache = cachedEntity.Structuralize(); in AsyncTaskBackup() local
505 auto cache = cachedEntity.Structuralize(); in RestoreFilesForSpecialCloneCloud() local
596 auto cache = cachedEntity.Structuralize(); in RestoreBigFiles() local
624 auto cache = cachedEntity.Structuralize(); in DeleteBackupTars() local
Dext_backup.cpp110 auto cache = cachedEntity.Structuralize(); in AllowToBackupRestore() local
121 auto cache = cachedEntity.Structuralize(); in UseFullBackupOnly() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
Dnode_context_pool_manager_vk.cpp296 auto& cache = framebufferCache_.hashToElement; in BeginFrame() local
308 auto& cache = renderPassCache_.hashToElement; in BeginFrame() local
369 auto& cache = renderPassCompatibilityCache_; in GetRenderPassData() local
386 auto& cache = framebufferCache_; in GetRenderPassData() local
404 auto& cache = renderPassCache_; in GetRenderPassData() local
/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()
134 auto cache = GetBestCache(pos); in ReadBuffer() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/
Ddrawing_context.cpp77 auto &cache = ShaderCache::Instance(); in SetUpDrawingContext() local
127 auto &cache = ShaderCache::Instance(); in SetUpDrawingContext() 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/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
Dnode_context_pso_manager.cpp107 auto& cache = computePipelineStateCache_; in GetComputePsoHandle() local
177 auto& cache = graphicsPipelineStateCache_; in GetGraphicsPsoHandleImpl() local
291 auto& cache = computePipelineStateCache_; in GetComputePso() local
319 auto& cache = graphicsPipelineStateCache_; in GetGraphicsPso() local
/foundation/filemanagement/app_file_service/tools/backup_tool/src/
Dtools_op_restore_async.cpp201 auto cache = cachedEntity.Structuralize(); in AdapteCloneOptimize() local
235 auto cache = cachedEntity.Structuralize(); in RestoreApp() local
255 auto cache = cachedEntity.Structuralize(); in ChangeBundleInfo() 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/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
Danimated_image.cpp266 auto cache = ctx->GetImageCache(); in CacheFrame() local
340 auto cache = ctx->GetImageCache(); in CacheFrame() local
Dpixelmap_image.cpp311 auto cache = pipeline->GetImageCache(); in Cache() local
320 auto cache = pipeline->GetImageCache(); in QueryFromCache() local
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/
Ddns_resolv_config.cpp20NetManagerStandard::LRUCache<AddrInfo> &cache) in DelayedTaskWrapper()
/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/components_ng/pattern/navrouter/
Dnavdestination_group_node.h128 void SetIsCacheNode(bool cache) in SetIsCacheNode()
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
Dimage_provider.cpp52 auto cache = pipelineCtx->GetImageCache(); in CacheImageObject() local
86 auto cache = pipeline->GetImageCache(); in QueryThumbnailCache() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
Ddrawing_image.cpp192 auto cache = pipelineCtx->GetImageCache(); in Cache() local
204 auto cache = pipelineCtx->GetImageCache(); in QueryFromCache() local

123