Lines Matching refs:eventStartTimeNs
219 int64_t eventStartTimeNs = bucketStartTimeNs + 1 * NS_PER_SEC; in TEST() local
231 tracker.noteStart(key1, false, eventStartTimeNs, conditionKey1, in TEST()
262 int64_t eventStartTimeNs = 13000000000; in TEST() local
280 tracker.noteStart(key1, true, eventStartTimeNs, conditionKey1, in TEST()
286 tracker.noteConditionChanged(key1, false, eventStartTimeNs + 15 * NS_PER_SEC); in TEST()
290 tracker.noteConditionChanged(key1, true, eventStartTimeNs + 25 * NS_PER_SEC); in TEST()
319 int64_t eventStartTimeNs = bucketStartTimeNs + 5 * NS_PER_SEC; // Condition is off at start. in TEST() local
340 tracker.noteStart(key1, false, eventStartTimeNs, conditionKey1, in TEST()
445 int64_t eventStartTimeNs = bucketStartTimeNs + 1; in TEST() local
456 tracker.noteStart(key1, true, eventStartTimeNs, ConditionKey(), in TEST()
458 tracker.noteStop(key1, eventStartTimeNs + thresholdDurationNs, false); in TEST()
459 tracker.flushIfNeeded(eventStartTimeNs + bucketSizeNs + 1, threshold, &buckets); in TEST()