Home
last modified time | relevance | path

Searched refs:ReportBatch (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/cmds/incidentd/src/
DReporter.h85 class ReportBatch : public virtual RefBase {
87 ReportBatch();
88 virtual ~ReportBatch();
167 void transferStreamingRequests(const sp<ReportBatch>& that);
173 void transferPersistedRequests(const sp<ReportBatch>& that);
194 ReportWriter(const sp<ReportBatch>& batch);
212 sp<ReportBatch> mBatch;
262 const sp<ReportBatch>& batch,
273 sp<ReportBatch> mBatch;
DThrottler.cpp36 sp<ReportBatch> Throttler::filterBatch(const sp<ReportBatch>& queued) { in filterBatch()
37 sp<ReportBatch> result = new ReportBatch(); in filterBatch()
DReporter.cpp218 ReportBatch::ReportBatch() {} in ReportBatch() function in android::os::incidentd::ReportBatch
220 ReportBatch::~ReportBatch() {} in ~ReportBatch()
222 void ReportBatch::addPersistedReport(const IncidentReportArgs& args) { in addPersistedReport()
235 void ReportBatch::addStreamingReport(const IncidentReportArgs& args, in addStreamingReport()
240 bool ReportBatch::empty() const { in empty()
244 sp<ReportRequest> ReportBatch::getPersistedRequest(const ComponentName& component) { in getPersistedRequest()
253 void ReportBatch::forEachPersistedRequest(const function<void (const sp<ReportRequest>&)>& func) { in forEachPersistedRequest()
260 void ReportBatch::forEachStreamingRequest(const function<void (const sp<ReportRequest>&)>& func) { in forEachStreamingRequest()
267 void ReportBatch::forEachListener( in forEachListener()
285 void ReportBatch::forEachListener(int sectionId, in forEachListener()
[all …]
DThrottler.h42 sp<ReportBatch> filterBatch(const sp<ReportBatch>& queued);
DIncidentService.h88 sp<ReportBatch> mBatch;
DIncidentService.cpp139 mBatch(new ReportBatch()) { in ReportHandler()
184 sp<ReportBatch> batch; in take_report()