Home
last modified time | relevance | path

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

/system/core/toolbox/
Dstart.cpp30 static void ControlService(bool start, const std::string& service) { in ControlService() function
54 ControlService(true, service); in ControlDefaultServices()
58 ControlService(false, *it); in ControlDefaultServices()
83 ControlService(start, argv[i]); in StartStop()