Lines Matching refs:ReportBatch

218 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()
307 void ReportBatch::getCombinedPersistedArgs(IncidentReportArgs* result) { in getCombinedPersistedArgs()
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()
352 void ReportBatch::getFailedRequests(vector<sp<ReportRequest>>* requests) { in getFailedRequests()
367 void ReportBatch::removeRequest(const sp<ReportRequest>& request) { in removeRequest()
385 ReportWriter::ReportWriter(const sp<ReportBatch>& batch) in ReportWriter()
520 const sp<ReportBatch>& batch, in Reporter()