Home
last modified time | relevance | path

Searched refs:alert_id (Results 1 – 9 of 9) sorted by relevance

/packages/modules/StatsD/statsd/tests/e2e/
DAnomaly_count_e2e_test.cpp61 const uint64_t alert_id = config.alert(0).id(); in TEST() local
178 const uint64_t alert_id = config.alert(0).id(); in TEST() local
248 const int64_t alert_id = config.alert(0).id(); in TEST() local
273 const int64_t alert_id = config.alert(0).id(); in TEST() local
316 EXPECT_EQ(alertMetadata.alert_id(), alert_id); in TEST()
336 const int64_t alert_id = config.alert(0).id(); in TEST() local
DAnomaly_duration_sum_e2e_test.cpp106 const uint64_t alert_id = config.alert(0).id(); in TEST_F() local
288 const uint64_t alert_id = config.alert(0).id(); in TEST_F() local
410 const uint64_t alert_id = config.alert(0).id(); in TEST_F() local
498 const uint64_t alert_id = config.alert(0).id(); in TEST_F() local
DConfigTtl_e2e_test.cpp62 const uint64_t alert_id = config.alert(0).id(); in TEST() local
/packages/modules/StatsD/statsd/src/external/
DPerfetto.cpp39 int64_t alert_id, in CollectPerfettoTraceAndUploadToDropbox() argument
53 snprintf(alertId, sizeof(alertId), "%" PRId64, alert_id); in CollectPerfettoTraceAndUploadToDropbox()
DPerfetto.h32 int64_t alert_id,
/packages/modules/StatsD/statsd/src/
Dstatsd_metadata.proto55 optional int64 alert_id = 1; field
Dstats_log.proto449 optional int64 alert_id = 4; field
/packages/modules/StatsD/statsd/tests/guardrail/
DStatsdStats_test.cpp136 EXPECT_EQ(configReport.invalid_config_reason().alert_id(), 3); in TEST()
177 EXPECT_EQ(configReport.invalid_config_reason().alert_id(), 2); in TEST()
/packages/modules/StatsD/statsd/src/metrics/
DMetricsManager.cpp888 int64_t alertId = alertMetadata.alert_id(); in loadMetadata()