Home
last modified time | relevance | path

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

/base/update/sys_installer/services/module_update/src/
H A Dmodule_file_repository.cpp124 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()
165 std::unordered_map<std::string, ModuleFile> &fileMap = mapIter->second; in Clear()
/test/xts/acts/communication/dsoftbus/rpc/entry/src/ohosTest/js/test/
H A DassertDeepEquals.js140 const mapIter = mapKeys[i];
143 for (let j = 0; result && j < mapIter.length; j++) {
144 const mapKey = mapIter[j];
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderBallotTests.cpp334 std::map<std::string, std::string>::const_iterator mapIter; in createShaderPrograms() local
335 for (mapIter = pipeline.getSpecializationMap().begin(); mapIter != pipeline.getSpecializationMap().end(); in createShaderPrograms()
336 mapIter++) in createShaderPrograms()
337 m_specializationMap[mapIter->first] = mapIter->second; in createShaderPrograms()
/base/location/services/location_locator/locator/source/
H A Drequest_manager.cpp219 auto mapIter = requests->find(abilityName); in UpdateRequestRecord() local
220 if (mapIter == requests->end()) { in UpdateRequestRecord()
225 auto list = &(mapIter->second); in UpdateRequestRecord()
569 for (auto mapIter = requests->begin(); mapIter != requests->end(); mapIter++) { in HandlePermissionChanged()
570 auto list = mapIter->second; in HandlePermissionChanged()
/test/testfwk/arkxtest/jsunit/src/module/assert/deepEquals/
H A DassertDeepEquals.js292 const mapIter = mapKeys[i];
295 for (let j = 0; equalMap && j < mapIter.length; j++) {
296 const mapKey = mapIter[j];
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
H A DHistogramWriter.cpp112 for (const auto &mapIter : histogram.diagnostics().diagnostic_map()) in getAsJSON()
114 js::Value key(mapIter.first, allocator); in getAsJSON()
115 const proto::Diagnostic &diagnostic = mapIter.second; in getAsJSON()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dresource_manager_impl.cpp259 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()
/third_party/node/lib/internal/console/
H A Dconstructor.js528 const mapIter = isMapIterator(tabularData);
531 if (mapIter) {
541 if (mapIter) {
567 const setlike = setIter || mapIter || isSet(tabularData);
/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_hdf_config.cpp325 auto mapIter = isolateInfoMap_.find(groupName); in GetIsolateCpuNodePath() local
326 if (mapIter == isolateInfoMap_.end()) { in GetIsolateCpuNodePath()
331 std::vector<IsolateNodeInfo> nodeVector = mapIter->second->GetIsolateNodeInfo(); in GetIsolateCpuNodePath()
/base/global/resource_management/frameworks/resmgr/src/
H A Dresource_manager_impl.cpp399 auto mapIter = map.find(converted); in GetPluralString() local
400 if (mapIter == map.end()) { in GetPluralString()
401 mapIter = map.find("other"); in GetPluralString()
402 if (mapIter == map.end()) { in GetPluralString()
406 outValue = mapIter->second; in GetPluralString()

Completed in 10 milliseconds