Searched refs:alarmTimestampSec0 (Results 1 – 1 of 1) sorted by relevance
62 int64_t alarmTimestampSec0 = bucketStartTimeNs / NS_PER_SEC + 10 * 60; in TEST() local64 EXPECT_EQ(alarmTimestampSec0, alarmTracker1->getAlarmTimestampSec()); in TEST()73 EXPECT_EQ(alarmTimestampSec0, alarmTracker1->getAlarmTimestampSec()); in TEST()77 const int64_t alarmFiredTimestampSec1 = alarmTimestampSec0 + 2 * 60 * 60 + 125; in TEST()82 EXPECT_EQ(alarmTimestampSec0 + 60 * 60 * 3, alarmTracker1->getAlarmTimestampSec()); in TEST()