Searched refs:aggregateReportId (Results 1 – 3 of 3) sorted by relevance
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/ |
D | AggregateReportingJobHandler.java | 170 final String aggregateReportId = reportIds.get(i); in performScheduledPendingReportsInWindow() local 172 int result = performReport(aggregateReportId, keys.get(i), reportingStatus); in performScheduledPendingReportsInWindow() 182 aggregateReportId, in performScheduledPendingReportsInWindow() 231 String aggregateReportId, AggregateEncryptionKey key, ReportingStatus reportingStatus) { in performReport() argument 234 -> dao.getAggregateReport(aggregateReportId)); in performReport() 266 dao.markAggregateDebugReportDelivered(aggregateReportId); in performReport() 269 aggregateReportId, in performReport() 312 aggregateReportId, in performReport()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/ |
D | IMeasurementDao.java | 341 AggregateReport getAggregateReport(String aggregateReportId) throws DatastoreException; in getAggregateReport() argument 385 void markAggregateReportStatus(String aggregateReportId, @AggregateReport.Status int status) in markAggregateReportStatus() argument 393 void markAggregateDebugReportDelivered(String aggregateReportId) throws DatastoreException; in markAggregateDebugReportDelivered() argument
|
D | MeasurementDao.java | 617 public AggregateReport getAggregateReport(@NonNull String aggregateReportId) in getAggregateReport() argument 626 new String[] {aggregateReportId}, in getAggregateReport() argument 633 "AggregateReport retrieval failed. Id: " + aggregateReportId); in getAggregateReport() 1095 String aggregateReportId, @AggregateReport.Status int status) in markAggregateReportStatus() argument 1106 new String[] {aggregateReportId}); in markAggregateReportStatus() 1132 public void markAggregateDebugReportDelivered(String aggregateReportId) in markAggregateDebugReportDelivered() argument 1145 new String[] {aggregateReportId}); in markAggregateDebugReportDelivered()
|