Home
last modified time | relevance | path

Searched refs:reportFile (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/cmds/incidentd/src/
DWorkDirectory.cpp582 sp<ReportFile> reportFile = new ReportFile(this, it->second.timestampNs, in getReports() local
585 ALOGD(" %s", reportFile->getId().c_str()); in getReports()
587 result->push_back(reportFile); in getReports()
662 sp<ReportFile> reportFile = new ReportFile(this, it->second.timestampNs, in commitAll() local
665 err = reportFile->loadEnvelope(); in commitAll()
670 reportFile->removeReports(pkg); in commitAll()
672 delete_files_for_report_if_necessary(reportFile); in commitAll()
DReporter.cpp123 PersistedFilterFd(uint8_t privacyPolicy, int fd, const sp<ReportFile>& reportFile);
132 const sp<ReportFile>& reportFile) in PersistedFilterFd() argument
134 mReportFile(reportFile) { in PersistedFilterFd()