Searched refs:getPendingTriggerIds (Results 1 – 4 of 4) sorted by relevance
246 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 …]
54 List<String> getPendingTriggerIds() throws DatastoreException; in getPendingTriggerIds() method
180 public List<String> getPendingTriggerIds() throws DatastoreException { in getPendingTriggerIds() method in MeasurementDao
155 .runInTransactionWithResult(IMeasurementDao::getPendingTriggerIds); in performPendingAttributions()