Searched refs:AddCommand (Results 1 – 5 of 5) sorted by relevance
/system/core/init/ |
D | action.h | 64 Result<Success> AddCommand(std::vector<std::string>&& args, int line); 65 void AddCommand(BuiltinFunction f, std::vector<std::string>&& args, int line);
|
D | action.cpp | 86 Result<Success> Action::AddCommand(std::vector<std::string>&& args, int line) { in AddCommand() function in android::init::Action 98 void Action::AddCommand(BuiltinFunction f, std::vector<std::string>&& args, int line) { in AddCommand() function in android::init::Action
|
D | action_manager.cpp | 50 action->AddCommand(func, {name}, 0); in QueueBuiltinAction()
|
D | action_parser.cpp | 149 return action_ ? action_->AddCommand(std::move(args), line) : Success(); in ParseLineSection()
|
D | service.cpp | 599 if (auto result = onrestart_.AddCommand(std::move(args), line); !result) { in ParseOnrestart()
|