Searched refs:buyerInput (Results 1 – 5 of 5) sorted by relevance
97 BiddingAuctionServers.BuyerInput buyerInput = in generateCompressedBuyerInputFromDBCAsAndEncodedSignalsReturnsCompressedInputs() local104 buyerInput.getCustomAudiencesList()) { in generateCompressedBuyerInputFromDBCAsAndEncodedSignalsReturnsCompressedInputs()114 buyerInput.getProtectedAppSignals(); in generateCompressedBuyerInputFromDBCAsAndEncodedSignalsReturnsCompressedInputs()135 BiddingAuctionServers.BuyerInput buyerInput = in generateCompressedBuyerInputFromDBCAsAndEncodedSignalsReturnsCompressedInputs_OnlyPAS() local141 expect.that(buyerInput.getCustomAudiencesList()).isEmpty(); in generateCompressedBuyerInputFromDBCAsAndEncodedSignalsReturnsCompressedInputs_OnlyPAS()144 buyerInput.getProtectedAppSignals(); in generateCompressedBuyerInputFromDBCAsAndEncodedSignalsReturnsCompressedInputs_OnlyPAS()174 BiddingAuctionServers.BuyerInput buyerInput = in generateCompressedBuyerInputFromDBCAsAndEncodedSignalsReturnsCompressedInputs_OnlyPA() local181 buyerInput.getCustomAudiencesList()) { in generateCompressedBuyerInputFromDBCAsAndEncodedSignalsReturnsCompressedInputs_OnlyPA()191 buyerInput.getProtectedAppSignals(); in generateCompressedBuyerInputFromDBCAsAndEncodedSignalsReturnsCompressedInputs_OnlyPA()
202 BuyerInput buyerInput = in testBuyerInputGenerator_returnsBuyerInputs_onlyCAsWithRenderIdReturned_success() local205 for (BuyerInput.CustomAudience buyerInputsCA : buyerInput.getCustomAudiencesList()) { in testBuyerInputGenerator_returnsBuyerInputs_onlyCAsWithRenderIdReturned_success()270 BuyerInput buyerInput = in testBuyerInputGenerator_returnsBuyerInputs_onlyCAsWithRenderIdReturned_successPayloadMetricsEnabled() local273 for (BuyerInput.CustomAudience buyerInputsCA : buyerInput.getCustomAudiencesList()) { in testBuyerInputGenerator_returnsBuyerInputs_onlyCAsWithRenderIdReturned_successPayloadMetricsEnabled()426 BuyerInput buyerInput = in testBuyerInputGenerator_returnsBuyerInputsWithoutRenderIdForSpecifiedCA() local429 for (BuyerInput.CustomAudience buyerInputsCA : buyerInput.getCustomAudiencesList()) { in testBuyerInputGenerator_returnsBuyerInputsWithoutRenderIdForSpecifiedCA()506 BuyerInput buyerInput = in testBuyerInputGenerator_returnsBuyerInputsWithoutRenderIdForSpecifiedCAPayloadMetricsEnabled() local509 for (BuyerInput.CustomAudience buyerInputsCA : buyerInput.getCustomAudiencesList()) { in testBuyerInputGenerator_returnsBuyerInputsWithoutRenderIdForSpecifiedCAPayloadMetricsEnabled()594 BuyerInput buyerInput = in testBuyerInputGenerator_returnsBuyerInputsWithRenderIdIfFlagFalse() local597 for (BuyerInput.CustomAudience buyerInputsCA : buyerInput.getCustomAudiencesList()) { in testBuyerInputGenerator_returnsBuyerInputsWithRenderIdIfFlagFalse()[all …]
601 BuyerInput buyerInput = buyerInputMap.get(buyer); in testGetAdSelectionData_withoutEncrypt_validRequest_success() local602 for (BuyerInput.CustomAudience buyerInputsCA : buyerInput.getCustomAudiencesList()) { in testGetAdSelectionData_withoutEncrypt_validRequest_success()1112 BuyerInput buyerInput = buyerInputMap.get(buyer); in testGetAdSelectionData_withoutEncrypt_validRequest_successPayloadMetricsEnabled() local1113 for (BuyerInput.CustomAudience buyerInputsCA : buyerInput.getCustomAudiencesList()) { in testGetAdSelectionData_withoutEncrypt_validRequest_successPayloadMetricsEnabled()1225 BuyerInput buyerInput = buyerInputMap.get(buyer); in testGetAdSelectionData_validRequest_successPayloadMetricsEnabled_withSourceCoordinator() local1226 for (BuyerInput.CustomAudience buyerInputsCA : buyerInput.getCustomAudiencesList()) { in testGetAdSelectionData_validRequest_successPayloadMetricsEnabled_withSourceCoordinator()1313 BuyerInput buyerInput = buyerInputMap.get(buyer); in testGetAdSelectionData_withoutEncrypt_validRequest_successPayloadMetricsDisabled() local1314 for (BuyerInput.CustomAudience buyerInputsCA : buyerInput.getCustomAudiencesList()) { in testGetAdSelectionData_withoutEncrypt_validRequest_successPayloadMetricsDisabled()1379 BuyerInput buyerInput = buyerInputMap.get(buyer); in testGetAdSelectionData_withoutEncrypt_validRequestWithOmitAdsInOneCA_success() local1380 for (BuyerInput.CustomAudience buyerInputsCA : buyerInput.getCustomAudiencesList()) { in testGetAdSelectionData_withoutEncrypt_validRequestWithOmitAdsInOneCA_success()[all …]
105 BuyerInput buyerInput; in run() local107 buyerInput = getBuyerInputForBuyer(buyer); in run()127 GetBidsRequest.GetBidsRawRequest request = getBidsRawRequestForBuyer(buyerInput); in run()147 private GetBidsRequest.GetBidsRawRequest getBidsRawRequestForBuyer(BuyerInput buyerInput) { in getBidsRawRequestForBuyer() argument150 .setBuyerInput(buyerInput) in getBidsRawRequestForBuyer()174 BuyerInput buyerInput = in getBuyerInputForBuyer() local178 return buyerInput; in getBuyerInputForBuyer()
104 BuyerInput buyerInput = BuyerInput.newBuilder().build(); in testRun_withAllArguments_returnsSuccess() local109 getCompressedBuyerInput(BUYER, buyerInput)))); in testRun_withAllArguments_returnsSuccess()130 getCompressedBuyerInput(AdTechIdentifier adTechIdentifier, BuyerInput buyerInput) { in getCompressedBuyerInput() argument135 buyerInput.toByteArray()))); in getCompressedBuyerInput()