Home
last modified time | relevance | path

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

/system/core/init/
Daction.h63 bool TriggersEqual(const Action& other) const;
Daction.cpp242 bool Action::TriggersEqual(const Action& other) const { in TriggersEqual() function in Action
317 return action->TriggersEqual(*a); in AddAction()