Searched refs:reportFile (Results 1 – 2 of 2) sorted by relevance
582 sp<ReportFile> reportFile = new ReportFile(this, it->second.timestampNs, in getReports() local585 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() local665 err = reportFile->loadEnvelope(); in commitAll()670 reportFile->removeReports(pkg); in commitAll()672 delete_files_for_report_if_necessary(reportFile); in commitAll()
123 PersistedFilterFd(uint8_t privacyPolicy, int fd, const sp<ReportFile>& reportFile);132 const sp<ReportFile>& reportFile) in PersistedFilterFd() argument134 mReportFile(reportFile) { in PersistedFilterFd()