Searched refs:subcontext_for_restart_commands (Results 1 – 2 of 2) sorted by relevance
/system/core/init/ |
D | service.h | 67 Service(const std::string& name, Subcontext* subcontext_for_restart_commands, 72 Subcontext* subcontext_for_restart_commands, const std::vector<std::string>& args,
|
D | service.cpp | 135 Service::Service(const std::string& name, Subcontext* subcontext_for_restart_commands, in Service() argument 137 : Service(name, 0, 0, 0, {}, 0, "", subcontext_for_restart_commands, args, from_apex) {} in Service() 141 const std::string& seclabel, Subcontext* subcontext_for_restart_commands, in Service() argument 156 onrestart_(false, subcontext_for_restart_commands, "<Service '" + name + "' onrestart>", 0,
|