Searched refs:ExecuteOneCommand (Results 1 – 6 of 6) sorted by relevance
67 void ActionManager::ExecuteOneCommand() { in ExecuteOneCommand() function in android::init::ActionManager94 action->ExecuteOneCommand(current_command_); in ExecuteOneCommand()
48 void ExecuteOneCommand();
69 void ExecuteOneCommand(std::size_t command) const;
146 void Action::ExecuteOneCommand(std::size_t command) const { in ExecuteOneCommand() function in android::init::Action
77 action_manager->ExecuteOneCommand(); in TestInit()
1105 am.ExecuteOneCommand(); in SecondStageMain()