Home
last modified time | relevance | path

Searched refs:traceCookie (Results 1 – 23 of 23) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/encryption/
DObliviousHttpEncryptorImpl.java73 int traceCookie = Tracing.beginAsyncSection(Tracing.OHTTP_ENCRYPT_BYTES); in encryptBytes() local
80 Tracing.endAsyncSection(Tracing.OHTTP_ENCRYPT_BYTES, traceCookie); in encryptBytes()
107 int traceCookie = Tracing.beginAsyncSection(Tracing.CREATE_AND_SERIALIZE_REQUEST); in createAndSerializeRequest() local
123 Tracing.endAsyncSection(Tracing.CREATE_AND_SERIALIZE_REQUEST, traceCookie); in createAndSerializeRequest()
127 Tracing.endAsyncSection(Tracing.CREATE_AND_SERIALIZE_REQUEST, traceCookie); in createAndSerializeRequest()
131 Tracing.endAsyncSection(Tracing.CREATE_AND_SERIALIZE_REQUEST, traceCookie); in createAndSerializeRequest()
DAdSelectionEncryptionKeyManager.java189 int traceCookie = Tracing.beginAsyncSection(Tracing.GET_LATEST_OHTTP_KEY_CONFIG);
209 Tracing.GET_LATEST_OHTTP_KEY_CONFIG, traceCookie);
215 Tracing.GET_LATEST_OHTTP_KEY_CONFIG, traceCookie);
DProtectedServersEncryptionConfigManager.java112 int traceCookie = Tracing.beginAsyncSection(Tracing.GET_LATEST_OHTTP_KEY_CONFIG); in getLatestOhttpKeyConfigOfType() local
163 Tracing.GET_LATEST_OHTTP_KEY_CONFIG, traceCookie); in getLatestOhttpKeyConfigOfType()
169 Tracing.GET_LATEST_OHTTP_KEY_CONFIG, traceCookie); in getLatestOhttpKeyConfigOfType()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/profiling/
DTracing.java115 int traceCookie = ThreadLocalRandom.current().nextInt(); in beginAsyncSection() local
116 Trace.beginAsyncSection(sectionName, traceCookie); in beginAsyncSection()
117 return traceCookie; in beginAsyncSection()
126 public static void endAsyncSection(@NonNull String sectionName, int traceCookie) { in endAsyncSection() argument
127 Trace.endAsyncSection(sectionName, traceCookie); in endAsyncSection()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DAdsScoreGeneratorImpl.java160 int traceCookie = Tracing.beginAsyncSection(Tracing.RUN_AD_SCORING); in runAdScoring() local
220 Tracing.endAsyncSection(Tracing.RUN_AD_SCORING, traceCookie); in runAdScoring()
226 Tracing.endAsyncSection(Tracing.RUN_AD_SCORING, traceCookie); in runAdScoring()
233 Tracing.endAsyncSection(Tracing.RUN_AD_SCORING, traceCookie); in runAdScoring()
240 Tracing.endAsyncSection(Tracing.RUN_AD_SCORING, traceCookie); in runAdScoring()
281 int traceCookie = Tracing.beginAsyncSection(Tracing.SCORE_AD); in getAdScores() local
327 Tracing.endAsyncSection(Tracing.SCORE_AD, traceCookie); in getAdScores()
334 Tracing.endAsyncSection(Tracing.SCORE_AD, traceCookie); in getAdScores()
369 int traceCookie = Tracing.beginAsyncSection(Tracing.GET_TRUSTED_SCORING_SIGNALS);
372 Tracing.endAsyncSection(Tracing.GET_TRUSTED_SCORING_SIGNALS, traceCookie);
[all …]
DBuyerInputGenerator.java127 int traceCookie = Tracing.beginAsyncSection(Tracing.CREATE_BUYER_INPUTS); in createCompressedBuyerInputs() local
153 Tracing.endAsyncSection(Tracing.CREATE_BUYER_INPUTS, traceCookie); in createCompressedBuyerInputs()
163 int traceCookie = Tracing.beginAsyncSection(Tracing.GET_COMPRESSED_BUYERS_INPUTS); in generateCompressedBuyerInputFromDBCAsAndEncodedSignals() local
245 Tracing.endAsyncSection(Tracing.GET_COMPRESSED_BUYERS_INPUTS, traceCookie); in generateCompressedBuyerInputFromDBCAsAndEncodedSignals()
250 int traceCookie = Tracing.beginAsyncSection(Tracing.GET_BUYERS_CA); in getBuyersCustomAudience() local
261 Tracing.endAsyncSection(Tracing.GET_BUYERS_CA, traceCookie); in getBuyersCustomAudience()
323 int traceCookie = Tracing.beginAsyncSection(Tracing.GET_BUYERS_PS);
333 Tracing.endAsyncSection(Tracing.GET_BUYERS_PS, traceCookie);
DJsFetcher.java123 int traceCookie = Tracing.beginAsyncSection(Tracing.GET_BUYER_DECISION_LOGIC); in getBiddingLogic() local
144 Trace.endAsyncSection(Tracing.GET_BUYER_DECISION_LOGIC, traceCookie); in getBiddingLogic()
165 int traceCookie = Tracing.beginAsyncSection(Tracing.GET_BUYER_DECISION_LOGIC); in getBuyerDecisionLogicWithLogger() local
185 Trace.endAsyncSection(Tracing.GET_BUYER_DECISION_LOGIC, traceCookie); in getBuyerDecisionLogicWithLogger()
210 int traceCookie = Tracing.beginAsyncSection(Tracing.GET_AD_SELECTION_LOGIC);
224 Tracing.endAsyncSection(Tracing.GET_AD_SELECTION_LOGIC, traceCookie);
237 Tracing.endAsyncSection(Tracing.GET_AD_SELECTION_LOGIC, traceCookie);
DAdBidGeneratorImpl.java276 int traceCookie = Tracing.beginAsyncSection(Tracing.RUN_BIDDING_PER_CA); in runAdBiddingPerCA() local
333 Tracing.RUN_BIDDING_PER_CA, traceCookie); in runAdBiddingPerCA()
351 Tracing.RUN_BIDDING_PER_CA, traceCookie); in runAdBiddingPerCA()
390 int traceCookie = Tracing.beginAsyncSection(Tracing.GET_TRUSTED_BIDDING_SIGNALS); in getTrustedBiddingSignals() local
428 Tracing.GET_TRUSTED_BIDDING_SIGNALS, traceCookie); in getTrustedBiddingSignals()
436 Tracing.GET_TRUSTED_BIDDING_SIGNALS, traceCookie); in getTrustedBiddingSignals()
467 int traceCookie = Tracing.beginAsyncSection(Tracing.RUN_BIDDING);
532 Tracing.endAsyncSection(Tracing.RUN_BIDDING, traceCookie);
DFrequencyCapAdFiltererImpl.java111 final int traceCookie = Tracing.beginAsyncSection(Tracing.FILTERER_FILTER_CONTEXTUAL); in filterContextualAds() local
133 Tracing.endAsyncSection(Tracing.FILTERER_FILTER_CONTEXTUAL, traceCookie); in filterContextualAds()
146 final int traceCookie = Tracing.beginAsyncSection(Tracing.FILTERER_FOR_EACH_AD); in doesAdPassFrequencyCapFilters() local
197 Tracing.endAsyncSection(Tracing.FILTERER_FOR_EACH_AD, traceCookie); in doesAdPassFrequencyCapFilters()
DAdOutcomeSelectorImpl.java148 int traceCookie = Tracing.beginAsyncSection(Tracing.RUN_OUTCOME_SELECTION); in runAdOutcomeSelector() local
157 Tracing.endAsyncSection(Tracing.RUN_OUTCOME_SELECTION, traceCookie); in runAdOutcomeSelector()
164 Tracing.endAsyncSection(Tracing.RUN_OUTCOME_SELECTION, traceCookie); in runAdOutcomeSelector()
DAuctionServerDataCompressorGzip.java44 int traceCookie = Tracing.beginAsyncSection(Tracing.AUCTION_SERVER_GZIP_COMPRESS); in compress() local
57 Tracing.endAsyncSection(Tracing.AUCTION_SERVER_GZIP_COMPRESS, traceCookie); in compress()
DAuctionServerPayloadFormatterExcessiveMaxSize.java63 int traceCookie = Tracing.beginAsyncSection(Tracing.FORMAT_PAYLOAD_EXCESSIVE_MAX_SIZE); in apply() local
90 Tracing.endAsyncSection(Tracing.FORMAT_PAYLOAD_EXCESSIVE_MAX_SIZE, traceCookie); in apply()
DAdSelectionRunner.java331 final int traceCookie = Tracing.beginAsyncSection(Tracing.RUN_AD_SELECTION); in runAdSelection() local
379 Tracing.endAsyncSection(Tracing.RUN_AD_SELECTION, traceCookie); in runAdSelection()
388 Tracing.endAsyncSection(Tracing.RUN_AD_SELECTION, traceCookie); in runAdSelection()
451 Tracing.endAsyncSection(Tracing.RUN_AD_SELECTION, traceCookie); in runAdSelection()
689 final int traceCookie = Tracing.beginAsyncSection(Tracing.GET_BUYERS_CUSTOM_AUDIENCE);
719 Tracing.endAsyncSection(Tracing.GET_BUYERS_CUSTOM_AUDIENCE, traceCookie);
743 final int traceCookie = Tracing.beginAsyncSection(Tracing.PERSIST_AD_SELECTION);
835 Tracing.endAsyncSection(Tracing.PERSIST_AD_SELECTION, traceCookie);
DCompressedBuyerInputCreatorNoOptimizations.java52 int traceCookie = Tracing.beginAsyncSection(Tracing.GET_COMPRESSED_BUYERS_INPUTS); in generateCompressedBuyerInputFromDBCAsAndEncodedSignals() local
106 Tracing.endAsyncSection(Tracing.GET_COMPRESSED_BUYERS_INPUTS, traceCookie); in generateCompressedBuyerInputFromDBCAsAndEncodedSignals()
DAuctionServerPayloadFormatterV0.java80 int traceCookie = Tracing.beginAsyncSection(Tracing.FORMAT_PAYLOAD_V0); in apply() local
110 Tracing.endAsyncSection(Tracing.FORMAT_PAYLOAD_V0, traceCookie); in apply()
DAppInstallAdFiltererImpl.java107 final int traceCookie = Tracing.beginAsyncSection(Tracing.FILTERER_FILTER_CONTEXTUAL); in filterContextualAds() local
126 Tracing.endAsyncSection(Tracing.FILTERER_FILTER_CONTEXTUAL, traceCookie); in filterContextualAds()
DGetAdSelectionDataRunner.java434 int traceCookie = Tracing.beginAsyncSection(Tracing.ORCHESTRATE_GET_AD_SELECTION_DATA); in orchestrateGetAdSelectionDataRunner() local
473 Tracing.ORCHESTRATE_GET_AD_SELECTION_DATA, traceCookie); in orchestrateGetAdSelectionDataRunner()
519 int traceCookie = Tracing.beginAsyncSection(Tracing.CREATE_GET_AD_SELECTION_DATA_PAYLOAD); in createPayload() local
537 Tracing.endAsyncSection(Tracing.CREATE_GET_AD_SELECTION_DATA_PAYLOAD, traceCookie); in createPayload()
546 int traceCookie = Tracing.beginAsyncSection(Tracing.PERSIST_AD_SELECTION_ID_REQUEST); in persistAdSelectionIdRequest() local
557 Tracing.endAsyncSection(Tracing.PERSIST_AD_SELECTION_ID_REQUEST, traceCookie); in persistAdSelectionIdRequest()
DAdSelectionScriptEngine.java293 int traceCookie = Tracing.beginAsyncSection(Tracing.GENERATE_BIDS); in generateBids() local
328 Tracing.endAsyncSection(Tracing.GENERATE_BIDS, traceCookie); in generateBids()
342 Tracing.endAsyncSection(Tracing.GENERATE_BIDS, traceCookie); in generateBids()
380 int traceCookie = Tracing.beginAsyncSection(Tracing.GENERATE_BIDS); in generateBidsV3() local
400 Tracing.endAsyncSection(Tracing.GENERATE_BIDS, traceCookie); in generateBidsV3()
DPersistAdSelectionResultRunner.java493 int traceCookie = Tracing.beginAsyncSection(Tracing.OHTTP_DECRYPT_BYTES);
504 Tracing.endAsyncSection(Tracing.OHTTP_DECRYPT_BYTES, traceCookie);
510 int traceCookie = Tracing.beginAsyncSection(Tracing.PARSE_AD_SELECTION_RESULT);
525 Tracing.endAsyncSection(Tracing.PARSE_AD_SELECTION_RESULT, traceCookie);
DAdSelectionServiceImpl.java448 int traceCookie = Tracing.beginAsyncSection(Tracing.PERSIST_AD_SELECTION_RESULT); in persistAdSelectionResult() local
550 Tracing.endAsyncSection(Tracing.PERSIST_AD_SELECTION_RESULT, traceCookie); in persistAdSelectionResult()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/cache/
DFledgeHttpCache.java83 int traceCookie = Tracing.beginAsyncSection(Tracing.CACHE_GET); in get() local
91 Tracing.endAsyncSection(Tracing.CACHE_GET, traceCookie); in get()
108 int traceCookie = Tracing.beginAsyncSection(Tracing.CACHE_PUT); in put() local
138 Tracing.endAsyncSection(Tracing.CACHE_PUT, traceCookie); in put()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/js/
DJSScriptEngine.java552 int traceCookie = Tracing.beginAsyncSection(Tracing.JSSCRIPTENGINE_EVALUATE_ON_SANDBOX);
559 Tracing.JSSCRIPTENGINE_EVALUATE_ON_SANDBOX, traceCookie);
571 Tracing.JSSCRIPTENGINE_EVALUATE_ON_SANDBOX, traceCookie);
702 int traceCookie = Tracing.beginAsyncSection(Tracing.JSSCRIPTENGINE_CREATE_ISOLATE);
737 Tracing.endAsyncSection(Tracing.JSSCRIPTENGINE_CREATE_ISOLATE, traceCookie);
772 int traceCookie = Tracing.beginAsyncSection(Tracing.JSSCRIPTENGINE_CLOSE_ISOLATE);
781 Tracing.endAsyncSection(Tracing.JSSCRIPTENGINE_CLOSE_ISOLATE, traceCookie);
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/httpclient/
DAdServicesHttpsClient.java363 int traceCookie = Tracing.beginAsyncSection(Tracing.FETCH_PAYLOAD); in doFetchPayload() local
434 Tracing.endAsyncSection(Tracing.FETCH_PAYLOAD, traceCookie); in doFetchPayload()