Searched refs:windowEndTime (Results 1 – 7 of 7) sorted by relevance
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/ |
D | IMeasurementDao.java | 178 long windowEndTime) in countDistinctReportingOriginsPerPublisherXDestInAttribution() argument 192 long windowEndTime) in countDistinctDestPerPubXEnrollmentInUnexpiredSourceInWindow() argument 205 long windowEndTime) in countDistinctDestinationsPerPubXEnrollmentInUnexpiredSource() argument 218 long windowEndTime) in countDistinctDestinationsPerPublisherPerRateLimitWindow() argument 244 long windowEndTime) in countDistinctReportingOriginsPerPublisherXDestinationInSource() argument 419 List<String> getPendingEventReportIdsInWindow(long windowStartTime, long windowEndTime) in getPendingEventReportIdsInWindow() argument 488 long windowStartTime, long windowEndTime) throws DatastoreException; in getPendingAggregateReportIdsByCoordinatorInWindow() argument 800 long windowEndTime) in fetchSourceIdsForLruDestinationXEnrollmentXPublisher() argument
|
D | MeasurementDao.java | 1244 public List<String> getPendingEventReportIdsInWindow(long windowStartTime, long windowEndTime) in getPendingEventReportIdsInWindow() argument 1250 windowStartTime, windowEndTime) in getPendingEventReportIdsInWindow() argument 1251 : pendingEventReportIdsInWindowCursor(windowStartTime, windowEndTime)) { in getPendingEventReportIdsInWindow() 1603 long windowEndTime) in countDistinctReportingOriginsPerPublisherXDestInAttribution() argument 1625 String.valueOf(windowEndTime) in countDistinctReportingOriginsPerPublisherXDestInAttribution() 1637 long windowEndTime) in countDistinctDestPerPubXEnrollmentInUnexpiredSourceInWindow() argument 1668 String.valueOf(windowEndTime), in countDistinctDestPerPubXEnrollmentInUnexpiredSourceInWindow() 1669 String.valueOf(windowEndTime), in countDistinctDestPerPubXEnrollmentInUnexpiredSourceInWindow() 1681 long windowEndTime) in countDistinctDestinationsPerPubXEnrollmentInUnexpiredSource() argument 1712 String.valueOf(windowEndTime), in countDistinctDestinationsPerPubXEnrollmentInUnexpiredSource() [all …]
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/reporting/ |
D | EventReportingJobHandlerWrapper.java | 44 long windowEndTime, in spyPerformScheduledPendingReportsInWindow() argument 59 windowStartTime, windowEndTime); in spyPerformScheduledPendingReportsInWindow() 69 windowStartTime, windowEndTime); in spyPerformScheduledPendingReportsInWindow()
|
D | AggregateReportingJobHandlerWrapper.java | 52 long windowEndTime, in spyPerformScheduledPendingReportsInWindow() argument 86 windowStartTime, windowEndTime); in spyPerformScheduledPendingReportsInWindow()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/ |
D | AggregateFallbackReportingJobService.java | 110 final long windowEndTime = in processPendingReports() local 125 .performScheduledPendingReportsInWindow(windowStartTime, windowEndTime); in processPendingReports()
|
D | EventReportingJobHandler.java | 123 long windowStartTime, long windowEndTime) { in performScheduledPendingReportsInWindow() argument 131 windowStartTime, windowEndTime); in performScheduledPendingReportsInWindow()
|
D | AggregateReportingJobHandler.java | 128 long windowStartTime, long windowEndTime) { in performScheduledPendingReportsInWindow() argument 136 windowStartTime, windowEndTime); in performScheduledPendingReportsInWindow()
|