Searched refs:anomalyTimestampNs (Results 1 – 1 of 1) sorted by relevance
349 int64_t anomalyTimestampNs = in predictAnomalyTimestampNs() local352 if (anomalyTimestampNs <= currentBucketEndNs) { in predictAnomalyTimestampNs()353 return std::max(eventTimestampNs, anomalyTimestampNs); in predictAnomalyTimestampNs()378 int64_t anomalyTimestampNs = in predictAnomalyTimestampNs() local380 if (anomalyTimestampNs <= bucketEndNs) { in predictAnomalyTimestampNs()381 return anomalyTimestampNs; in predictAnomalyTimestampNs()