HomeSort by relevance Sort by last modified time
    Searched refs:getAlarmTimestampSec (Results 1 - 5 of 5) sorted by null

  /frameworks/base/cmds/statsd/tests/e2e/
Alarm_e2e_test.cpp 64 EXPECT_EQ(alarmTimestampSec0, alarmTracker1->getAlarmTimestampSec());
65 EXPECT_EQ(alarmTimestampSec1, alarmTracker2->getAlarmTimestampSec());
73 EXPECT_EQ(alarmTimestampSec0, alarmTracker1->getAlarmTimestampSec());
74 EXPECT_EQ(alarmTimestampSec1 + 30 * 60, alarmTracker2->getAlarmTimestampSec());
82 EXPECT_EQ(alarmTimestampSec0 + 60 * 60 * 3, alarmTracker1->getAlarmTimestampSec());
83 EXPECT_EQ(alarmTimestampSec1 + 30 * 60 * 5, alarmTracker2->getAlarmTimestampSec());
Anomaly_duration_sum_e2e_test.cpp 123 anomalyTracker->getAlarmTimestampSec(dimensionKey));
129 EXPECT_EQ(0u, anomalyTracker->getAlarmTimestampSec(dimensionKey));
136 anomalyTracker->getAlarmTimestampSec(dimensionKey));
143 EXPECT_EQ(0u, anomalyTracker->getAlarmTimestampSec(dimensionKey));
153 const int64_t alarmFiredTimestampSec0 = anomalyTracker->getAlarmTimestampSec(dimensionKey);
162 EXPECT_EQ(0u, anomalyTracker->getAlarmTimestampSec(dimensionKey));
170 EXPECT_EQ(0u, anomalyTracker->getAlarmTimestampSec(dimensionKey));
179 const int64_t alarmFiredTimestampSec1 = anomalyTracker->getAlarmTimestampSec(dimensionKey);
187 EXPECT_EQ(0u, anomalyTracker->getAlarmTimestampSec(dimensionKey));
201 anomalyTracker->getAlarmTimestampSec(dimensionKey))
    [all...]
  /frameworks/base/cmds/statsd/src/anomaly/
AlarmTracker.h 53 inline int32_t getAlarmTimestampSec() const {
DurationAnomalyTracker.h 57 uint32_t getAlarmTimestampSec(const MetricDimensionKey& dimensionKey) const override {
AnomalyTracker.h 119 virtual uint32_t getAlarmTimestampSec(const MetricDimensionKey& dimensionKey) const {

Completed in 310 milliseconds