Searched refs:alertRemove (Results 1 – 1 of 1) sorted by relevance
/packages/modules/StatsD/statsd/tests/e2e/ |
D | ConfigUpdate_e2e_test.cpp | 2129 Alert alertRemove = createAlert("AlertRemove", countWakelock.id(), 1, 0); in TEST_F() local 2130 alertRemove.set_refractory_period_secs(1); in TEST_F() 2133 *config.add_alert() = alertRemove; in TEST_F() 2140 Subscription removeSub = createSubscription("S3", Subscription::ALERT, alertRemove.id()); in TEST_F() 2182 alertRemove.id(), _, _)) in TEST_F() 2348 Alert alertRemove = createAlert("AlertRemove", durationWakelock.id(), 5, 10 * NS_PER_SEC); in TEST_F() local 2349 alertRemove.set_refractory_period_secs(1); in TEST_F() 2352 *config.add_alert() = alertRemove; in TEST_F() 2359 Subscription removeSub = createSubscription("S3", Subscription::ALERT, alertRemove.id()); in TEST_F() 2402 alertRemove.id(), _, _)) in TEST_F()
|