Searched refs:eventActivation (Results 1 – 2 of 2) sorted by relevance
1647 auto eventActivation = immediateMetricActivation.add_event_activation(); in TEST_F() local1648 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 …]
1003 EventActivation* eventActivation = activation->add_event_activation(); in TEST_F() local1004 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() local1130 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 …]