Home
last modified time | relevance | path

Searched refs:eventActivation (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/StatsD/statsd/tests/e2e/
H A DConfigUpdate_e2e_test.cpp1647 auto eventActivation = immediateMetricActivation.add_event_activation(); in TEST_F() local
1648 eventActivation->set_activation_type(ActivationType::ACTIVATE_IMMEDIATELY); in TEST_F()
1649 eventActivation->set_atom_matcher_id(immediateMatcher.id()); in TEST_F()
1650 eventActivation->set_ttl_seconds(60); // One minute. in TEST_F()
1655 eventActivation = bootMetricActivation.add_event_activation(); in TEST_F()
1656 eventActivation->set_activation_type(ActivationType::ACTIVATE_ON_BOOT); in TEST_F()
1657 eventActivation->set_atom_matcher_id(bootMatcher.id()); in TEST_F()
1658 eventActivation->set_ttl_seconds(60); // One minute. in TEST_F()
1663 eventActivation = combinationMetricActivation.add_event_activation(); in TEST_F()
1665 eventActivation->set_atom_matcher_id(combinationMatcher.id()); in TEST_F()
[all …]
/aosp12/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/
H A Dconfig_update_utils_test.cpp1003 EventActivation* eventActivation = activation->add_event_activation(); in TEST_F() local
1004 eventActivation->set_atom_matcher_id(startMatcher.id()); in TEST_F()
1005 eventActivation->set_ttl_seconds(5); in TEST_F()
1129 EventActivation* eventActivation = activation->add_event_activation(); in TEST_F() local
1130 eventActivation->set_atom_matcher_id(startMatcher.id()); in TEST_F()
1131 eventActivation->set_ttl_seconds(5); in TEST_F()
1699 eventActivation->set_atom_matcher_id(matcher5Id); in TEST_F()
1700 eventActivation->set_ttl_seconds(5); in TEST_F()
1740 eventActivation = event6Activation.add_event_activation(); in TEST_F()
1741 eventActivation->set_atom_matcher_id(matcher5Id); in TEST_F()
[all …]