Lines Matching refs:Action
74 Action::Action(bool oneshot, Subcontext* subcontext, const std::string& filename, int line, in Action() function in android::init::Action
84 const KeywordFunctionMap* Action::function_map_ = nullptr;
86 Result<Success> Action::AddCommand(std::vector<std::string>&& args, int line) { in AddCommand()
98 void Action::AddCommand(BuiltinFunction f, std::vector<std::string>&& args, int line) { in AddCommand()
102 std::size_t Action::NumCommands() const { in NumCommands()
106 void Action::ExecuteOneCommand(std::size_t command) const { in ExecuteOneCommand()
113 void Action::ExecuteAllCommands() const { in ExecuteAllCommands()
119 void Action::ExecuteCommand(const Command& command) const { in ExecuteCommand()
153 bool Action::CheckPropertyTriggers(const std::string& name, in CheckPropertyTriggers()
177 bool Action::CheckEvent(const EventTrigger& event_trigger) const { in CheckEvent()
181 bool Action::CheckEvent(const PropertyChange& property_change) const { in CheckEvent()
186 bool Action::CheckEvent(const BuiltinAction& builtin_action) const { in CheckEvent()
190 std::string Action::BuildTriggersString() const { in BuildTriggersString()
203 void Action::DumpState() const { in DumpState()