/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/ |
H A D | expire_lru_cache_test.cpp | 81 ExpireLruCache<std::vector<char>, std::vector<char>> cache; in HWTEST_F() local 82 EXPECT_EQ(cache.size_, 8); in HWTEST_F() 83 EXPECT_EQ(cache.expireTimeMilliSec_, 1000); in HWTEST_F() 87 ExpireLruCache<std::vector<char>, std::vector<char>> cache(0, 0); in HWTEST_F() 88 EXPECT_EQ(cache.size_, 1); in HWTEST_F() 89 EXPECT_EQ(cache.expireTimeMilliSec_, 0); in HWTEST_F() 93 ExpireLruCache<std::vector<char>, std::vector<char>> cache(0, -1); in HWTEST_F() 94 EXPECT_EQ(cache.size_, 1); in HWTEST_F() 95 EXPECT_EQ(cache.expireTimeMilliSec_, 1000); in HWTEST_F() 99 ExpireLruCache<std::vector<char>, std::vector<char>> cache(10 in HWTEST_F() 106 ExpirelruCacheTestCheckNums(ExpireLruCache<std::vector<char>, std::vector<char>>& cache, size_t expectNums) ExpirelruCacheTestCheckNums() argument 127 ExpirelruCacheTestCheckSequence(ExpireLruCache<std::vector<char>, std::vector<char>>& cache, std::list<vector<char>>& expectSequence) ExpirelruCacheTestCheckSequence() argument 143 ExpirelruCacheTestCheckGetRet(ExpireLruCache<std::vector<char>, std::vector<char>>& cache, vector<char>& key, vector<char>& val) ExpirelruCacheTestCheckGetRet() argument 162 ExpireLruCache<std::vector<char>, std::vector<char>> cache; HWTEST_F() local [all...] |
/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); in HWTEST_F() local 51 cache.Put(val0); in HWTEST_F() 52 ASSERT_TRUE(cache.Existed(val0)); in HWTEST_F() 54 cache.Put(val1); in HWTEST_F() 55 ASSERT_TRUE(cache.Existed(val0)); in HWTEST_F() 56 ASSERT_TRUE(cache.Existed(val1)); in HWTEST_F() 58 cache.Put(val2); in HWTEST_F() 59 ASSERT_TRUE(cache.Existed(val0)); in HWTEST_F() 60 ASSERT_TRUE(cache.Existed(val1)); in HWTEST_F() 61 ASSERT_TRUE(cache in HWTEST_F() [all...] |
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/render_context/ |
H A D | shader_cache_test.cpp | 57 * @tc.steps: step1. initialize a shader cache with empty cache directory in HWTEST_F() 59 auto &cache = ShaderCache::Instance(); in HWTEST_F() local 61 cache.SetFilePath(testedFileDir); in HWTEST_F() 67 cache.InitShaderCache(identity, 0, false); in HWTEST_F() 68 EXPECT_EQ(nullptr, cache.Load(*fakeData)); in HWTEST_F() 74 * @tc.desc: Verify the initialization function of shader cache 88 * @tc.steps: step1. initialize a shader cache instance and prepare parameters in HWTEST_F() 90 auto &cache = ShaderCache::Instance(); in HWTEST_F() local 96 cache in HWTEST_F() 120 auto &cache = ShaderCache::Instance(); HWTEST_F() local 153 auto &cache = ShaderCache::Instance(); HWTEST_F() local 186 auto &cache = ShaderCache::Instance(); HWTEST_F() local 219 auto &cache = ShaderCache::Instance(); HWTEST_F() local 256 auto &cache = ShaderCache::Instance(); HWTEST_F() local 283 auto &cache = ShaderCache::Instance(); HWTEST_F() local 297 auto &cache = ShaderCache::Instance(); HWTEST_F() local 313 auto &cache = ShaderCache::Instance(); HWTEST_F() local 329 auto &cache = ShaderCache::Instance(); HWTEST_F() local 352 auto &cache = ShaderCache::Instance(); HWTEST_F() local 366 auto &cache = ShaderCache::Instance(); HWTEST_F() local [all...] |
/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 28 cache.SetFilePath(cacheFilePath);
in ConfigureContext() 29 cache.InitShaderCache(identity, size, isUni);
in ConfigureContext() 30 context->SetPersistentCache(&cache);
in ConfigureContext() 45 const auto& cache = ShaderCache::Instance();
in QuerryShader() local 46 if (!cache.IfInitialized()) {
in QuerryShader() 49 size_t shaderRam = cache.QuerryShaderSize();
in QuerryShader() 50 size_t shaderNum = cache.QuerryShaderNum();
in QuerryShader() 58 const auto& cache = ShaderCache::Instance();
in ClearShader() local 60 cache in ClearShader() [all...] |
/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(); in HWTEST_F() local 85 vector<string> excludes = cache.GetExcludes(); in HWTEST_F() 87 vector<string> includes = cache.GetIncludes(); in HWTEST_F() 116 auto cache = cachedEntity.Structuralize(); in HWTEST_F() local 117 vector<string> includes = cache.GetIncludes(); in HWTEST_F() 147 auto cache = cachedEntity.Structuralize(); in HWTEST_F() local 148 vector<string> excludes = cache.GetExcludes(); in HWTEST_F() 178 auto cache = cachedEntity.Structuralize(); in HWTEST_F() local 179 vector<string> includes = cache.GetIncludes(); in HWTEST_F() 182 vector<string> excludes = cache in HWTEST_F() 212 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 246 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 278 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 312 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 348 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 375 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 400 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 425 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 450 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 475 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 523 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 547 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 571 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 618 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 642 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 666 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 713 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 737 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 761 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 785 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 810 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 836 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 860 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 907 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 932 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 957 auto cache = cachedEntity.Structuralize(); HWTEST_F() local [all...] |
H A D | b_json_entity_ext_manage_test.cpp | 145 auto cache = cachedEntity.Structuralize(); in HWTEST_F() local 149 cache.SetExtManage(info); in HWTEST_F() 152 auto fileNames = cache.GetExtManage(); in HWTEST_F() 154 auto fileInfo = cache.GetExtManageInfo(); in HWTEST_F() 192 auto cache = cachedEntity.Structuralize(); in HWTEST_F() local 198 cache.SetExtManage(info); in HWTEST_F() 201 auto fileNames = cache.GetExtManage(); in HWTEST_F() 204 auto fileInfo = cache.GetExtManageInfo(); in HWTEST_F() 314 auto cache = cachedEntity.Structuralize(); in HWTEST_F() local 321 cache in HWTEST_F() 377 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 419 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 444 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 469 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 494 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 519 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 544 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 638 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 683 auto cache = cachedEntity.Structuralize(); HWTEST_F() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | decoration.cpp | 457 for (const auto& cache : caches_) { in ToString() 458 switch (cache.first) { in ToString() 461 str.append(cache.second.cmds).append(" "); in ToString() 466 str.append(std::to_string(cache.second.para1)).append(","); in ToString() 467 str.append(std::to_string(cache.second.para2)).append(","); in ToString() 468 str.append(std::to_string(cache.second.para3)).append(","); in ToString() 469 str.append(std::to_string(cache.second.para4)).append(","); in ToString() 470 str.append(std::to_string(cache.second.para5)).append(","); in ToString() 471 str.append(std::to_string(cache.second.para6)).append(" "); in ToString() 476 str.append(std::to_string(cache in ToString() [all...] |
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/local/src/ |
H A D | local_data_source.cpp | 14 * Description: supply local data source cache implement class 58 // get hit cache in GetBestCache() 64 std::shared_ptr<Cache> cache; in GetBestCache() local 65 // cache limit not reached, create a new cache in GetBestCache() 67 cache = std::make_shared<Cache>(pos); in GetBestCache() 68 if (!cache || !cache->IsValid()) { in GetBestCache() 72 lruCache_.push_back(cache); in GetBestCache() 73 return cache; in GetBestCache() 86 SolveReqData(std::shared_ptr<Cache> cache, int64_t pos) SolveReqData() argument 134 auto cache = GetBestCache(pos); ReadBuffer() local [all...] |
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/local/src/ |
H A D | local_data_source.cpp | 14 * Description: supply local data source cache implement class 58 // get hit cache in GetBestCache() 64 std::shared_ptr<Cache> cache; in GetBestCache() local 65 // cache limit not reached, create a new cache in GetBestCache() 67 cache = std::make_shared<Cache>(pos); in GetBestCache() 68 if (!cache || !cache->IsValid()) { in GetBestCache() 72 lruCache_.push_back(cache); in GetBestCache() 73 return cache; in GetBestCache() 86 SolveReqData(std::shared_ptr<Cache> cache, int64_t pos) SolveReqData() argument 133 auto cache = GetBestCache(pos); ReadBuffer() local [all...] |
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | node_context_pso_manager.cpp | 190 auto& cache = computePipelineStateCache_; in GetComputePsoHandle() local 193 const auto iter = cache.hashToHandle.find(hash); in GetComputePsoHandle() 194 const bool needsNewPso = (iter == cache.hashToHandle.cend()); in GetComputePsoHandle() 196 PLUGIN_ASSERT(cache.psoCreationData.size() == cache.pipelineStateObjects.size()); in GetComputePsoHandle() 199 const uint32_t index = static_cast<uint32_t>(cache.psoCreationData.size()); in GetComputePsoHandle() 200 cache.pipelineStateObjects.emplace_back(nullptr); in GetComputePsoHandle() 209 cache.hashToHandle[hash] = psoHandle; in GetComputePsoHandle() 212 cache.handleToPipelineLayout[psoHandle] = pipelineLayout; in GetComputePsoHandle() 221 cache in GetComputePsoHandle() 263 auto& cache = graphicsPipelineStateCache_; GetGraphicsPsoHandleImpl() local [all...] |
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/ |
H A D | egl_blob_test.cpp | 170 auto cache = new BlobCache(); in HWTEST_F() local 171 cache->blobCache_ = nullptr; in HWTEST_F() 172 delete cache; in HWTEST_F() 173 cache = nullptr; in HWTEST_F() 183 auto cache = new BlobCache(); in HWTEST_F() local 184 cache->blobCache_ = nullptr; in HWTEST_F() 186 delete cache; in HWTEST_F() 187 cache = nullptr; in HWTEST_F()
|
/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 369 for (auto iter = cache.begin(); iter != cache.end();) { in BeginBackendFrame() 374 iter = cache.erase(iter); in BeginBackendFrame() 381 auto& cache = renderPassCache_.hashToElement; in BeginBackendFrame() local 382 for (auto iter = cache.begin(); iter != cache.end();) { in BeginBackendFrame() 387 iter = cache.erase(iter); in BeginBackendFrame() 460 auto& cache = renderPassCompatibilityCache_; 461 if (const auto iter = cache [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aging/ |
H A D | recently_unused_bundle_aging_handler.cpp | 129 APP_LOGW("Get cache path failed: %{public}s", agingBundle.GetBundleName().c_str()); in CleanCache() 136 for (const auto &cache : caches) { in CleanCache() 137 APP_LOGD("cache path: %{public}s", cache.c_str()); in CleanCache() 138 ErrCode ret = InstalldClient::GetInstance()->CleanBundleDataDir(cache); in CleanCache() 140 APP_LOGE("CleanBundleDataDir failed, path %{private}s", cache.c_str()); in CleanCache() 181 std::vector<std::string> cache; in GetCachePath() local 182 if (InstalldClient::GetInstance()->GetBundleCachePath(st, cache) != ERR_OK) { in GetCachePath() 187 std::copy(cache.begin(), cache in GetCachePath() [all...] |
/foundation/systemabilitymgr/safwk/services/safwk/src/ |
H A D | api_cache_manager.cpp | 60 HILOGD(TAG, "Delete cache api(%{public}s, apiCode:%{public}u)", Str16ToStr8(descriptor).c_str(), apiCode); in DelCacheApi() 72 HILOGD(TAG, "Clear the api(%{public}s, apiCode:%{public}u) cache", in ClearCache() 84 HILOGD(TAG, "Clear the api(%{public}s, apiCode:%{public}u) cache", in ClearCache() 97 HILOGD(TAG, "Clear the api(%{public}s, apiCode:%{public}u) cache", in ClearCache() 114 auto cache = caches_.find(myPair); in PreSendRequest() local 115 if ((cache == caches_.end()) || (cache->second == nullptr)) { in PreSendRequest() 116 HILOGD(TAG, "Find cache api(%{public}s, apiCode:%{public}u) from map failed, maybe this api is no cacheable", in PreSendRequest() 121 std::shared_ptr<std::vector<uint8_t>> valueVec = cache->second->Get(keyVec); in PreSendRequest() 141 auto cache in PostSendRequest() local [all...] |
/foundation/resourceschedule/ffrt/src/util/ |
H A D | slab.h | 147 // 一级cache已耗尽 in Alloc() 216 std::vector<T*> cache; member in ffrt::QSimpleAllocator 234 cache.push_back(reinterpret_cast<T*>(p + i)); in expand() 243 if (cache.empty()) { in Alloc() 249 p = cache.back(); in Alloc() 252 cache.pop_back(); in Alloc() 261 cache.push_back(p); in free() 270 maxAllocated, curAllocated, cache.size()); in release() 273 while (cache.size() > reservedCnt) { in release() 274 p = cache in release() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/ |
H A D | water_flow_layout_info_base.cpp | 36 auto cache = segmentCache_.find(itemIdx); in GetSegment() local 37 if (cache != segmentCache_.end()) { in GetSegment() 38 return cache->second; in GetSegment()
|
/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/ |
H A D | render_frame_buffer.cpp | 23 RenderFrameBuffer::RenderFrameBuffer(RenderContext *ctx, ResourceCache *cache, int width, int height,
in RenderFrameBuffer() argument 24 GLenum interFmt) : texture_(cache->RequestTexture(ctx, width, height, interFmt))
in RenderFrameBuffer() 27 cache_ = cache;
in RenderFrameBuffer()
|
/foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/src/observer/ |
H A D | subject.js | 144 * @param {any} cache the cached value 146 function hijack(target, key, cache) { 157 const subSubject = Subject.of(cache); 162 return cache; 165 cache = value;
|
/foundation/arkui/ace_engine/frameworks/core/common/lru/ |
H A D | count_limit_lru.h | 40 std::unordered_map<std::string, typename std::list<CacheNode<T>>::iterator>& cache, 45 std::unordered_map<std::string, typename std::list<CacheNode<T>>::iterator>& cache); 49 std::unordered_map<std::string, typename std::list<CacheNode<T>>::iterator>& cache);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | lazy_for_each_builder.h | 256 RefPtr<UINode> CacheItem(int32_t index, std::unordered_map<std::string, LazyForEachCacheChild>& cache, in CacheItem() argument 262 cache.try_emplace(itemInfo.first, LazyForEachCacheChild(index, itemInfo.second)); in CacheItem() 313 bool PreBuildByIndex(int32_t index, std::unordered_map<std::string, LazyForEachCacheChild>& cache, in PreBuildByIndex() argument 318 cache.merge(expiringItem_); in PreBuildByIndex() 324 auto uiNode = CacheItem(index, cache, itemConstraint, deadline, isTimeout); in PreBuildByIndex() 350 bool ProcessPreBuildingIndex(std::unordered_map<std::string, LazyForEachCacheChild>& cache, int64_t deadline, in ProcessPreBuildingIndex() argument 359 return PreBuildByIndex(preBuildingIndex_, cache, deadline, itemConstraint, canRunLongPredictTask); in ProcessPreBuildingIndex() 364 void ProcessCachedIndex(std::unordered_map<std::string, LazyForEachCacheChild>& cache, in ProcessCachedIndex() argument 373 LoadCacheByIndex(cache, idleIndexes, node, key, iter, expiringIter); in ProcessCachedIndex() 375 LoadCacheByKey(cache, idleIndexe in ProcessCachedIndex() 380 LoadCacheByIndex(std::unordered_map<std::string, LazyForEachCacheChild>& cache, std::set<int32_t>& idleIndexes, const LazyForEachCacheChild& node, const std::string& key, const std::set<int32_t>::iterator& iter, std::unordered_map<std::string, LazyForEachCacheChild>::iterator& expiringIter) LoadCacheByIndex() argument 397 LoadCacheByKey(std::unordered_map<std::string, LazyForEachCacheChild>& cache, std::set<int32_t>& idleIndexes, const LazyForEachCacheChild& node, const std::string& key, std::unordered_map<std::string, LazyForEachCacheChild>::iterator& expiringIter) LoadCacheByKey() argument [all...] |
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_external/ |
H A D | bms_adapter.cpp | 51 const vector<string> dataDir = {"app", "local", "distributed", "database", "cache"}; 83 auto cache = cachedEntity.Structuralize(); in GetAllowAndExtName() local 84 return {cache.GetAllowToBackupRestore(), cache.GetFullBackupOnly(), ext.name, cache.GetRestoreDeps(), in GetAllowAndExtName() 85 cache.GetSupportScene(), cache.GetExtraInfo()}; in GetAllowAndExtName() 176 auto cache = cachedEntity.Structuralize(); in GetBackupExtConfig() local 177 backupPara.allToBackup = cache.GetAllowToBackupRestore(); in GetBackupExtConfig() 178 backupPara.fullBackupOnly = cache in GetBackupExtConfig() [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/ |
H A D | drawing_context.cpp | 63 auto &cache = ShaderCache::Instance(); in SetUpDrawingContext() local 66 cache.SetFilePath(UNIRENDER_CACHE_DIR); in SetUpDrawingContext() 68 cache.InitShaderCache(glesVersion, size, isUni); in SetUpDrawingContext() 71 options.SetPersistentCache(&cache); in SetUpDrawingContext()
|
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/src/ |
H A D | prepared_model_service.cpp | 69 sptr<Ashmem> cache = Ashmem::CreateAshmem(name, size); in ExportModelCache() local 70 if (cache == nullptr) { in ExportModelCache() 75 bool ret = cache->MapReadAndWriteAshmem(); in ExportModelCache() 77 HDF_LOGE("Map fd to write cache failed."); in ExportModelCache() 81 ret = cache->WriteToAshmem(buffer, size, 0); in ExportModelCache() 82 cache->UnmapAshmem(); in ExportModelCache() 84 HDF_LOGE("Write cache failed."); in ExportModelCache() 88 m_cacheBuffer = cache; in ExportModelCache() 91 modelCache.emplace_back(SharedBuffer {cache->GetAshmemFd(), cache in ExportModelCache() [all...] |
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/src/ |
H A D | prepared_model_service.cpp | 67 sptr<Ashmem> cache = Ashmem::CreateAshmem(name, size); in ExportModelCache() local 68 if (cache == nullptr) { in ExportModelCache() 73 bool ret = cache->MapReadAndWriteAshmem(); in ExportModelCache() 75 HDF_LOGE("Map fd to write cache failed."); in ExportModelCache() 79 ret = cache->WriteToAshmem(buffer, size, 0); in ExportModelCache() 80 cache->UnmapAshmem(); in ExportModelCache() 82 HDF_LOGE("Write cache failed."); in ExportModelCache() 86 m_cacheBuffer = cache; in ExportModelCache() 89 modelCache.emplace_back(SharedBuffer {cache->GetAshmemFd(), cache in ExportModelCache() [all...] |
/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 793 if (cache != pimpl->cacheMap_.end()) { in GetServices() 794 return &cache->second.GetServices(); in GetServices() 802 auto cache = pimpl->cacheMap_.find(connectHandle); in GetCharacteristicEndHandle() local 803 if (cache != pimpl->cacheMap_.end()) { in GetCharacteristicEndHandle() 804 return cache->second.GetCharacteristicEndHandle(svcHandle, handle); in GetCharacteristicEndHandle() 820 auto cache = pimpl->cacheMap_.find(connectHandle); in GetService() local 821 if (cache != pimpl->cacheMap_.end()) { in GetService() 822 auto sIt = cache->second.GetServices().find(handle); in GetService() 823 if (sIt != cache in GetService() 841 auto cache = pimpl->cacheMap_.find(connectHandle); GetCharacteristic() local 858 auto cache = pimpl->cacheMap_.find(connectHandle); GetDescriptor() local 1239 auto cache = cacheMap_.find(connectHandle); DiscoverAllPrimaryServiceParsing() local 1283 auto cache = cacheMap_.find(connectHandle); DiscoverPrimaryServiceByUuidParsing() local 1341 auto cache = cacheMap_.find(connectHandle); FindIncludeServicesParsing() local 1388 auto cache = cacheMap_.find(connectHandle); FindIncludeServicesParsing() local 1429 auto cache = cacheMap_.find(connectHandle); DiscoverAllCharacteristicOfServiceParsing() local 1531 auto cache = cacheMap_.find(connectHandle); DiscoverAllCharacteristicDescriptorsParsing() local 2269 auto cache = cacheMap_.emplace(connectHandle, std::move(GattCache())); CreateCache() local 2283 auto cache = cacheMap_.find(connectHandle); DeleteCache() local 2302 auto cache = pimpl->cacheMap_.find(connectHandle); ClearCacheMap() local [all...] |