Home
last modified time | relevance | path

Searched defs:uploadThreshold (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/aws-sdk-java-v2/services/s3/src/main/java/software/amazon/awssdk/services/s3/internal/multipart/
H A DCopyObjectHelper.java52 private final long uploadThreshold; field in CopyObjectHelper
54 … public CopyObjectHelper(S3AsyncClient s3AsyncClient, long partSizeInBytes, long uploadThreshold) { in CopyObjectHelper()
/aosp_15_r20/packages/modules/StatsD/statsd/src/metrics/duration_helper/
DMaxDurationTracker.cpp179 const int64_t eventTimeNs, const optional<UploadThreshold>& uploadThreshold, in flushCurrentBucket()
237 int64_t eventTimeNs, const optional<UploadThreshold>& uploadThreshold, in flushIfNeeded()
DOringDurationTracker.cpp144 const int64_t eventTimeNs, const optional<UploadThreshold>& uploadThreshold, in flushCurrentBucket()
243 int64_t eventTimeNs, const optional<UploadThreshold>& uploadThreshold, in flushIfNeeded()
DDurationTracker.h212 bool durationPassesThreshold(const optional<UploadThreshold>& uploadThreshold, in durationPassesThreshold()