Home
last modified time | relevance | path

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

12

/aosp_15_r20/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
434 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in testBasicTriggerRequest_withAggregateDeduplicationKey() local
499 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in triggerRequest_aggregateDeduplicationKey_dedupKeyNotAString_fails() local
548 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in triggerRequest_aggregateDeduplicationKey_dedupKeyNegative_fails() local
597 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in triggerRequest_aggregateDeduplicationKey_dedupKeyTooLarge_fails() local
646 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in triggerRequest_aggregateDeduplicationKey_dedupKeyNotAnInt_fails() local
694 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in triggerRequest_aggregateDeduplicationKey_dedupKeyMissing_succeeds() local
747 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in testBasicTriggerRequest_withNamedBudget_success() local
788 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in testBasicTriggerRequest_namedBudgetWithEnableFlagOff_success() local
829 AsyncRegistration asyncRegistration = appTriggerRegistrationRequest(request); in triggerRequest_namedBudgetNotJsonObj_fails() local
[all …]
DEnqueueAsyncRegistrationTest.java229 AsyncRegistration asyncRegistration = in testAppSourceRegistrationRequest_event_isValid() local
288 AsyncRegistration asyncRegistration = in testAppSourceRegistrationRequest_navigation_isValid() local
384 AsyncRegistration asyncRegistration = in testAppTriggerRegistrationRequest_isValid() local
440 AsyncRegistration asyncRegistration = in testAppRegistrationRequestWithAdId_isValid() local
485 AsyncRegistration asyncRegistration = in testAppRegistrationRequestWithPostBody_isValid() local
726 AsyncRegistration asyncRegistration = in testVerifyAsyncRegistrationStoredCorrectly() local
949 AsyncRegistration asyncRegistration) { in assertEqualsWebSourceRegistrationCommon()
968 AsyncRegistration asyncRegistration) { in assertEqualsAppSourcesRegistrationCommon()
982 AsyncRegistration asyncRegistration) { in assertEqualsWebTriggerRegistrationCommon()
DAsyncSourceFetcherTest.java300 AsyncRegistration asyncRegistration = appSourceRegistrationRequest(request); in testBasicSourceRequest() local
732 AsyncRegistration asyncRegistration = appSourceRegistrationRequest(request); in testFetchSource_validNamedBudget_success() local
796 AsyncRegistration asyncRegistration = appSourceRegistrationRequest(request); in testFetchSource_validNamedBudgetWithEnableFlagOff_success() local
848 AsyncRegistration asyncRegistration = appSourceRegistrationRequest(request); in testFetchSource_moreNamedBudgetsThanAllowed_fails() local
905 AsyncRegistration asyncRegistration = appSourceRegistrationRequest(request); in testFetchSource_invalidBudgetName_fails() local
962 AsyncRegistration asyncRegistration = appSourceRegistrationRequest(request); in testFetchSource_namedBudgetIsNegative_fails() local
1018 AsyncRegistration asyncRegistration = appSourceRegistrationRequest(request); in testFetchSource_namedBudgetAboveCap_fails() local
4420 AsyncRegistration asyncRegistration = webSourceRegistrationRequest(request, true); in fetchWebSources_basic_success() local
5923 AsyncRegistration asyncRegistration = appSourceRegistrationRequest(request); in basicSourceRequest_headersMoreThanMaxResponseSize_emitsMetricsWithAdTechDomain() local
6091 AsyncRegistration asyncRegistration = appSourceRegistrationRequest(request); in fetchSource_setsRegistrationOriginWithoutPath_forRegistrationURIWithPath() local
[all …]
DFetcherUtilTest.java1491 AsyncRegistration asyncRegistration = in emitHeaderMetrics_headersSizeLessThanMaxAllowed_doesNotLogAdTechDomain() local
1541 AsyncRegistration asyncRegistration = in emitHeaderMetrics_headersSizeExceedsMaxAllowed_logsAdTechDomain() local
1594 AsyncRegistration asyncRegistration = in emitHeaderMetrics_headersWithNullValues_success() local
DAsyncRegistrationQueueRunnerTest.java5990 String redirectUri, AsyncRegistration asyncRegistration) { in getAsyncSourceAnswerForLocationTypeRedirectToWellKnown()
/aosp_15_r20/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
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DAsyncRegistrationQueueRunner.java207 AsyncRegistration asyncRegistration = fetchNext(retryLimit, failedOrigins); in runAsyncRegistrationQueueWorker() local
227 private void processAsyncRecord(AsyncRegistration asyncRegistration, Set<Uri> failedOrigins) { in processAsyncRecord()
240 AsyncRegistration asyncRegistration = fetchNext(retryLimit, failedOrigins); in hasPendingRecords() local
262 AsyncRegistration asyncRegistration, Set<Uri> failedOrigins) { in processSourceRegistration()
299 asyncRegistration, in processSourceRegistration() local
308 AsyncRegistration asyncRegistration, in storeSource()
433 AsyncRegistration asyncRegistration, Set<Uri> failedOrigins) { in processTriggerRegistration()
983 AsyncRegistration asyncRegistration, AsyncRedirect asyncRedirect) { in createAsyncRegistrationFromRedirect()
1113 AsyncRegistration asyncRegistration, in handleSuccess()
1149 AsyncRegistration asyncRegistration, in handleFailure()
DFetcherUtil.java631 static String getSourceRegistrantToLog(AsyncRegistration asyncRegistration) { in getSourceRegistrantToLog()
642 AsyncRegistration asyncRegistration, in emitHeaderMetrics()
720 private static int getRegistrationType(AsyncRegistration asyncRegistration) { in getRegistrationType()
730 private static int getSourceType(AsyncRegistration asyncRegistration) { in getSourceType()
740 private static int getSurfaceType(AsyncRegistration asyncRegistration) { in getSurfaceType()
DAsyncTriggerFetcher.java125 AsyncRegistration asyncRegistration, in parseTrigger()
327 AsyncRegistration asyncRegistration, in fetchTrigger()
425 AsyncRegistration asyncRegistration, in parseValidateTrigger()
765 private Optional<String> getEnrollmentId(AsyncRegistration asyncRegistration) { in getEnrollmentId()
DAsyncSourceFetcher.java117 AsyncRegistration asyncRegistration, in parseValidateSource()
960 AsyncRegistration asyncRegistration, in parseSource()
1106 AsyncRegistration asyncRegistration, in fetchSource()
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/
DE2EInteropMockTest.java432 AsyncRegistration asyncRegistration = in insertSourceOrAssertUnparsable() local
482 AsyncRegistration asyncRegistration = in insertTriggerOrAssertUnparsable() local
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/data/measurement/migration/
DContentValueFixtures.java425 ContentValues asyncRegistration = new ContentValues(); in generateAsyncRegistrationContentValuesV1() local
474 ContentValues asyncRegistration = generateAsyncRegistrationContentValuesV2(); in generateAsyncRegistrationContentValuesV3() local
532 ContentValues asyncRegistration = generateAsyncRegistrationContentValuesV10(); in generateAsyncRegistrationContentValuesV11() local
546 ContentValues asyncRegistration = generateAsyncRegistrationContentValuesV12(); in generateAsyncRegistrationContentValuesV13() local
594 ContentValues asyncRegistration = generateAsyncRegistrationContentValuesV23(); in generateAsyncRegistrationContentValuesV24() local
DMeasurementDbMigratorV24Test.java93 ContentValues asyncRegistration = in createFakeDataV23() local
DMeasurementDbMigratorV13Test.java110 ContentValues asyncRegistration = in createFakeDataV12() local
DMeasurementDbMigratorV31Test.java89 ContentValues asyncRegistration = in createFakeDataV30() local
/aosp_15_r20/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()
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DIMeasurementDao.java594 void insertAsyncRegistration(@NonNull AsyncRegistration asyncRegistration) in insertAsyncRegistration()
636 void updateRetryCount(@NonNull AsyncRegistration asyncRegistration) throws DatastoreException; in updateRetryCount()
/aosp_15_r20/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.java651 private static void insertToDb(AsyncRegistration asyncRegistration, SQLiteDatabase db) in insertToDb()
DMeasurementDaoTest.java6260 AsyncRegistration asyncRegistration = in testDeleteExpiredRecordsForAsyncRegistrations() local
8575 AsyncRegistration asyncRegistration = in testInsertAsyncRegistration() local
8616 AsyncRegistration asyncRegistration = AsyncRegistrationFixture.getValidAsyncRegistration(); in testFetchNextQueuedAsyncRegistration_validRetryLimit() local
8687 AsyncRegistration asyncRegistration = AsyncRegistrationFixture.getValidAsyncRegistration(); in testDeleteAsyncRegistration() local
8831 AsyncRegistration asyncRegistration = AsyncRegistrationFixture.getValidAsyncRegistration(); in testUpdateAsyncRegistrationRetryCount() local
/aosp_15_r20/out/soong/.intermediates/packages/modules/AdServices/adservices/service-core/adservices-service-core/android_common_apex30/javac/
Dadservices-service-core.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/AdServices/adservices/service-core/adservices-service-core/android_common_apex33/javac/
Dadservices-service-core.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...

12