Searched refs:CheckEvent (Results 1 – 3 of 3) sorted by relevance
69 bool CheckEvent(const EventTrigger& event_trigger) const;70 bool CheckEvent(const PropertyChange& property_change) const;71 bool CheckEvent(const BuiltinAction& builtin_action) const;
177 bool Action::CheckEvent(const EventTrigger& event_trigger) const { in CheckEvent() function in android::init::Action181 bool Action::CheckEvent(const PropertyChange& property_change) const { in CheckEvent() function in android::init::Action186 bool Action::CheckEvent(const BuiltinAction& builtin_action) const { in CheckEvent() function in android::init::Action
60 if (std::visit([&action](const auto& event) { return action->CheckEvent(event); }, in ExecuteOneCommand()