Searched refs:eventMatcher (Results 1 – 4 of 4) sorted by relevance
64 AtomMatcher* eventMatcher = config.add_atom_matcher(); in buildGoodEventConfig() local65 eventMatcher->set_id(StringToId("SCREEN_IS_ON")); in buildGoodEventConfig()66 SimpleAtomMatcher* simpleAtomMatcher = eventMatcher->mutable_simple_atom_matcher(); in buildGoodEventConfig()76 AtomMatcher* eventMatcher = config.add_atom_matcher(); in buildGoodEventConfig() local77 eventMatcher->set_id(matcherId); in buildGoodEventConfig()78 SimpleAtomMatcher* simpleAtomMatcher = eventMatcher->mutable_simple_atom_matcher(); in buildGoodEventConfig()
64 AtomMatcher* eventMatcher = config.add_atom_matcher(); in buildEventConfig() local65 eventMatcher->set_id(StringToId("SCREEN_IS_ON")); in buildEventConfig()66 SimpleAtomMatcher* simpleAtomMatcher = eventMatcher->mutable_simple_atom_matcher(); in buildEventConfig()
2340 AtomMatcher* eventMatcher = config.add_atom_matcher(); in buildGoodConfig() local2341 eventMatcher->set_id(StringToId("SCREEN_ON_OR_OFF")); in buildGoodConfig()2342 AtomMatcher_Combination* combination = eventMatcher->mutable_combination(); in buildGoodConfig()
99 AtomMatcher* eventMatcher = config.add_atom_matcher(); in buildCircleMatchers() local100 eventMatcher->set_id(StringToId("SCREEN_IS_ON")); in buildCircleMatchers()102 SimpleAtomMatcher* simpleAtomMatcher = eventMatcher->mutable_simple_atom_matcher(); in buildCircleMatchers()109 eventMatcher = config.add_atom_matcher(); in buildCircleMatchers()110 eventMatcher->set_id(StringToId("SCREEN_ON_OR_OFF")); in buildCircleMatchers()112 AtomMatcher_Combination* combination = eventMatcher->mutable_combination(); in buildCircleMatchers()147 AtomMatcher* eventMatcher = config.add_atom_matcher(); in buildMissingMatchers() local148 eventMatcher->set_id(StringToId("SCREEN_IS_ON")); in buildMissingMatchers()150 SimpleAtomMatcher* simpleAtomMatcher = eventMatcher->mutable_simple_atom_matcher(); in buildMissingMatchers()157 eventMatcher = config.add_atom_matcher(); in buildMissingMatchers()[all …]