Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/can/1.0/default/
DCanBus.cpp250 bool anyNonExcludeRuleSatisfied = false; in match() local
261 if (satisfied) anyNonExcludeRuleSatisfied = true; in match()
264 return !anyNonExcludeRulePresent || anyNonExcludeRuleSatisfied; in match()