Searched refs:subcontext_for_restart_commands (Results 1 – 2 of 2) sorted by relevance
/system/core/init/ |
D | service.h | 72 Service(const std::string& name, Subcontext* subcontext_for_restart_commands, 77 Subcontext* subcontext_for_restart_commands, const std::string& filename,
|
D | service.cpp | 142 Service::Service(const std::string& name, Subcontext* subcontext_for_restart_commands, in Service() argument 144 : Service(name, 0, std::nullopt, 0, {}, 0, "", subcontext_for_restart_commands, filename, in Service() 149 const std::string& seclabel, Subcontext* subcontext_for_restart_commands, in Service() argument 164 subcontext_(subcontext_for_restart_commands), 165 onrestart_(false, subcontext_for_restart_commands, "<Service '" + name + "' onrestart>", 0,
|