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 | 143 Service::Service(const std::string& name, Subcontext* subcontext_for_restart_commands, in Service() argument 145 : Service(name, 0, std::nullopt, 0, {}, 0, "", subcontext_for_restart_commands, filename, in Service() 150 const std::string& seclabel, Subcontext* subcontext_for_restart_commands, in Service() argument 165 subcontext_(subcontext_for_restart_commands), 166 onrestart_(false, subcontext_for_restart_commands, "<Service '" + name + "' onrestart>", 0,
|