/ohos5.0/base/update/sys_installer/services/module_update/src/ |
H A D | module_file_repository.cpp | 124 auto mapIter = moduleFileMap_.find(hmpName); in GetModuleFile() local 125 if (mapIter == moduleFileMap_.end()) { in GetModuleFile() 129 std::unordered_map<std::string, ModuleFile> fileMap = mapIter->second; in GetModuleFile() 164 for (auto mapIter = moduleFileMap_.begin(); mapIter != moduleFileMap_.end(); ++mapIter) { in Clear() local 165 std::unordered_map<std::string, ModuleFile> &fileMap = mapIter->second; in Clear()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | pending_want_record.cpp | 147 … for (auto mapIter = sendInfoWantParams.begin(); mapIter != sendInfoWantParams.end(); mapIter++) { in BuildSendWant() local 148 std::string sendInfoWantParamKey = mapIter->first; in BuildSendWant() 150 wantParams.SetParam(sendInfoWantParamKey, mapIter->second); in BuildSendWant()
|
H A D | ability_connect_manager.cpp | 1250 auto mapIter = serviceMap_.find(element); in GetServiceRecordByElementName() local 1251 if (mapIter != serviceMap_.end()) { in GetServiceRecordByElementName() 1252 return mapIter->second; in GetServiceRecordByElementName()
|
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/ |
H A D | extractor.cpp | 295 auto mapIter = extractorMap_.find(hapPath); in GetExtractor() local 296 if (mapIter != extractorMap_.end()) { in GetExtractor() 298 return mapIter->second; in GetExtractor() 326 auto mapIter = extractorMap_.find(hapPath); in DeleteExtractor() local 327 if (mapIter != extractorMap_.end()) { in DeleteExtractor() 329 extractorMap_.erase(mapIter); in DeleteExtractor()
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_data_proxy_record.cpp | 717 auto mapIter = resultMap->find(record.uri); in AddSubscribeResultRecord() local 718 if (mapIter == resultMap->end()) { in AddSubscribeResultRecord() 731 auto mapIter = resultMap->find(uri); in RemoveSubscribeResultRecord() local 732 if (mapIter == resultMap->end()) { 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); in PrintSubscribeState() local 751 if (mapIter == resultMap->end()) { in PrintSubscribeState() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/resource/ |
H A D | resource_manager.h | 85 auto mapIter = resourceAdapters_.find(key); in GetResourceAdapter() local 86 if (mapIter != resourceAdapters_.end()) { in GetResourceAdapter() 87 return mapIter->second; in GetResourceAdapter()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/ |
H A D | wifi_p2p_service_manager.cpp | 175 for (auto mapIter = deviceService.begin(); mapIter != deviceService.end(); ++mapIter) { in GetDeviceServices() local 176 …for (auto svrInfoIter = mapIter->second.begin(); svrInfoIter != mapIter->second.end(); ++svrInfoIt… in GetDeviceServices()
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/offlineaudioeffect/src/ |
H A D | offline_audio_effect_server_chain.cpp | 141 auto mapIter = g_chainName2infoMap.find(chainName_); in Create() local 142 CHECK_AND_RETURN_RET_LOG(mapIter != g_chainName2infoMap.end(), ERROR, in Create() 149 struct EffectInfo info = {&mapIter->second.first[0], &mapIter->second.second[0], 1}; in Create()
|
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | resource_manager_impl.cpp | 259 auto mapIter = map.find(converted); in GetPluralString() local 260 if (mapIter == map.end()) { in GetPluralString() 261 mapIter = map.find("other"); in GetPluralString() 262 if (mapIter == map.end()) { in GetPluralString() 266 outValue = mapIter->second; in GetPluralString()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_hardware_thread.cpp | 426 for (auto mapIter = modeMap->begin(); mapIter != modeMap->end(); ++mapIter) { in PerformSetActiveMode() local 427 ScreenId id = mapIter->first; in PerformSetActiveMode() 428 int32_t modeId = mapIter->second; in PerformSetActiveMode()
|
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/ |
H A D | thermal_hdf_config.cpp | 326 auto mapIter = isolateInfoMap_.find(groupName); in GetIsolateCpuNodePath() local 327 if (mapIter == isolateInfoMap_.end()) { in GetIsolateCpuNodePath() 332 std::vector<IsolateNodeInfo> nodeVector = mapIter->second->GetIsolateNodeInfo(); in GetIsolateCpuNodePath()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/ |
H A D | mutable_span_string.cpp | 607 for (auto& mapIter : spansMap_) { in InsertStringAroundSpecialNode() local 608 if (spansMap_.find(mapIter.first) == spansMap_.end()) { in InsertStringAroundSpecialNode() 611 auto spans = spansMap_[mapIter.first]; in InsertStringAroundSpecialNode() 619 spansMap_[mapIter.first] = spans; in InsertStringAroundSpecialNode()
|
/ohos5.0/base/location/services/location_locator/locator/source/ |
H A D | request_manager.cpp | 285 auto mapIter = requests->find(abilityName); in UpdateRequestRecord() local 286 if (mapIter == requests->end()) { in UpdateRequestRecord() 291 auto list = &(mapIter->second); in UpdateRequestRecord()
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | resource_manager_impl.cpp | 401 auto mapIter = map.find(converted); in GetPluralString() local 402 if (mapIter == map.end()) { in GetPluralString() 403 mapIter = map.find("other"); in GetPluralString() 404 if (mapIter == map.end()) { in GetPluralString() 408 outValue = mapIter->second; in GetPluralString()
|
/ohos5.0/foundation/graphic/graphic_surface/surface/src/ |
H A D | buffer_queue.cpp | 120 auto mapIter = bufferQueueCache_.find(*it); in PopFromFreeList() local 121 if (mapIter != bufferQueueCache_.end() && mapIter->second.config == config) { in PopFromFreeList() 122 if (mapIter->first == acquireLastFlushedBufSequence_) { in PopFromFreeList() 125 buffer = mapIter->second.buffer; in PopFromFreeList()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_service_event_handler.cpp | 1688 auto mapIter = loadExistData_.find(bundleName); in InnerProcessRebootBundleInstall() local 1689 if (mapIter == loadExistData_.end()) { in InnerProcessRebootBundleInstall() 1705 if (!hasBundleInstalled && mapIter->second.IsUninstalled()) { in InnerProcessRebootBundleInstall() 1899 auto mapIter = loadExistData_.find(bundleName); in InnerProcessRebootSharedBundleInstall() local 1900 if (mapIter == loadExistData_.end()) { in InnerProcessRebootSharedBundleInstall() 1950 auto mapIter = loadExistData_.find(bundleName); in InnerProcessRebootSystemHspInstall() local 1951 if (mapIter == loadExistData_.end()) { in InnerProcessRebootSystemHspInstall()
|
/ohos5.0/foundation/arkui/napi/native_engine/ |
H A D | native_api.cpp | 1786 Local<panda::MapIteratorRef> mapIter(nativeValue); in napi_map_iterator_get_next() local 1787 value = mapIter->Next(vm); in napi_map_iterator_get_next() 1789 Local<panda::SendableMapIteratorRef> mapIter(nativeValue); in napi_map_iterator_get_next() local 1790 value = mapIter->Next(vm); in napi_map_iterator_get_next()
|