Searched defs:asyncFetchStatus (Results 1 – 8 of 8) sorted by relevance
/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/registration/ |
D | AsyncSourceFetcherTest.java | 300 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in testBasicSourceRequest() local 396 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in testBasicSourceRequest_skipSourceWhenNotEnrolled() local 442 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in fetchSource_multipleWebDestinations_success() local 482 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in fetchSource_emptyWebDestinations_success() local 530 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in fetchSource_duplicateWebDestinationsInList_removesDuplicates() local 574 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in fetchSource_invalidWebDestinationInList_fails() local 619 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in fetchSource_tooManyWebDestinationInList_fails() local 649 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in fetchSource_noDestinations_fail() local 680 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in fetchSource_noAppDestination_emptyWebDestination_fail() local 733 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in testFetchSource_validNamedBudget_success() local [all …]
|
D | AsyncTriggerFetcherTest.java | 344 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in testBasicTriggerRequest() local 433 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in testBasicTriggerRequest_withAggregateDeduplicationKey() local 499 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in triggerRequest_aggregateDeduplicationKey_dedupKeyNotAString_fails() local 548 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in triggerRequest_aggregateDeduplicationKey_dedupKeyNegative_fails() local 597 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in triggerRequest_aggregateDeduplicationKey_dedupKeyTooLarge_fails() local 646 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in triggerRequest_aggregateDeduplicationKey_dedupKeyNotAnInt_fails() local 694 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in triggerRequest_aggregateDeduplicationKey_dedupKeyMissing_succeeds() local 746 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in testBasicTriggerRequest_withNamedBudget_success() local 787 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in testBasicTriggerRequest_namedBudgetWithEnableFlagOff_success() local 829 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in triggerRequest_namedBudgetNotJsonObj_fails() local [all …]
|
D | FetcherUtilTest.java | 1484 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in emitHeaderMetrics_headersSizeLessThanMaxAllowed_doesNotLogAdTechDomain() local 1535 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in emitHeaderMetrics_headersSizeExceedsMaxAllowed_logsAdTechDomain() local 1589 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in emitHeaderMetrics_headersWithNullValues_success() local
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/ |
D | AsyncTriggerFetcher.java | 129 AsyncFetchStatus asyncFetchStatus) { in parseTrigger() 351 AsyncFetchStatus asyncFetchStatus, in fetchTrigger() 464 AsyncFetchStatus asyncFetchStatus) in parseValidateTrigger() 1035 AsyncFetchStatus asyncFetchStatus) in isValidAggregateValues() 1095 AsyncFetchStatus asyncFetchStatus) in isValidAggregatableValuesJsonArray() 1146 JSONObject value, Integer maxBytes, AsyncFetchStatus asyncFetchStatus) { in isValidFilteringId() 1172 JSONObject obj, Integer filteringIdMaxBytes, AsyncFetchStatus asyncFetchStatus) in isValidAggregateValueObj()
|
D | AsyncRegistrationQueueRunner.java | 270 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in processSourceRegistration() local 316 asyncFetchStatus, in processSourceRegistration() local 326 AsyncFetchStatus asyncFetchStatus) in storeSource() 486 AsyncFetchStatus asyncFetchStatus = new AsyncFetchStatus(); in processTriggerRegistration() local 737 AsyncFetchStatus asyncFetchStatus, in handleSuccess() 773 AsyncFetchStatus asyncFetchStatus, in handleFailure()
|
D | SourceEligibilityChecker.java | 81 AsyncFetchStatus asyncFetchStatus, in isAllowedToInsert() 579 AsyncFetchStatus asyncFetchStatus) in deleteLowPriorityDestinationSourcesToAccommodateNewSource()
|
D | FetcherUtil.java | 643 AsyncFetchStatus asyncFetchStatus, in emitHeaderMetrics() 751 private static int getStatus(AsyncFetchStatus asyncFetchStatus) { in getStatus() 769 private static int getFailureType(AsyncFetchStatus asyncFetchStatus) { in getFailureType()
|
D | AsyncSourceFetcher.java | 128 AsyncFetchStatus asyncFetchStatus) in parseValidateSource() 1077 AsyncFetchStatus asyncFetchStatus) { in parseSource() 1246 AsyncFetchStatus asyncFetchStatus, in fetchSource()
|