Lines Matching refs:find

58     auto it = clientMap_.find(sensorId);
60 SEN_HILOGE("Can't find sensorId:%{public}d", sensorId);
68 SEN_HILOGE("Can't find sensorInfo, sensorId:%{public}d", sensorId);
85 auto it = clientMap_.find(sensorId);
87 SEN_HILOGE("Can't find sensorId:%{public}d", sensorId);
109 auto it = clientMap_.find(sensorId);
111 SEN_HILOGE("Can't find sensorId:%{public}d", sensorId);
137 auto appThreadInfoItr = appThreadInfoMap_.find(pid);
158 auto appThreadInfoItr = appThreadInfoMap_.find(pid);
180 auto channelIt = channelMap_.find(appThreadInfoIt.first);
197 auto channelIt = channelMap_.find(pid);
212 auto clientIt = clientMap_.find(sensorId);
220 auto channelIt = channelMap_.find(sensorInfoIt.first);
240 auto it = clientMap_.find(sensorId);
247 auto pidIt = it->second.find(pid);
259 auto it = clientMap_.find(sensorId);
264 auto pidIt = it->second.find(pid);
279 auto it = channelMap_.find(pid);
301 auto it = clientMap_.find(sensorId);
317 auto it = clientMap_.find(sensorId);
322 auto pidIt = it->second.find(pid);
342 auto pidIt = it->second.find(pid);
356 auto it = channelMap_.find(pid);
377 auto it = clientMap_.find(sensorId);
379 SEN_HILOGE("Can't find sensorId:%{public}d", sensorId);
382 auto pidIt = it->second.find(pid);
384 SEN_HILOGE("Can't find pid:%{public}d", pid);
445 auto storedEvent = storedEvent_.find(sensorId);
499 auto it = clientPidMap_.find(sensorClient);
513 auto it = clientPidMap_.find(sensorClient);
515 SEN_HILOGE("Cannot find client pid");
526 auto it = clientPidMap_.find(sensorClient);
528 SEN_HILOGE("Cannot find client pid");
546 auto it = itClientMap.second.find(pid);
572 auto it = appThreadInfoMap_.find(appThreadInfo.pid);
613 auto appThreadInfoIt = appThreadInfoMap_.find(pid);
623 auto appThreadInfoIt = appThreadInfoMap_.find(pid);
633 auto cmdIt = cmdMap_.find(sensorId);
642 auto tmpIt = cmdIt->second.find(uid);
663 auto cmdIt = cmdMap_.find(sensorId);
667 auto uidIt = cmdIt->second.find(uid);
680 auto it = dumpQueue_.find(sensorId);
701 auto it = dumpQueue_.find(sensorId);
721 auto it = activeInfoCBPidSet_.find(pid);
743 auto channelIt = channelMap_.find(pid);
749 auto pidIt = activeInfoCBPidSet_.find(pid);
774 auto it = clientMap_.find(sensorId);
776 SEN_HILOGE("Cannot find sensorId:%{public}d", sensorId);
779 auto clientInfo = it->second.find(pid);
792 auto it = userGrantPermMap_.find(permName);