Home
last modified time | relevance | path

Searched refs:report_oneshot (Results 1 – 2 of 2) sorted by relevance

/system/core/init/
Dservice.h144 void KillProcessGroup(int signal, bool report_oneshot = false);
Dservice.cpp190 void Service::KillProcessGroup(int signal, bool report_oneshot) { in KillProcessGroup() argument
206 if (report_oneshot && max_processes > 0) { in KillProcessGroup()