Home
last modified time | relevance | path

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

12

/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/ondevicepersonalization/
DOdpDelegationWrapperImplTest.java109 AsyncRegistration asyncRegistration = in registerOdpTrigger_validParameters_success() local
165 AsyncRegistration asyncRegistration = in registerOdpTrigger_invalidEnrollment_fail() local
209 AsyncRegistration asyncRegistration = in registerOdpTrigger_headerSizeLimitExceeded_fail() local
255 AsyncRegistration asyncRegistration = in registerOdpTrigger_invalidHeaderFormat_fail() local
303 AsyncRegistration asyncRegistration = in registerOdpTrigger_missingRequiredField_fail() local
343 AsyncRegistration asyncRegistration = in registerOdpTrigger_invalidServiceName_NoForwardSlash_fail() local
386 AsyncRegistration asyncRegistration = in registerOdpTrigger_invalidServiceName_forwardSlashEndingCharacter_fail() local
429 AsyncRegistration asyncRegistration = in registerOdpTrigger_headerNotJson_fail() local
478 AsyncRegistration asyncRegistration = in registerOdpTrigger_throwIllegalArgumentException_fail() local
529 AsyncRegistration asyncRegistration = in registerOdpTrigger_throwNullPointerException_fail() local
DNoOdpDelegationWrapperTest.java57 AsyncRegistration asyncRegistration = in registerOdpTrigger_logMetrics() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/countunique/
DCountUniqueRegistrarTest.java97 AsyncRegistration asyncRegistration = in registerCountUniqueEvent_forIgnoreIfPresentAsTrue_doesNotUpdateMetadata() local
181 AsyncRegistration asyncRegistration = in registerCountUniqueEvent_forIgnoreIfPresentAsFalse_forceUpdatesMetadata() local
263 AsyncRegistration asyncRegistration = in registerCountUniqueEvent_forKeyNotFound_DoesNotStoreReport() local
301 AsyncRegistration asyncRegistration = in registerCountUniqueEvent_forNullKey_doesNotStoreReport() local
338 AsyncRegistration asyncRegistration = in registerCountUniqueEvent_forNullContextId_StoresReport() local
411 AsyncRegistration asyncRegistration = in registerCountUniqueEvent_forNullValue_doesNotStoreReport() local
448 AsyncRegistration asyncRegistration = in registerCountUniqueEvent_forNullFilteringId_StoresReport() local
528 AsyncRegistration asyncRegistration = in registerCountUniqueEvent_forNoAdidPermission_DoesNotStoreDebugKeyAndDebugReport() local
603 AsyncRegistration asyncRegistration = in registerCountUniqueEvent_forNulLDebugKey_StoresReport() local
670 AsyncRegistration asyncRegistration = in registerCountUniqueMetadata_forDelete_deletesMetadata() local
[all …]
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/countunique/
DICountUniqueRegistrar.java32 AsyncRegistration asyncRegistration, List<String> eventHeader, String enrollmentId); in registerCountUniqueEvent()
41 AsyncRegistration asyncRegistration, List<String> metadataHeader); in registerCountUniqueMetadata()
DCountUniqueRegistrar.java54 AsyncRegistration asyncRegistration, List<String> eventHeader, String enrollmentId) { in registerCountUniqueEvent()
116 AsyncRegistration asyncRegistration, List<String> metadataHeader) { in registerCountUniqueMetadata()
178 MetadataOperation operation, AsyncRegistration asyncRegistration) { in createCountUniqueMetadata()
207 AsyncRegistration asyncRegistration, in createCountUniqueReport()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DAsyncRegistrationQueueRunner.java224 AsyncRegistration asyncRegistration = fetchNext(retryLimit, failedOrigins); in runAsyncRegistrationQueueWorker() local
245 private void processAsyncRecord(AsyncRegistration asyncRegistration, Set<Uri> failedOrigins) { in processAsyncRecord()
258 AsyncRegistration asyncRegistration = fetchNext(retryLimit, failedOrigins); in hasPendingRecords() local
269 AsyncRegistration asyncRegistration, Set<Uri> failedOrigins) { in processSourceRegistration()
315 asyncRegistration, in processSourceRegistration() local
324 AsyncRegistration asyncRegistration, in storeSource()
485 AsyncRegistration asyncRegistration, Set<Uri> failedOrigins) { in processTriggerRegistration()
607 AsyncRegistration asyncRegistration, AsyncRedirect asyncRedirect) { in createAsyncRegistrationFromRedirect()
736 AsyncRegistration asyncRegistration, in handleSuccess()
772 AsyncRegistration asyncRegistration, in handleFailure()
DFetcherUtil.java631 static String getSourceRegistrantToLog(AsyncRegistration asyncRegistration) { in getSourceRegistrantToLog()
642 AsyncRegistration asyncRegistration, in emitHeaderMetrics()
721 private static int getRegistrationType(AsyncRegistration asyncRegistration) { in getRegistrationType()
731 private static int getSourceType(AsyncRegistration asyncRegistration) { in getSourceType()
741 private static int getSurfaceType(AsyncRegistration asyncRegistration) { in getSurfaceType()
DAsyncTriggerFetcher.java126 AsyncRegistration asyncRegistration, in parseTrigger()
350 AsyncRegistration asyncRegistration, in fetchTrigger()
460 AsyncRegistration asyncRegistration, in parseValidateTrigger()
783 private Optional<String> getEnrollmentId(AsyncRegistration asyncRegistration) { in getEnrollmentId()
DAsyncSourceFetcher.java124 AsyncRegistration asyncRegistration, in parseValidateSource()
1074 AsyncRegistration asyncRegistration, in parseSource()
1245 AsyncRegistration asyncRegistration, in fetchSource()
1372 private boolean isCountUniqueEnabled(AsyncRegistration asyncRegistration) { in isCountUniqueEnabled()
/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/registration/
DAsyncTriggerFetcherTest.java346 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in testBasicTriggerRequest() local
435 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in testBasicTriggerRequest_withAggregateDeduplicationKey() local
500 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in triggerRequest_aggregateDeduplicationKey_dedupKeyNotAString_fails() local
549 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in triggerRequest_aggregateDeduplicationKey_dedupKeyNegative_fails() local
598 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in triggerRequest_aggregateDeduplicationKey_dedupKeyTooLarge_fails() local
647 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in triggerRequest_aggregateDeduplicationKey_dedupKeyNotAnInt_fails() local
695 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in triggerRequest_aggregateDeduplicationKey_dedupKeyMissing_succeeds() local
748 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in testBasicTriggerRequest_withNamedBudget_success() local
789 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in testBasicTriggerRequest_namedBudgetWithEnableFlagOff_success() local
830 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in triggerRequest_namedBudgetNotJsonObj_fails() local
[all …]
DEnqueueAsyncRegistrationTest.java213 AsyncRegistration asyncRegistration = in testAppSourceRegistrationRequest_event_isValid() local
272 AsyncRegistration asyncRegistration = in testAppSourceRegistrationRequest_navigation_isValid() local
368 AsyncRegistration asyncRegistration = in testAppTriggerRegistrationRequest_isValid() local
424 AsyncRegistration asyncRegistration = in testAppRegistrationRequestWithAdId_isValid() local
469 AsyncRegistration asyncRegistration = in testAppRegistrationRequestWithPostBody_isValid() local
710 AsyncRegistration asyncRegistration = in testVerifyAsyncRegistrationStoredCorrectly() local
933 AsyncRegistration asyncRegistration) { in assertEqualsWebSourceRegistrationCommon()
951 private void assertEqualsAppSourcesRegistrationCommon(AsyncRegistration asyncRegistration) { in assertEqualsAppSourcesRegistrationCommon()
963 AsyncRegistration asyncRegistration) { in assertEqualsWebTriggerRegistrationCommon()
DAsyncSourceFetcherTest.java303 AsyncRegistration asyncRegistration = appSourceRegistrationRequest(request); in testBasicSourceRequest() local
736 AsyncRegistration asyncRegistration = appSourceRegistrationRequest(request); in testFetchSource_validNamedBudget_success() local
800 AsyncRegistration asyncRegistration = appSourceRegistrationRequest(request); in testFetchSource_validNamedBudgetWithEnableFlagOff_success() local
852 AsyncRegistration asyncRegistration = appSourceRegistrationRequest(request); in testFetchSource_moreNamedBudgetsThanAllowed_fails() local
909 AsyncRegistration asyncRegistration = appSourceRegistrationRequest(request); in testFetchSource_invalidBudgetName_fails() local
966 AsyncRegistration asyncRegistration = appSourceRegistrationRequest(request); in testFetchSource_namedBudgetIsNegative_fails() local
1022 AsyncRegistration asyncRegistration = appSourceRegistrationRequest(request); in testFetchSource_namedBudgetAboveCap_fails() local
4424 AsyncRegistration asyncRegistration = webSourceRegistrationRequest(request, true); in fetchWebSources_basic_success() local
5927 AsyncRegistration asyncRegistration = appSourceRegistrationRequest(request); in basicSourceRequest_headersMoreThanMaxResponseSize_emitsMetricsWithAdTechDomain() local
6096 AsyncRegistration asyncRegistration = appSourceRegistrationRequest(request); in fetchSource_setsRegistrationOriginWithoutPath_forRegistrationURIWithPath() local
[all …]
DFetcherUtilTest.java1476 AsyncRegistration asyncRegistration = in emitHeaderMetrics_headersSizeLessThanMaxAllowed_doesNotLogAdTechDomain() local
1527 AsyncRegistration asyncRegistration = in emitHeaderMetrics_headersSizeExceedsMaxAllowed_logsAdTechDomain() local
1581 AsyncRegistration asyncRegistration = in emitHeaderMetrics_headersWithNullValues_success() local
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/ondevicepersonalization/
DIOdpDelegationWrapper.java28 AsyncRegistration asyncRegistration, in registerOdpTrigger()
DNoOdpDelegationWrapper.java45 AsyncRegistration asyncRegistration, in registerOdpTrigger()
DOdpDelegationWrapperImpl.java88 AsyncRegistration asyncRegistration, in registerOdpTrigger()
/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/data/measurement/migration/
DMeasurementDbMigratorV24Test.java93 ContentValues asyncRegistration = in createFakeDataV23() local
DMeasurementDbMigratorV13Test.java110 ContentValues asyncRegistration = in createFakeDataV12() local
DMeasurementDbMigratorV31Test.java89 ContentValues asyncRegistration = in createFakeDataV30() local
DContentValueFixtures.java444 ContentValues asyncRegistration = new ContentValues(); in generateAsyncRegistrationContentValuesV1() local
493 ContentValues asyncRegistration = generateAsyncRegistrationContentValuesV2(); in generateAsyncRegistrationContentValuesV3() local
551 ContentValues asyncRegistration = generateAsyncRegistrationContentValuesV10(); in generateAsyncRegistrationContentValuesV11() local
565 ContentValues asyncRegistration = generateAsyncRegistrationContentValuesV12(); in generateAsyncRegistrationContentValuesV13() local
613 ContentValues asyncRegistration = generateAsyncRegistrationContentValuesV23(); in generateAsyncRegistrationContentValuesV24() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/
DE2EInteropMockTest.java435 AsyncRegistration asyncRegistration = in insertSourceOrAssertUnparsable() local
485 AsyncRegistration asyncRegistration = in insertTriggerOrAssertUnparsable() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/data/measurement/
DDbState.java170 AsyncRegistration asyncRegistration = getAsyncRegistrationFrom(aJSON); in DbState() local
DAbstractDbIntegrationTest.java667 private static void insertToDb(AsyncRegistration asyncRegistration, SQLiteDatabase db) in insertToDb()
DMeasurementDaoTest.java6711 AsyncRegistration asyncRegistration = in testDeleteExpiredRecordsForAsyncRegistrations() local
9140 AsyncRegistration asyncRegistration = in testInsertAsyncRegistration() local
9181 AsyncRegistration asyncRegistration = AsyncRegistrationFixture.getValidAsyncRegistration(); in testFetchNextQueuedAsyncRegistration_validRetryLimit() local
9252 AsyncRegistration asyncRegistration = AsyncRegistrationFixture.getValidAsyncRegistration(); in testDeleteAsyncRegistration() local
9396 AsyncRegistration asyncRegistration = AsyncRegistrationFixture.getValidAsyncRegistration(); in testUpdateAsyncRegistrationRetryCount() local
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DIMeasurementDao.java601 void insertAsyncRegistration(@NonNull AsyncRegistration asyncRegistration) in insertAsyncRegistration()
658 void updateRetryCount(@NonNull AsyncRegistration asyncRegistration) throws DatastoreException; in updateRetryCount()

12