Home
last modified time | relevance | path

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

/system/core/init/
Dservice.cpp237 onrestart_(false, subcontext_for_restart_commands, "<Service '" + name + "' onrestart>", 0,
403 onrestart_.ExecuteAllCommands(); in Reap()
598 int line = onrestart_.NumCommands() + 1; in ParseOnrestart()
599 if (auto result = onrestart_.AddCommand(std::move(args), line); !result) { in ParseOnrestart()
Dservice.h208 Action onrestart_; // Commands to execute on restart. variable