Searched refs:from_apex (Results 1 – 5 of 5) sorted by relevance
/system/core/init/ |
D | init.h | 32 Parser CreateServiceOnlyParser(ServiceList& service_list, bool from_apex);
|
D | service_parser.h | 35 bool from_apex = false) 40 from_apex_(from_apex) {} in service_list_()
|
D | service.h | 68 const std::vector<std::string>& args, bool from_apex = false); 73 bool from_apex = false);
|
D | service.cpp | 136 const std::vector<std::string>& args, bool from_apex) in Service() argument 137 : Service(name, 0, 0, 0, {}, 0, "", subcontext_for_restart_commands, args, from_apex) {} in Service() 142 const std::vector<std::string>& args, bool from_apex) in Service() argument 161 from_apex_(from_apex) {}
|
D | init.cpp | 292 Parser CreateServiceOnlyParser(ServiceList& service_list, bool from_apex) { in CreateServiceOnlyParser() argument 297 from_apex)); in CreateServiceOnlyParser()
|