Home
last modified time | relevance | path

Searched refs:getPendingTriggerIds (Results 1 – 4 of 4) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/attribution/
DAttributionJobHandlerTest.java246 when(mMeasurementDao.getPendingTriggerIds()) in shouldIgnoreNonPendingTrigger()
260 when(mMeasurementDao.getPendingTriggerIds()) in shouldIgnoreIfNoSourcesFound()
303 when(mMeasurementDao.getPendingTriggerIds()) in shouldRejectBasedOnDedupKey()
345 when(mMeasurementDao.getPendingTriggerIds()) in shouldRejectBasedOnDedupKey_dedupAlignFlagOff()
386 when(mMeasurementDao.getPendingTriggerIds()) in shouldNotCreateEventReportAfterEventReportWindow()
432 when(mMeasurementDao.getPendingTriggerIds()) in shouldNotCreateEventReportAfterEventReportWindow_secondTrigger()
499 when(mMeasurementDao.getPendingTriggerIds()) in shouldNotCreateEventReportAfterEventReportWindow_prioritisedSource()
528 when(mMeasurementDao.getPendingTriggerIds()) in shouldNotAddIfRateLimitExceeded_eventScopeOnly()
557 when(mMeasurementDao.getPendingTriggerIds()) in shouldNotAddIfRateLimitExceeded_aggregateScopeOnly()
589 when(mMeasurementDao.getPendingTriggerIds()) in shouldNotAddIfRateLimitExceeded_aggregateAndEventScope_eventLimited()
[all …]
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DIMeasurementDao.java54 List<String> getPendingTriggerIds() throws DatastoreException; in getPendingTriggerIds() method
DMeasurementDao.java180 public List<String> getPendingTriggerIds() throws DatastoreException { in getPendingTriggerIds() method in MeasurementDao
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/attribution/
DAttributionJobHandler.java155 .runInTransactionWithResult(IMeasurementDao::getPendingTriggerIds); in performPendingAttributions()