Searched refs:mBatch (Results 1 – 4 of 4) sorted by relevance
339 :mBatch(batch), in ReportWriter()459 mBatch->forEachStreamingRequest([&filter, this](const sp<ReportRequest>& request) { in writeSection()476 mBatch(batch) { in Reporter()492 mBatch->forEachListener([](const auto& listener) { listener->onReportStarted(); }); in runReport()494 if (mBatch->hasPersistedReports()) { in runReport()508 mBatch->forEachPersistedRequest([this, &persistedPrivacyPolicy]( in runReport()539 mBatch->forEachPersistedRequest([](const sp<ReportRequest>& request) { in runReport()545 mBatch->clearPersistedRequests(); in runReport()566 mBatch->forEachStreamingRequest([](const sp<ReportRequest>& request) { in runReport()586 if (!mBatch->containsSection(sectionId)) { in runReport()[all …]
205 sp<ReportBatch> mBatch;264 sp<ReportBatch> mBatch; variable
134 mBatch(new ReportBatch()) { in ReportHandler()152 mBatch->addPersistedReport(args); in schedulePersistedReport()159 mBatch->addStreamingReport(args, listener, streamFd); in scheduleStreamingReport()180 batch = mThrottler->filterBatch(mBatch); in take_report()
82 sp<ReportBatch> mBatch; variable