Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/
Dutils.py2389 def control_service(service_name, action='start', ignore_status=True): function
2419 return control_service(service_name, action='restart', ignore_status=ignore_status)
2431 return control_service(service_name, action='start', ignore_status=ignore_status)
2443 return control_service(service_name, action='stop', ignore_status=ignore_status)