Home
last modified time | relevance | path

Searched refs:countDistinctDestinationsPerPublisherPerRateLimitWindow (Results 1 – 5 of 5) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DIMeasurementDao.java212 Integer countDistinctDestinationsPerPublisherPerRateLimitWindow( in countDistinctDestinationsPerPublisherPerRateLimitWindow() method
DMeasurementDao.java1719 public Integer countDistinctDestinationsPerPublisherPerRateLimitWindow( in countDistinctDestinationsPerPublisherPerRateLimitWindow() method in MeasurementDao
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DAsyncRegistrationQueueRunner.java656 dao.countDistinctDestinationsPerPublisherPerRateLimitWindow( in sourceIsWithinTimeBasedDestinationLimits()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/
DMeasurementDaoTest.java1160 .countDistinctDestinationsPerPublisherPerRateLimitWindow( in testCountDistinctDestinations_atWindow()
1233 .countDistinctDestinationsPerPublisherPerRateLimitWindow( in testCountDistinctDestinations_expiredSource()
1292 .countDistinctDestinationsPerPublisherPerRateLimitWindow( in testCountDistinctDestinations_beyondWindow()
1399 .countDistinctDestinationsPerPublisherPerRateLimitWindow( in testCountDistinctDestinations_appPublisher()
1507 .countDistinctDestinationsPerPublisherPerRateLimitWindow( in testCountDistinctDestinations_appPublisher_differentEnrollment()
1614 .countDistinctDestinationsPerPublisherPerRateLimitWindow( in testCountDistinctDestinations_webPublisher_exactMatch()
1734 .countDistinctDestinationsPerPublisherPerRateLimitWindow( in testCountDistinctDestinations_webPublisher_doesNotMatchDomainAsSuffix()
1841 .countDistinctDestinationsPerPublisherPerRateLimitWindow( in testCountDistinctDestinations_webPublisher_doesNotMatchDifferentScheme()
1949 .countDistinctDestinationsPerPublisherPerRateLimitWindow( in testCountDistinctDestinations_webPublisher_multipleDestinations()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/registration/
DAsyncRegistrationQueueRunnerTest.java2862 when(mMeasurementDao.countDistinctDestinationsPerPublisherPerRateLimitWindow( in testRegister_registrationTypeSource_exceedsDestinationRateLimit()
2885 verify(mMeasurementDao, times(1)).countDistinctDestinationsPerPublisherPerRateLimitWindow( in testRegister_registrationTypeSource_exceedsDestinationRateLimit()
2906 when(mMeasurementDao.countDistinctDestinationsPerPublisherPerRateLimitWindow( in testRegister_registrationTypeSource_exceedsDestinationReportingRateLimit()
2929 verify(mMeasurementDao, times(1)).countDistinctDestinationsPerPublisherPerRateLimitWindow( in testRegister_registrationTypeSource_exceedsDestinationReportingRateLimit()