Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/src/
DReporter.h78 class ReportBatch : public virtual RefBase {
80 ReportBatch();
81 virtual ~ReportBatch();
160 void transferStreamingRequests(const sp<ReportBatch>& that);
166 void transferPersistedRequests(const sp<ReportBatch>& that);
187 ReportWriter(const sp<ReportBatch>& batch);
205 sp<ReportBatch> mBatch;
254 Reporter(const sp<WorkDirectory>& workDirectory, const sp<ReportBatch>& batch);
264 sp<ReportBatch> mBatch;
DReporter.cpp171 ReportBatch::ReportBatch() {} in ReportBatch() function in android::os::incidentd::ReportBatch
173 ReportBatch::~ReportBatch() {} in ~ReportBatch()
175 void ReportBatch::addPersistedReport(const IncidentReportArgs& args) { in addPersistedReport()
188 void ReportBatch::addStreamingReport(const IncidentReportArgs& args, in addStreamingReport()
193 bool ReportBatch::empty() const { in empty()
197 sp<ReportRequest> ReportBatch::getPersistedRequest(const ComponentName& component) { in getPersistedRequest()
206 void ReportBatch::forEachPersistedRequest(const function<void (const sp<ReportRequest>&)>& func) { in forEachPersistedRequest()
213 void ReportBatch::forEachStreamingRequest(const function<void (const sp<ReportRequest>&)>& func) { in forEachStreamingRequest()
220 void ReportBatch::forEachListener( in forEachListener()
238 void ReportBatch::forEachListener(int sectionId, in forEachListener()
[all …]
DThrottler.cpp36 sp<ReportBatch> Throttler::filterBatch(const sp<ReportBatch>& queued) { in filterBatch()
37 sp<ReportBatch> result = new ReportBatch(); in filterBatch()
DThrottler.h42 sp<ReportBatch> filterBatch(const sp<ReportBatch>& queued);
DIncidentService.h82 sp<ReportBatch> mBatch;
DIncidentService.cpp134 mBatch(new ReportBatch()) { in ReportHandler()
177 sp<ReportBatch> batch; in take_report()