Home
last modified time | relevance | path

Searched refs:mBatch (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/cmds/incidentd/src/
DReporter.cpp386 :mBatch(batch), in ReportWriter()
505 mBatch->forEachStreamingRequest([&filter, this](const sp<ReportRequest>& request) { in writeSection()
524 mBatch(batch), in Reporter()
541 mBatch->forEachListener([](const auto& listener) { listener->onReportStarted(); }); in runReport()
543 if (mBatch->hasPersistedReports()) { in runReport()
557 mBatch->forEachPersistedRequest([this, &persistedPrivacyPolicy]( in runReport()
588 mBatch->forEachPersistedRequest([](const sp<ReportRequest>& request) { in runReport()
594 mBatch->clearPersistedRequests(); in runReport()
612 mBatch->forEachStreamingRequest([](const sp<ReportRequest>& request) { in runReport()
622 mBatch->forEachStreamingRequest([](const sp<ReportRequest>& request) { in runReport()
[all …]
DReporter.h212 sp<ReportBatch> mBatch;
273 sp<ReportBatch> mBatch; variable
DIncidentService.cpp137 mBatch(new ReportBatch()) { in ReportHandler()
156 mBatch->addPersistedReport(args); in schedulePersistedReport()
164 mBatch->addStreamingReport(args, listener, streamFd); in scheduleStreamingReport()
185 batch = mThrottler->filterBatch(mBatch); in take_report()
DIncidentService.h88 sp<ReportBatch> mBatch; variable