Searched refs:subcontext_for_restart_commands (Results 1 - 2 of 2) sorted by relevance

/system/core/init/
H A Dservice.h65 Service(const std::string& name, Subcontext* subcontext_for_restart_commands,
71 Subcontext* subcontext_for_restart_commands, const std::vector<std::string>& args);
H A Dservice.cpp206 Service::Service(const std::string& name, Subcontext* subcontext_for_restart_commands, argument
208 : Service(name, 0, 0, 0, {}, 0, 0, "", subcontext_for_restart_commands, args) {}
213 Subcontext* subcontext_for_restart_commands, const std::vector<std::string>& args)
225 onrestart_(false, subcontext_for_restart_commands, "<Service '" + name + "' onrestart>", 0,
210 Service(const std::string& name, unsigned flags, uid_t uid, gid_t gid, const std::vector<gid_t>& supp_gids, const CapSet& capabilities, unsigned namespace_flags, const std::string& seclabel, Subcontext* subcontext_for_restart_commands, const std::vector<std::string>& args) argument

Completed in 3056 milliseconds