Searched refs:mConditionCorrectionThresholdNs (Results 1 – 3 of 3) sorted by relevance
97 mConditionCorrectionThresholdNs(bucketOptions.conditionCorrectionThresholdNs) { in ValueMetricProducer()246 mConditionCorrectionThresholdNs && in computeValueBucketSizeLocked()247 (abs(bucket.mConditionCorrectionNs) >= mConditionCorrectionThresholdNs)) { in computeValueBucketSizeLocked()453 if (isPulled() && mConditionCorrectionThresholdNs && in onDumpReportLocked()454 (abs(bucket.mConditionCorrectionNs) >= mConditionCorrectionThresholdNs)) { in onDumpReportLocked()
366 optional<int64_t> mConditionCorrectionThresholdNs; variable
6967 ASSERT_FALSE(valueProducer->mConditionCorrectionThresholdNs.has_value()); in TEST()7024 ASSERT_EQ(correctionThresholdNs, valueProducer->mConditionCorrectionThresholdNs); in TEST()7082 ASSERT_EQ(correctionThresholdNs, valueProducer->mConditionCorrectionThresholdNs); in TEST()7153 ASSERT_EQ(correctionThresholdNs, valueProducer->mConditionCorrectionThresholdNs); in TEST()7211 ASSERT_EQ(correctionThresholdNs, valueProducer->mConditionCorrectionThresholdNs); in TEST()