Searched refs:reportList_ (Results 1 – 4 of 4) sorted by relevance
107 if (reportList_.size() > MAX_REPORT_LIST_LIMIT) { in HandleMessageResponse()108 reportList_.pop_front(); in HandleMessageResponse()110 reportList_.push_back(smsIndexer); in HandleMessageResponse()
315 auto oldIndexer = reportList_.begin(); in StatusReportAnalysis()316 while (oldIndexer != reportList_.end()) { in StatusReportAnalysis()322 reportList_.erase(iter); in StatusReportAnalysis()
106 std::list<std::shared_ptr<SmsSendIndexer>> reportList_; variable
440 auto oldIndexer = reportList_.begin(); in StatusReportAnalysis()441 while (oldIndexer != reportList_.end()) { in StatusReportAnalysis()447 reportList_.erase(iter); in StatusReportAnalysis()