Home
last modified time | relevance | path

Searched defs:asyncRegistration (Results 1 – 13 of 13) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DAsyncRegistrationQueueRunner.java120 AsyncRegistration asyncRegistration; in runAsyncRegistrationQueueWorker() local
139 AsyncRegistration asyncRegistration, Set<Uri> failedOrigins) { in processSourceRegistration()
170 asyncRegistration, in processSourceRegistration() local
177 Source source, AsyncRegistration asyncRegistration, IMeasurementDao dao) in storeSource()
195 AsyncRegistration asyncRegistration, Set<Uri> failedOrigins) { in processTriggerRegistration()
226 asyncRegistration, in processTriggerRegistration() local
392 AsyncRegistration asyncRegistration, Uri redirectUri) { in createAsyncRegistrationFromRedirect()
480 AsyncRegistration asyncRegistration, in handleSuccess()
515 AsyncRegistration asyncRegistration, in handleFailure()
DFetcherUtil.java163 AsyncRegistration asyncRegistration, in emitHeaderMetrics()
235 AsyncRegistration asyncRegistration, String enrollmentId) { in getEncryptedPlatformAdIdIfPresent()
246 private static int getRegistrationType(AsyncRegistration asyncRegistration) { in getRegistrationType()
258 private static int getSourceType(AsyncRegistration asyncRegistration) { in getSourceType()
268 private static int getSurfaceType(AsyncRegistration asyncRegistration) { in getSurfaceType()
DAsyncSourceFetcher.java103 AsyncRegistration asyncRegistration, in parseCommonSourceParams()
313 AsyncRegistration asyncRegistration, in parseSource()
406 AsyncRegistration asyncRegistration, in fetchSource()
DAsyncTriggerFetcher.java97 AsyncRegistration asyncRegistration, in parseTrigger()
289 AsyncRegistration asyncRegistration, in fetchTrigger()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/registration/
DEnqueueAsyncRegistrationTest.java171 AsyncRegistration asyncRegistration = in testAppSourceRegistrationRequest_event_isValid() local
227 AsyncRegistration asyncRegistration = in testAppSourceRegistrationRequest_navigation_isValid() local
282 AsyncRegistration asyncRegistration = in testAppTriggerRegistrationRequest_isValid() local
335 AsyncRegistration asyncRegistration = in testAppRegistrationRequestWithAdId_isValid() local
371 AsyncRegistration asyncRegistration = in testWebSourceRegistrationRequest_event_isValid() local
546 AsyncRegistration asyncRegistration = in testWebSourceRegistrationRequest_navigation_isValid() local
713 AsyncRegistration asyncRegistration = in testWebTriggerRegistrationRequest_isValid() local
861 AsyncRegistration asyncRegistration = in testVerifyAsyncRegistrationStoredCorrectly() local
DFetcherUtilTest.java366 AsyncRegistration asyncRegistration = in emitHeaderMetrics_headersSizeLessThanMaxAllowed_doesNotLogAdTechDomain() local
408 AsyncRegistration asyncRegistration = in emitHeaderMetrics_headersSizeExceedsMaxAllowed_logsAdTechDomain() local
453 AsyncRegistration asyncRegistration = in emitHeaderMetrics_headersWithNullValues_success() local
506 AsyncRegistration asyncRegistration = in getEncryptedPlatformAdIdIfPresent_webRegistration_null() local
520 AsyncRegistration asyncRegistration = in getEncryptedPlatformAdIdIfPresent_missingAdIdPermission_null() local
534 AsyncRegistration asyncRegistration = in getEncryptedPlatformAdIdIfPresent_nullAdIdValue_null() local
548 AsyncRegistration asyncRegistration = in getEncryptedPlatformAdIdIfPresent_adIdValuePresent_notNull() local
DAsyncTriggerFetcherTest.java230 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in testBasicTriggerRequest() local
304 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in testBasicTriggerRequest_withAggregateDeduplicationKey() local
342 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in testRedirectType_bothRedirectHeaderTypes_choosesListType() local
382 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in testRedirectType_locationRedirectHeaderType_choosesLocationType() local
412 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in testRedirectType_locationRedirectType_ignoresListType() local
1976 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in testBasicTriggerRequestWithDebugKey() local
2012 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in testBasicTriggerRequest_debugKey_negative() local
2044 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in testBasicTriggerRequest_debugKey_tooLarge() local
2076 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in testBasicTriggerRequest_debugKey_notAnInt() local
2108 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in testBasicTriggerRequest_debugKey_uses64thBit() local
[all …]
DAsyncSourceFetcherTest.java232 AsyncRegistration asyncRegistration = appSourceRegistrationRequest(request); in testBasicSourceRequest() local
2574 AsyncRegistration asyncRegistration = webSourceRegistrationRequest(request, true); in fetchWebSources_basic_success() local
3942 AsyncRegistration asyncRegistration = appSourceRegistrationRequest(request); in basicSourceRequest_headersMoreThanMaxResponseSize_emitsMetricsWithAdTechDomain() local
4096 AsyncRegistration asyncRegistration = appSourceRegistrationRequest(request); in fetchSource_setsRegistrationOriginWithoutPath_forRegistrationURIWithPath() local
4132 AsyncRegistration asyncRegistration = appSourceRegistrationRequest(request); in fetchSource_setsRegistrationOriginWithPort_forRegistrationURIWithPort() local
4392 AsyncRegistration asyncRegistration = appSourceRegistrationRequest(request); in fetchSource_setsFakeEnrollmentId_whenDisableEnrollmentFlagIsTrue() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/
DE2EInteropMockTest.java166 AsyncRegistration asyncRegistration = in insertSource() local
208 AsyncRegistration asyncRegistration = in insertTrigger() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/migration/
DMeasurementDbMigratorV13Test.java110 ContentValues asyncRegistration = in createFakeDataV12() local
DContentValueFixtures.java284 ContentValues asyncRegistration = new ContentValues(); in generateAsyncRegistrationContentValuesV1() local
333 ContentValues asyncRegistration = generateAsyncRegistrationContentValuesV2(); in generateAsyncRegistrationContentValuesV3() local
391 ContentValues asyncRegistration = generateAsyncRegistrationContentValuesV10(); in generateAsyncRegistrationContentValuesV11() local
405 ContentValues asyncRegistration = generateAsyncRegistrationContentValuesV12(); in generateAsyncRegistrationContentValuesV13() local
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DIMeasurementDao.java430 void insertAsyncRegistration(@NonNull AsyncRegistration asyncRegistration) in insertAsyncRegistration()
472 void updateRetryCount(@NonNull AsyncRegistration asyncRegistration) throws DatastoreException; in updateRetryCount()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/
DMeasurementDaoTest.java4674 AsyncRegistration asyncRegistration = in testDeleteAppRecordsNotPresentForAsyncRegistrations() local
4754 AsyncRegistration asyncRegistration = in testDeleteAppRecordsForAsyncRegistrations() local
4951 AsyncRegistration asyncRegistration = in testDeleteExpiredRecordsForAsyncRegistrations() local
5639 AsyncRegistration asyncRegistration = in testInsertAsyncRegistration() local
5680 AsyncRegistration asyncRegistration = AsyncRegistrationFixture.getValidAsyncRegistration(); in testFetchNextQueuedAsyncRegistration_validRetryLimit() local
5758 AsyncRegistration asyncRegistration = AsyncRegistrationFixture.getValidAsyncRegistration(); in testDeleteAsyncRegistration() local
5917 AsyncRegistration asyncRegistration = AsyncRegistrationFixture.getValidAsyncRegistration(); in testUpdateAsyncRegistrationRetryCount() local