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 D | CopyObjectHelper.java | 52 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/ |
D | MaxDurationTracker.cpp | 179 const int64_t eventTimeNs, const optional<UploadThreshold>& uploadThreshold, in flushCurrentBucket() 237 int64_t eventTimeNs, const optional<UploadThreshold>& uploadThreshold, in flushIfNeeded()
|
D | OringDurationTracker.cpp | 144 const int64_t eventTimeNs, const optional<UploadThreshold>& uploadThreshold, in flushCurrentBucket() 243 int64_t eventTimeNs, const optional<UploadThreshold>& uploadThreshold, in flushIfNeeded()
|
D | DurationTracker.h | 212 bool durationPassesThreshold(const optional<UploadThreshold>& uploadThreshold, in durationPassesThreshold()
|