Searched refs:combinationMatcher (Results 1 – 4 of 4) sorted by relevance
101 AtomMatcher_Combination combinationMatcher = matcher.combination(); in onConfigUpdated() local102 for (const int64_t child : combinationMatcher.matcher()) { in onConfigUpdated()
74 AtomMatcher* combinationMatcher = config.add_atom_matcher(); in TEST_F() local75 combinationMatcher->set_id(StringToId("SyncOrWakelockMatcher")); in TEST_F()76 combinationMatcher->mutable_combination()->set_operation(LogicalOperation::OR); in TEST_F()77 addMatcherToMatcherCombination(syncStartMatcher, combinationMatcher); in TEST_F()78 addMatcherToMatcherCombination(wakelockAcquireMatcher, combinationMatcher); in TEST_F()150 *newConfig.add_atom_matcher() = *combinationMatcher; in TEST_F()1628 AtomMatcher combinationMatcher; in TEST_F() local1629 combinationMatcher.set_id(StringToId("combination")); in TEST_F()1634 *config.add_atom_matcher() = combinationMatcher; in TEST_F()1665 eventActivation->set_atom_matcher_id(combinationMatcher.id()); in TEST_F()[all …]
132 void addMatcherToMatcherCombination(const AtomMatcher& matcher, AtomMatcher* combinationMatcher);
244 void addMatcherToMatcherCombination(const AtomMatcher& matcher, AtomMatcher* combinationMatcher) { in addMatcherToMatcherCombination() argument245 combinationMatcher->mutable_combination()->add_matcher(matcher.id()); in addMatcherToMatcherCombination()