Searched refs:reportFile (Results 1 – 2 of 2) sorted by relevance
547 sp<ReportFile> reportFile = new ReportFile(this, it->second.timestampNs, in getReports() local550 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() local630 err = reportFile->loadEnvelope(); in commitAll()635 reportFile->removeReports(pkg); in commitAll()637 delete_files_for_report_if_necessary(reportFile); in commitAll()
119 PersistedFilterFd(uint8_t privacyPolicy, int fd, const sp<ReportFile>& reportFile);128 const sp<ReportFile>& reportFile) in PersistedFilterFd() argument130 mReportFile(reportFile) { in PersistedFilterFd()