Searched refs:alertRemove (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/modules/StatsD/statsd/tests/e2e/ |
H A D | ConfigUpdate_e2e_test.cpp | 1893 Alert alertRemove = createAlert("AlertRemove", countWakelock.id(), 1, 0); in TEST_F() local 1894 alertRemove.set_refractory_period_secs(1); in TEST_F() 1897 *config.add_alert() = alertRemove; in TEST_F() 1904 Subscription removeSub = createSubscription("S3", Subscription::ALERT, alertRemove.id()); in TEST_F() 1946 alertRemove.id(), _, _)) in TEST_F() 2112 Alert alertRemove = createAlert("AlertRemove", durationWakelock.id(), 5, 10 * NS_PER_SEC); in TEST_F() local 2113 alertRemove.set_refractory_period_secs(1); in TEST_F() 2116 *config.add_alert() = alertRemove; in TEST_F() 2123 Subscription removeSub = createSubscription("S3", Subscription::ALERT, alertRemove.id()); in TEST_F() 2166 alertRemove.id(), _, _)) in TEST_F()
|