Home
last modified time | relevance | path

Searched refs:itMap (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_observer/
H A Dthermal_service_subscriber.cpp78 for (auto itMap : typeTempMap) { in SetHistoryTypeTempMap() local
79 auto iter = typeHistoryMap_.find(itMap.first); in SetHistoryTypeTempMap()
82 iter->second.push_back(itMap.second); in SetHistoryTypeTempMap()
85 historyTempList.push_back(itMap.second); in SetHistoryTypeTempMap()
86 typeHistoryMap_.insert(std::make_pair(itMap.first, historyTempList)); in SetHistoryTypeTempMap()
/ohos5.0/base/time/time_service/services/timer/src/
H A Dtimer_proxy.cpp44 auto itMap = proxyMap_.find(uid); in RemoveProxy() local
45 if (itMap != proxyMap_.end()) { in RemoveProxy()
46 auto alarms = &itMap->second; in RemoveProxy()
63 auto itMap = proxyPidMap_.find(pid); in RemovePidProxy() local
64 if (itMap != proxyPidMap_.end()) { in RemovePidProxy()
65 auto alarms = &itMap->second; in RemovePidProxy()
152 auto itMap = proxyMap_.find(uid); in ProxyTimer() local
153 if (itMap != proxyMap_.end()) { in ProxyTimer()
154 auto timeInfoVec = itMap->second; in ProxyTimer()
194 auto itMap = proxyPidMap_.find(pid); in PidProxyTimer() local
[all …]
H A Dtimer_manager.cpp1140 auto itMap = delayedTimers_.find(alarm->id); in AdjustDeliveryTimeBasedOnDeviceIdle() local
1141 if (itMap != delayedTimers_.end()) { in AdjustDeliveryTimeBasedOnDeviceIdle()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H A Dplugin_mgr.cpp463 auto itMap = pluginLibMap_.find(pluginLib); in DeliverResource() local
464 if (itMap == pluginLibMap_.end()) { in DeliverResource()
468 libInfo = itMap->second; in DeliverResource()
689 auto itMap = pluginLibMap_.find(pluginLib); in DispatchResourceToPluginSync() local
690 if (itMap == pluginLibMap_.end()) { in DispatchResourceToPluginSync()
694 libInfo = itMap->second; in DispatchResourceToPluginSync()
739 auto itMap = pluginLibMap_.find(pluginLib); in DispatchResourceToPluginAsync() local
740 if (itMap == pluginLibMap_.end()) { in DispatchResourceToPluginAsync()
744 libInfo = itMap->second; in DispatchResourceToPluginAsync()
H A Dconfig_reader.cpp191 auto itMap = allPluginConfigs_.find(pluginName); in GetConfig() local
192 if (itMap == allPluginConfigs_.end()) { in GetConfig()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_service.cpp181 auto itMap = tmp.find(iter->bssid); in GetStationList() local
182 if (itMap == tmp.end()) { in GetStationList()
185 iter->deviceName = itMap->second.deviceName; in GetStationList()
186 iter->ipAddr = itMap->second.ipAddr; in GetStationList()
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_status.cpp440 auto itMap = DeviceUsageStats::DeviceUsageStatsGroupMap::groupIntervalMap_.find(newGroup); in SetMinIntervalByGroup() local
441 if (itMap != DeviceUsageStats::DeviceUsageStatsGroupMap::groupIntervalMap_.end()) { in SetMinIntervalByGroup()