Home
last modified time | relevance | path

Searched refs:onrestart_ (Results 1 – 3 of 3) sorted by relevance

/aosp14/system/core/init/
H A Dservice.h108 size_t CheckAllCommands() const { return onrestart_.CheckAllCommands(); } in CheckAllCommands()
189 Action onrestart_; // Commands to execute on restart. variable
H A Dservice.cpp163 onrestart_(false, subcontext_for_restart_commands, "<Service '" + name + "' onrestart>", 0,
395 onrestart_.ExecuteAllCommands(); in Reap()
H A Dservice_parser.cpp281 int line = service_->onrestart_.NumCommands() + 1; in ParseOnrestart()
282 if (auto result = service_->onrestart_.AddCommand(std::move(args), line); !result.ok()) { in ParseOnrestart()