/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/reporting/ |
D | EventReportingJobHandlerWrapper.java | 43 long windowStartTime, in spyPerformScheduledPendingReportsInWindow() argument 59 windowStartTime, windowEndTime); in spyPerformScheduledPendingReportsInWindow() 69 windowStartTime, windowEndTime); in spyPerformScheduledPendingReportsInWindow()
|
D | AggregateReportingJobHandlerWrapper.java | 51 long windowStartTime, in spyPerformScheduledPendingReportsInWindow() argument 86 windowStartTime, windowEndTime); in spyPerformScheduledPendingReportsInWindow()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/ |
D | IMeasurementDao.java | 177 long windowStartTime, in countDistinctReportingOriginsPerPublisherXDestInAttribution() argument 191 long windowStartTime, in countDistinctDestPerPubXEnrollmentInUnexpiredSourceInWindow() argument 217 long windowStartTime, in countDistinctDestinationsPerPublisherPerRateLimitWindow() argument 243 long windowStartTime, in countDistinctReportingOriginsPerPublisherXDestinationInSource() argument 419 List<String> getPendingEventReportIdsInWindow(long windowStartTime, long windowEndTime) in getPendingEventReportIdsInWindow() argument 488 long windowStartTime, long windowEndTime) throws DatastoreException; in getPendingAggregateReportIdsByCoordinatorInWindow() argument
|
D | MeasurementDao.java | 1244 public List<String> getPendingEventReportIdsInWindow(long windowStartTime, long windowEndTime) in getPendingEventReportIdsInWindow() argument 1250 windowStartTime, windowEndTime) in getPendingEventReportIdsInWindow() 1251 : pendingEventReportIdsInWindowCursor(windowStartTime, windowEndTime)) { in getPendingEventReportIdsInWindow() argument 1602 long windowStartTime, in countDistinctReportingOriginsPerPublisherXDestInAttribution() argument 1624 String.valueOf(windowStartTime), in countDistinctReportingOriginsPerPublisherXDestInAttribution() 1636 long windowStartTime, in countDistinctDestPerPubXEnrollmentInUnexpiredSourceInWindow() argument 1667 String.valueOf(windowStartTime), in countDistinctDestPerPubXEnrollmentInUnexpiredSourceInWindow() 1724 long windowStartTime, in countDistinctDestinationsPerPublisherPerRateLimitWindow() argument 1757 String.valueOf(windowStartTime), in countDistinctDestinationsPerPublisherPerRateLimitWindow() 1806 long windowStartTime, in countDistinctReportingOriginsPerPublisherXDestinationInSource() argument [all …]
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/ |
D | AsyncRegistrationQueueRunner.java | 398 long windowStartTime = in isSourceAllowedToInsert() local 455 windowStartTime, in isSourceAllowedToInsert() 470 windowStartTime, in isSourceAllowedToInsert() 629 long windowStartTime = source.getEventTime() in sourceIsWithinTimeBasedDestinationLimits() local 638 windowStartTime, in sourceIsWithinTimeBasedDestinationLimits() 661 windowStartTime, in sourceIsWithinTimeBasedDestinationLimits() 694 long windowStartTime, in isDestinationWithinBounds() argument 721 windowStartTime, in isDestinationWithinBounds() 745 windowStartTime, in isDestinationWithinBounds()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/ |
D | AggregateFallbackReportingJobService.java | 106 final long windowStartTime = 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()
|