Home
last modified time | relevance | path

Searched refs:ServiceStopper (Results 1 – 25 of 36) sorted by relevance

12

/external/autotest/client/site_tests/hardware_MemoryThroughput/
Dhardware_MemoryThroughput.py66 stop.extend(service_stopper.ServiceStopper.POWER_DRAW_SERVICES)
67 self._services = service_stopper.ServiceStopper(stop)
/external/autotest/client/site_tests/hardware_MemoryLatency/
Dhardware_MemoryLatency.py76 stop.extend(service_stopper.ServiceStopper.POWER_DRAW_SERVICES)
77 self._services = service_stopper.ServiceStopper(stop)
/external/autotest/client/site_tests/power_Backlight/
Dpower_Backlight.py26 self._services = service_stopper.ServiceStopper(
27 service_stopper.ServiceStopper.POWER_DRAW_SERVICES)
/external/autotest/client/site_tests/audio_PlaybackPower/
Daudio_PlaybackPower.py48 self._service_stopper = service_stopper.ServiceStopper(
49 service_stopper.ServiceStopper.POWER_DRAW_SERVICES)
/external/autotest/client/site_tests/video_PlaybackPerf/
Dvideo_PlaybackPerf.py180 self._service_stopper = service_stopper.ServiceStopper(THERMAL_SERVICES)
200 self._service_stopper = service_stopper.ServiceStopper(
201 service_stopper.ServiceStopper.POWER_DRAW_SERVICES)
/external/autotest/client/site_tests/power_Idle/
Dpower_Idle.py26 self._services = service_stopper.ServiceStopper(
27 service_stopper.ServiceStopper.POWER_DRAW_SERVICES)
/external/autotest/client/site_tests/power_BatteryCharge/
Dpower_BatteryCharge.py24 self._services = service_stopper.ServiceStopper(
25 service_stopper.ServiceStopper.POWER_DRAW_SERVICES + ['ui'])
/external/autotest/client/site_tests/video_HangoutHardwarePerf/
Dvideo_HangoutHardwarePerf.py77 self._service_stopper = service_stopper.ServiceStopper(THERMAL_SERVICES)
118 self._service_stopper = service_stopper.ServiceStopper(
119 service_stopper.ServiceStopper.POWER_DRAW_SERVICES)
/external/autotest/client/site_tests/video_WebRtcPerf/
Dvideo_WebRtcPerf.py268 self._service_stopper = service_stopper.ServiceStopper(THERMAL_SERVICES)
286 self._service_stopper = service_stopper.ServiceStopper(
287 service_stopper.ServiceStopper.POWER_DRAW_SERVICES)
/external/autotest/client/site_tests/kernel_TPMStress/
Dkernel_TPMStress.py16 self._services = service_stopper.ServiceStopper(['cryptohomed',
/external/autotest/client/site_tests/graphics_Stress/
Dgraphics_Stress.py155 stopped_services = service_stopper.ServiceStopper(['ui-respawn'])
159 stopped_ui = service_stopper.ServiceStopper(['ui'])
/external/autotest/client/site_tests/graphics_PerfControl/
Dgraphics_PerfControl.py22 self._services = service_stopper.ServiceStopper(['ui'])
/external/autotest/client/cros/
Dservice_stopper.py29 class ServiceStopper(object): class
Dperf.py119 self._service_stopper = service_stopper.ServiceStopper(
Dp2p_utils.py89 self._services = service_stopper.ServiceStopper(['p2p', 'avahi'])
/external/autotest/client/site_tests/apmanager_CheckAPProcesses/
Dapmanager_CheckAPProcesses.py57 with service_stopper.ServiceStopper(
/external/autotest/client/site_tests/hardware_RamFio/
Dhardware_RamFio.py27 self._services = service_stopper.ServiceStopper(['ui'])
/external/autotest/client/site_tests/graphics_LibDRM/
Dgraphics_LibDRM.py17 self._services = service_stopper.ServiceStopper(['ui'])
/external/autotest/client/site_tests/ui_AppLauncher/
Dui_AppLauncher.py35 self._services = service_stopper.ServiceStopper(['powerd'])
/external/autotest/client/site_tests/graphics_WebGLAquarium/
Dgraphics_WebGLAquarium.py181 self._service_stopper = service_stopper.ServiceStopper(
182 service_stopper.ServiceStopper.POWER_DRAW_SERVICES)
/external/autotest/client/site_tests/hardware_TPMCheck/
Dhardware_TPMCheck.py102 self._services = service_stopper.ServiceStopper(['cryptohomed',
/external/autotest/client/site_tests/hardware_Backlight/
Dhardware_Backlight.py24 self._services = service_stopper.ServiceStopper(['powerd'])
/external/autotest/client/site_tests/ui_SystemTray/
Dui_SystemTray.py31 self._services = service_stopper.ServiceStopper(['powerd'])
/external/autotest/client/site_tests/graphics_Sanity/
Dgraphics_Sanity.py40 self._services = service_stopper.ServiceStopper(['ui'])
/external/autotest/client/site_tests/graphics_SanAngeles/
Dgraphics_SanAngeles.py30 self._services = service_stopper.ServiceStopper(['ui'])

12