Searched refs:anomalyTimestampNs (Results 1 – 1 of 1) sorted by relevance
350 int64_t anomalyTimestampNs = in predictAnomalyTimestampNs() local353 if (anomalyTimestampNs <= currentBucketEndNs) { in predictAnomalyTimestampNs()354 return std::max(eventTimestampNs, anomalyTimestampNs); in predictAnomalyTimestampNs()379 int64_t anomalyTimestampNs = in predictAnomalyTimestampNs() local381 if (anomalyTimestampNs <= bucketEndNs) { in predictAnomalyTimestampNs()382 return anomalyTimestampNs; in predictAnomalyTimestampNs()