Home
last modified time | relevance | path

Searched refs:windowStartTime (Results 1 – 8 of 8) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/reporting/
DEventReportingJobHandlerWrapper.java43 long windowStartTime, in spyPerformScheduledPendingReportsInWindow() argument
59 windowStartTime, windowEndTime); in spyPerformScheduledPendingReportsInWindow()
69 windowStartTime, windowEndTime); in spyPerformScheduledPendingReportsInWindow()
DAggregateReportingJobHandlerWrapper.java51 long windowStartTime, in spyPerformScheduledPendingReportsInWindow() argument
86 windowStartTime, windowEndTime); in spyPerformScheduledPendingReportsInWindow()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DIMeasurementDao.java177 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
DMeasurementDao.java1244 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/
DAsyncRegistrationQueueRunner.java398 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/
DAggregateFallbackReportingJobService.java106 final long windowStartTime = in processPendingReports() local
125 .performScheduledPendingReportsInWindow(windowStartTime, windowEndTime); in processPendingReports()
DEventReportingJobHandler.java123 long windowStartTime, long windowEndTime) { in performScheduledPendingReportsInWindow() argument
131 windowStartTime, windowEndTime); in performScheduledPendingReportsInWindow()
DAggregateReportingJobHandler.java128 long windowStartTime, long windowEndTime) { in performScheduledPendingReportsInWindow() argument
136 windowStartTime, windowEndTime); in performScheduledPendingReportsInWindow()