Searched defs:threshold_ns (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/cmds/statsd/tests/e2e/
H A DAnomaly_duration_sum_e2e_test.cpp33 uint64_t threshold_ns,
68 alert->set_trigger_if_sum_gt(threshold_ns);
94 const uint64_t threshold_ns = NS_PER_SEC; local
95 auto config = CreateStatsdConfig(num_buckets, threshold_ns, DurationMetric::SUM, true);
122 EXPECT_EQ((bucketStartTimeNs + 11 + threshold_ns) / NS_PER_SEC + 1,
135 EXPECT_EQ((bucketStartTimeNs + 110 + threshold_ns - 90) / NS_PER_SEC + 1,
237 EXPECT_EQ((bucketStartTimeNs + 2 * bucketSizeNs + NS_PER_SEC + threshold_ns) / NS_PER_SEC,
271 const uint64_t threshold_ns = NS_PER_SEC; local
272 auto config = CreateStatsdConfig(num_buckets, threshold_ns, DurationMetric::SUM, true);
383 const uint64_t threshold_ns local
32 CreateStatsdConfig(int num_buckets, uint64_t threshold_ns, DurationMetric::AggregationType aggregationType, bool nesting) argument
[all...]

Completed in 32 milliseconds