Home
last modified time | relevance | path

Searched refs:ExecuteOneCommand (Results 1 – 6 of 6) sorted by relevance

/aosp14/system/core/init/
H A Daction_manager.cpp67 void ActionManager::ExecuteOneCommand() { in ExecuteOneCommand() function in android::init::ActionManager
94 action->ExecuteOneCommand(current_command_); in ExecuteOneCommand()
H A Daction_manager.h48 void ExecuteOneCommand();
H A Daction.h69 void ExecuteOneCommand(std::size_t command) const;
H A Daction.cpp146 void Action::ExecuteOneCommand(std::size_t command) const { in ExecuteOneCommand() function in android::init::Action
H A Dinit_test.cpp77 action_manager->ExecuteOneCommand(); in TestInit()
H A Dinit.cpp1105 am.ExecuteOneCommand(); in SecondStageMain()