Home
last modified time | relevance | path

Searched refs:mapIter (Results 1 - 12 of 12) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dpending_want_record.cpp144 for (auto mapIter = sendInfoWantParams.begin(); mapIter != sendInfoWantParams.end(); mapIter++) { in BuildSendWant()
145 std::string sendInfoWantParamKey = mapIter->first; in BuildSendWant()
147 wantParams.SetParam(sendInfoWantParamKey, mapIter->second); in BuildSendWant()
H A Dability_connect_manager.cpp1275 auto mapIter = serviceMap_.find(element); in GetServiceRecordByElementName() local
1276 if (mapIter != serviceMap_.end()) { in GetServiceRecordByElementName()
1277 return mapIter->second; in GetServiceRecordByElementName()
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dextractor.cpp271 auto mapIter = extractorMap_.find(hapPath); in GetExtractor() local
272 if (mapIter != extractorMap_.end()) { in GetExtractor()
274 return mapIter->second; in GetExtractor()
302 auto mapIter = extractorMap_.find(hapPath); in DeleteExtractor() local
303 if (mapIter != extractorMap_.end()) { in DeleteExtractor()
305 extractorMap_.erase(mapIter); in DeleteExtractor()
/foundation/ability/form_fwk/services/src/
H A Dform_data_proxy_record.cpp717 auto mapIter = resultMap->find(record.uri); in AddSubscribeResultRecord() local
718 if (mapIter == resultMap->end()) { in AddSubscribeResultRecord()
723 mapIter->second[record.subscribeId] = record; in AddSubscribeResultRecord()
731 auto mapIter = resultMap->find(uri); in RemoveSubscribeResultRecord() local
732 if (mapIter == resultMap->end()) { in RemoveSubscribeResultRecord()
735 auto it = mapIter->second.find(subscribeId); in RemoveSubscribeResultRecord()
736 if (it != mapIter->second.end()) { in RemoveSubscribeResultRecord()
737 mapIter->second.erase(it); in RemoveSubscribeResultRecord()
739 if (mapIter->second.empty()) { in RemoveSubscribeResultRecord()
740 resultMap->erase(mapIter); in RemoveSubscribeResultRecord()
750 auto mapIter = resultMap->find(uri); PrintSubscribeState() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/common/resource/
H A Dresource_manager.h85 auto mapIter = resourceAdapters_.find(key); in GetResourceAdapter() local
86 if (mapIter != resourceAdapters_.end()) { in GetResourceAdapter()
87 return mapIter->second; in GetResourceAdapter()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dwifi_p2p_service_manager.cpp175 for (auto mapIter = deviceService.begin(); mapIter != deviceService.end(); ++mapIter) { in GetDeviceServices()
176 for (auto svrInfoIter = mapIter->second.begin(); svrInfoIter != mapIter->second.end(); ++svrInfoIter) { in GetDeviceServices()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_hardware_thread.cpp400 for (auto mapIter = modeMap->begin(); mapIter != modeMap->end(); ++mapIter) { in PerformSetActiveMode()
401 ScreenId id = mapIter->first; in PerformSetActiveMode()
402 int32_t modeId = mapIter->second; in PerformSetActiveMode()
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/
H A Daudio_enhance_chain_manager.cpp333 auto mapIter = sceneTypeAndModeToEnhanceChainNameMap_.find(enhanceChainKey); in GetEnhanceChainNameBySceneCode() local
334 if (mapIter == sceneTypeAndModeToEnhanceChainNameMap_.end()) { in GetEnhanceChainNameBySceneCode()
336 mapIter = sceneTypeAndModeToEnhanceChainNameMap_.find(enhanceChainKey); in GetEnhanceChainNameBySceneCode()
338 if (mapIter == sceneTypeAndModeToEnhanceChainNameMap_.end() || in GetEnhanceChainNameBySceneCode()
339 !enhanceChainToEnhancesMap_.count(mapIter->second)) { in GetEnhanceChainNameBySceneCode()
344 return mapIter->second; in GetEnhanceChainNameBySceneCode()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dmutable_span_string.cpp598 for (auto& mapIter : spansMap_) { in InsertStringAroundSpecialNode()
599 if (spansMap_.find(mapIter.first) == spansMap_.end()) { in InsertStringAroundSpecialNode()
602 auto spans = spansMap_[mapIter.first]; in InsertStringAroundSpecialNode()
610 spansMap_[mapIter.first] = spans; in InsertStringAroundSpecialNode()
/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_queue.cpp135 auto mapIter = bufferQueueCache_.find(*it); in PopFromFreeListLocked() local
136 if (mapIter != bufferQueueCache_.end() && mapIter->second.config == config) { in PopFromFreeListLocked()
137 if (mapIter->first == acquireLastFlushedBufSequence_) { in PopFromFreeListLocked()
140 buffer = mapIter->second.buffer; in PopFromFreeListLocked()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service_event_handler.cpp1708 auto mapIter = loadExistData_.find(bundleName); in InnerProcessRebootBundleInstall() local
1709 if (mapIter == loadExistData_.end()) { in InnerProcessRebootBundleInstall()
1726 if (!hasBundleInstalled && mapIter->second.IsUninstalled()) { in InnerProcessRebootBundleInstall()
1913 auto mapIter = loadExistData_.find(bundleName); in InnerProcessRebootSharedBundleInstall() local
1914 if (mapIter == loadExistData_.end()) { in InnerProcessRebootSharedBundleInstall()
1965 auto mapIter = loadExistData_.find(bundleName); in InnerProcessRebootSystemHspInstall() local
1966 if (mapIter == loadExistData_.end()) { in InnerProcessRebootSystemHspInstall()
/foundation/arkui/napi/native_engine/
H A Dnative_api.cpp1780 Local<panda::MapIteratorRef> mapIter(nativeValue); in napi_map_iterator_get_next()
1781 value = mapIter->Next(vm); in napi_map_iterator_get_next()
1783 Local<panda::SendableMapIteratorRef> mapIter(nativeValue); in napi_map_iterator_get_next()
1784 value = mapIter->Next(vm); in napi_map_iterator_get_next()

Completed in 29 milliseconds