Searched refs:eventIt (Results 1 – 2 of 2) sorted by relevance
40 std::list<HRilEventMessage>::iterator eventIt = timerList_.begin(); in GetNextTimeOut() local41 if (eventIt == timerList_.end() || timerList_.empty()) { in GetNextTimeOut()49 …"next = %{public}ds + %{public}dus", (int32_t)eventIt->timeout.tv_sec, (int32_t)eventIt->timeout.t… in GetNextTimeOut()50 if (timercmp(&eventIt->timeout, &now, >)) { in GetNextTimeOut()51 timersub(&eventIt->timeout, &now, &tv); in GetNextTimeOut()63 std::list<HRilEventMessage>::iterator eventIt = timerList_.begin(); in ProcessTimerList() local67 while ((eventIt != timerList_.end()) && (timercmp(&now, &eventIt->timeout, >))) { in ProcessTimerList()69 evMsg.fd = eventIt->fd; in ProcessTimerList()70 evMsg.func = eventIt->func; in ProcessTimerList()71 evMsg.index = eventIt->index; in ProcessTimerList()[all …]
80 auto eventIt = eventMap_.find(eventId); in ReportException() local81 if (eventIt == eventMap_.end()) { in ReportException()86 if ((curTime - eventIt->second) > SECONDS_HALF_HOUR) { in ReportException()