Searched refs:pendingList_ (Results 1 – 2 of 2) sorted by relevance
74 pendingList_.push_back(evMsg); in ProcessTimerList()81 std::list<HRilEventMessage>::iterator eventIt = pendingList_.begin(); in ProcessPendingList()82 while (eventIt != pendingList_.end()) { in ProcessPendingList()86 eventIt = pendingList_.erase(eventIt); in ProcessPendingList()114 pendingList_.push_back(*(*it)); in ProcessEvents()127 pendingList_.clear(); in TimerEventInit()
63 std::list<HRilEventMessage> pendingList_; variable