Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/tests/e2e/
DAnomaly_count_e2e_test.cpp62 const uint64_t alert_id = config.alert(0).id(); in TEST() local
179 const uint64_t alert_id = config.alert(0).id(); in TEST() local
249 const int64_t alert_id = config.alert(0).id(); in TEST() local
274 const int64_t alert_id = config.alert(0).id(); in TEST() local
317 EXPECT_EQ(alertMetadata.alert_id(), alert_id); in TEST()
337 const int64_t alert_id = config.alert(0).id(); in TEST() local
DConfigTtl_e2e_test.cpp63 const uint64_t alert_id = config.alert(0).id(); in TEST() local
DAnomaly_duration_sum_e2e_test.cpp98 const uint64_t alert_id = config.alert(0).id(); in TEST() local
279 const uint64_t alert_id = config.alert(0).id(); in TEST() local
403 const uint64_t alert_id = config.alert(0).id(); in TEST() local
/frameworks/base/cmds/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,
/frameworks/base/cmds/statsd/src/
Dstatsd_metadata.proto55 optional int64 alert_id = 1; field
Datoms.proto3567 optional int64 alert_id = 3; field
/frameworks/base/core/proto/android/os/
Dheader.proto26 optional int64 alert_id = 1; field
/frameworks/base/cmds/statsd/src/metrics/
DMetricsManager.cpp681 int64_t alertId = alertMetadata.alert_id(); in loadMetadata()