Searched refs:CheckEvent (Results 1 – 2 of 2) sorted by relevance
63 bool CheckEvent(const EventTrigger& event_trigger) const;64 bool CheckEvent(const PropertyChange& property_change) const;65 bool CheckEvent(const BuiltinAction& builtin_action) const;
203 bool Action::CheckEvent(const EventTrigger& event_trigger) const { in CheckEvent() function in android::init::Action207 bool Action::CheckEvent(const PropertyChange& property_change) const { in CheckEvent() function in android::init::Action212 bool Action::CheckEvent(const BuiltinAction& builtin_action) const { in CheckEvent() function in android::init::Action281 if (std::visit([&action](const auto& event) { return action->CheckEvent(event); }, in ExecuteOneCommand()