Home
last modified time | relevance | path

Searched refs:windowEndTime (Results 1 – 7 of 7) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DIMeasurementDao.java178 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
DMeasurementDao.java1244 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/
DEventReportingJobHandlerWrapper.java44 long windowEndTime, in spyPerformScheduledPendingReportsInWindow() argument
59 windowStartTime, windowEndTime); in spyPerformScheduledPendingReportsInWindow()
69 windowStartTime, windowEndTime); in spyPerformScheduledPendingReportsInWindow()
DAggregateReportingJobHandlerWrapper.java52 long windowEndTime, in spyPerformScheduledPendingReportsInWindow() argument
86 windowStartTime, windowEndTime); in spyPerformScheduledPendingReportsInWindow()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DAggregateFallbackReportingJobService.java110 final long windowEndTime = 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()