Home
last modified time | relevance | path

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

/system/core/init/
Dinit.cpp402 static void service_stop_or_reset(struct service *svc, int how) in service_stop_or_reset() function
432 service_stop_or_reset(svc, SVC_RESET); in service_reset()
437 service_stop_or_reset(svc, SVC_DISABLED); in service_stop()
444 service_stop_or_reset(svc, SVC_RESTART); in service_restart()