Lines Matching refs:itMap
44 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()
93 auto itMap = proxyMap_.find(uid); in CallbackAlarmIfNeed() local
94 if (itMap == proxyMap_.end()) { in CallbackAlarmIfNeed()
99 std::vector<std::shared_ptr<TimerInfo>> timeInfoVec = itMap->second; in CallbackAlarmIfNeed()
112 auto itMap = proxyPidMap_.find(pid); in CallbackAlarmIfNeed() local
113 if (itMap == proxyPidMap_.end()) { in CallbackAlarmIfNeed()
118 std::vector<std::shared_ptr<TimerInfo>> timeInfoVec = itMap->second; in CallbackAlarmIfNeed()
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
195 if (itMap != proxyPidMap_.end()) { in PidProxyTimer()
196 auto timeInfoVec = itMap->second; in PidProxyTimer()