Searched refs:finishSections (Results 1 – 1 of 1) sorted by relevance
56 map<int, int> finishSections; member in TestListener72 if (finishSections.count(section) == 0) finishSections[section] = 0; in onReportSectionStatus()73 finishSections[section] = finishSections[section] + 1; in onReportSectionStatus()97 map<int, int>::const_iterator found = finishSections.find(sectionId); in sectionFinished()98 if (found != finishSections.end()) { in sectionFinished()