Home
last modified time | relevance | path

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

/aosp12/frameworks/base/cmds/incidentd/src/
H A 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;
H A DReporter.cpp218 ReportBatch::ReportBatch() {} in ReportBatch() function in android::os::incidentd::ReportBatch
220 ReportBatch::~ReportBatch() {} in ~ReportBatch()
240 bool ReportBatch::empty() const { in empty()
267 void ReportBatch::forEachListener( in forEachListener()
285 void ReportBatch::forEachListener(int sectionId, in forEachListener()
314 bool ReportBatch::containsSection(int sectionId) { in containsSection()
332 void ReportBatch::clearPersistedRequests() { in clearPersistedRequests()
336 void ReportBatch::transferStreamingRequests(const sp<ReportBatch>& that) { in transferStreamingRequests()
344 void ReportBatch::transferPersistedRequests(const sp<ReportBatch>& that) { in transferPersistedRequests()
385 ReportWriter::ReportWriter(const sp<ReportBatch>& batch) in ReportWriter()
[all …]
H A DThrottler.cpp36 sp<ReportBatch> Throttler::filterBatch(const sp<ReportBatch>& queued) { in filterBatch()
37 sp<ReportBatch> result = new ReportBatch(); in filterBatch()
H A DThrottler.h42 sp<ReportBatch> filterBatch(const sp<ReportBatch>& queued);
H A DIncidentService.h88 sp<ReportBatch> mBatch;
H A DIncidentService.cpp137 mBatch(new ReportBatch()) { in ReportHandler()
182 sp<ReportBatch> batch; in take_report()