Searched refs:timerList_ (Results 1 – 2 of 2) sorted by relevance
40 std::list<HRilEventMessage>::iterator eventIt = timerList_.begin(); in GetNextTimeOut()41 if (eventIt == timerList_.end() || timerList_.empty()) { in GetNextTimeOut()63 std::list<HRilEventMessage>::iterator eventIt = timerList_.begin(); in ProcessTimerList()67 while ((eventIt != timerList_.end()) && (timercmp(&now, &eventIt->timeout, >))) { in ProcessTimerList()75 eventIt = timerList_.erase(eventIt); in ProcessTimerList()126 timerList_.clear(); in TimerEventInit()143 std::list<HRilEventMessage>::iterator it = timerList_.begin(); in AddTimerEvent()144 for (; it != timerList_.end(); ++it) { in AddTimerEvent()146 timerList_.insert(it, eventMsg); in AddTimerEvent()150 if (it == timerList_.end()) { in AddTimerEvent()[all …]
62 std::list<HRilEventMessage> timerList_; variable