Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/src/
DWorkDirectory.cpp547 sp<ReportFile> reportFile = new ReportFile(this, it->second.timestampNs, in getReports() local
550 ALOGD(" %s", reportFile->getId().c_str()); in getReports()
552 result->push_back(reportFile); in getReports()
627 sp<ReportFile> reportFile = new ReportFile(this, it->second.timestampNs, in commitAll() local
630 err = reportFile->loadEnvelope(); in commitAll()
635 reportFile->removeReports(pkg); in commitAll()
637 delete_files_for_report_if_necessary(reportFile); in commitAll()
DReporter.cpp119 PersistedFilterFd(uint8_t privacyPolicy, int fd, const sp<ReportFile>& reportFile);
128 const sp<ReportFile>& reportFile) in PersistedFilterFd() argument
130 mReportFile(reportFile) { in PersistedFilterFd()