/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_json/ |
H A 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 …]
|
H A 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 …]
|
/ohos5.0/base/hiviewdfx/hiview_lite/ |
H A D | hiview_cache.c | 23 boolean InitHiviewStaticCache(HiviewCache *cache, HiviewCacheType type, uint8 *buffer, uint16 size) in InitHiviewStaticCache() 38 boolean InitHiviewCache(HiviewCache *cache, HiviewCacheType type, uint16 size) in InitHiviewCache() 58 int32 WriteToCache(HiviewCache *cache, const uint8 *data, uint16 wLen) in WriteToCache() 109 int32 ReadFromCache(HiviewCache *cache, uint8 *data, uint16 rLen) in ReadFromCache() 149 int32 PrereadFromCache(HiviewCache *cache, uint8 *data, uint16 rLen) in PrereadFromCache() 184 void DiscardCacheData(HiviewCache *cache) in DiscardCacheData() 193 void DestroyCache(HiviewCache *cache) in DestroyCache() 207 static uint16 GetReadCursor(HiviewCache *cache) in GetReadCursor()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/render_context/ |
H A 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
|
/ohos5.0/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/ |
H A 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 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 325 ExpireLruCache<std::vector<char>, std::vector<char>> cache(3, 50); variable [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/ |
H A 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
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/lru/ |
H A 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)
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/auth_info/ |
H A D | remove_auth_info.c | 40 struct auth_info_cache cache; in send_remove_response() local 71 struct auth_info_cache *cache) in parse_remove_request_data()
|
/ohos5.0/drivers/interface/display/composer/cache_manager/ |
H A D | device_cache_manager.cpp | 85 auto cache = deviceCaches_->SearchCache(deviceId); in DestroyVirtualDisplayCache() local 127 deviceCaches_->TravelCaches([](int32_t id, const DeviceCache& cache)->void { in Dump()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/ |
H A D | hgm_lru_cache_test.cpp | 50 auto cache = HgmLRUCache<int32_t>(cacheSize); variable
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A 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
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A 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() 411 …bool ProcessPreBuildingIndex(std::unordered_map<std::string, LazyForEachCacheChild>& cache, int64_… in ProcessPreBuildingIndex() 425 void ProcessCachedIndex(std::unordered_map<std::string, LazyForEachCacheChild>& cache, in ProcessCachedIndex() 441 …void LoadCacheByIndex(std::unordered_map<std::string, LazyForEachCacheChild>& cache, std::set<int3… in LoadCacheByIndex() 458 …void LoadCacheByKey(std::unordered_map<std::string, LazyForEachCacheChild>& cache, std::set<int32_… in LoadCacheByKey()
|
/ohos5.0/base/sensors/medical_sensor/utils/src/ |
H A D | report_data_cache.cpp | 54 int32_t ReportDataCache::CacheData(const struct SensorEvent* event, sptr<ReportDataCache> cache) in CacheData()
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/ |
H A D | render_frame_buffer.cpp | 24 RenderFrameBuffer::RenderFrameBuffer(RenderContext *ctx, ResourceCache *cache, int width, int heigh… in RenderFrameBuffer()
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/src/ |
H A D | offline_pipeline.cpp | 105 std::vector<std::shared_ptr<IBuffer>> cache; in CancelCapture() local 142 auto cache = bufferCache_.front(); in FlushOfflineStream() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aging/ |
H A 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
|
/ohos5.0/foundation/systemabilitymgr/safwk/services/safwk/src/ |
H A D | api_cache_manager.cpp | 114 auto cache = caches_.find(myPair); in PreSendRequest() local 141 auto cache = caches_.find(myPair); in PostSendRequest() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/ |
H A D | water_flow_layout_info_base.cpp | 39 auto cache = segmentCache_.find(itemIdx); in GetSegment() local
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A 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 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 1531 auto cache = cacheMap_.find(connectHandle); in DiscoverAllCharacteristicDescriptorsParsing() local [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A 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
|
/ohos5.0/foundation/filemanagement/app_file_service/tools/backup_tool/src/ |
H A 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
|
H A 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
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/ |
H A D | dns_resolv_config.cpp | 20 … NetManagerStandard::LRUCache<AddrInfo> &cache) in DelayedTaskWrapper()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | skia_image.cpp | 146 auto cache = pipelineCtx->GetImageCache(); in Cache() local 158 auto cache = pipelineCtx->GetImageCache(); in QueryFromCache() local
|
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/muxer/ |
H A D | muxer_filter.cpp | 114 for (const auto& cache: capabilityCache_) { in Negotiate() local 166 for (const auto& cache: metaCache_) { in ConfigureToStart() local
|