Home
last modified time | relevance | path

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

/system/core/init/
Daction.cpp121 commands_.emplace_back(map_result->function, map_result->run_in_subcontext, std::move(args), in AddCommand()
127 commands_.emplace_back(std::move(f), false, std::move(args), line); in AddCommand()
131 return commands_.size(); in NumCommands()
136 for (const auto& command : commands_) { in CheckAllCommands()
149 Command cmd = commands_[command]; in ExecuteOneCommand()
154 for (const auto& c : commands_) { in ExecuteAllCommands()
241 for (const auto& c : commands_) { in DumpState()
Daction.h90 std::vector<Command> commands_; variable