Lines Matching defs:pidIt
63 for (const auto &pidIt : it->second) {
64 if (pidIt.second.GetSensorState()) {
90 for (const auto &pidIt : it->second) {
91 int64_t curSamplingPeriodNs = pidIt.second.GetSamplingPeriodNs();
92 int64_t curReportDelayNs = pidIt.second.GetMaxReportDelayNs();
115 for (const auto &pidIt : it->second) {
116 if (!pidIt.second.GetSensorState()) {
119 if (pidIt.first != pid) {
247 auto pidIt = it->second.find(pid);
248 if (pidIt == it->second.end()) {
264 auto pidIt = it->second.find(pid);
265 if (pidIt != it->second.end()) {
266 it->second.erase(pidIt);
322 auto pidIt = it->second.find(pid);
323 if (pidIt == it->second.end()) {
327 pidIt = it->second.erase(pidIt);
342 auto pidIt = it->second.find(pid);
343 if (pidIt == it->second.end()) {
347 pidIt = it->second.erase(pidIt);
382 auto pidIt = it->second.find(pid);
383 if (pidIt == it->second.end()) {
387 sensorInfo.SetSamplingPeriodNs(pidIt->second.GetSamplingPeriodNs());
388 sensorInfo.SetMaxReportDelayNs(pidIt->second.GetMaxReportDelayNs());
586 for (const auto &pidIt : sensorIt.second) {
587 int32_t pid = pidIt.first;
599 int64_t samplingPeriodNs = pidIt.second.GetSamplingPeriodNs();
600 int64_t maxReportDelayNs = pidIt.second.GetMaxReportDelayNs();
749 auto pidIt = activeInfoCBPidSet_.find(pid);
750 if (pidIt != activeInfoCBPidSet_.end()) {