Searched refs:CheckEvent (Results 1 - 3 of 3) sorted by relevance

/system/core/init/
H A Daction.h69 bool CheckEvent(const EventTrigger& event_trigger) const;
70 bool CheckEvent(const PropertyChange& property_change) const;
71 bool CheckEvent(const BuiltinAction& builtin_action) const;
H A Daction.cpp179 bool Action::CheckEvent(const EventTrigger& event_trigger) const { function in class:android::init::Action
183 bool Action::CheckEvent(const PropertyChange& property_change) const { function in class:android::init::Action
188 bool Action::CheckEvent(const BuiltinAction& builtin_action) const { function in class:android::init::Action
H A Daction_manager.cpp62 if (std::visit([&action](const auto& event) { return action->CheckEvent(event); },

Completed in 662 milliseconds