Home
last modified time | relevance | path

Searched refs:ServiceStopper (Results 1 – 25 of 35) 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/video_PlaybackPerf/
Dvideo_PlaybackPerf.py173 self._service_stopper = service_stopper.ServiceStopper(THERMAL_SERVICES)
193 self._service_stopper = service_stopper.ServiceStopper(
194 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/power_Idle/
Dpower_Idle.py25 self._services = service_stopper.ServiceStopper(
26 service_stopper.ServiceStopper.POWER_DRAW_SERVICES)
/external/autotest/client/site_tests/video_WebRtcPerf/
Dvideo_WebRtcPerf.py233 services = service_stopper.ServiceStopper(THERMAL_SERVICES)
273 services = service_stopper.ServiceStopper(
274 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.py76 self._service_stopper = service_stopper.ServiceStopper(THERMAL_SERVICES)
117 self._service_stopper = service_stopper.ServiceStopper(
118 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/cros/
Dtpm_dam.py60 with service_stopper.ServiceStopper(['cryptohomed',
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/graphics_PerfControl/
Dgraphics_PerfControl.py19 self._services = service_stopper.ServiceStopper(['ui'])
/external/autotest/client/site_tests/graphics_Stress/
Dgraphics_Stress.py170 stopped_services = service_stopper.ServiceStopper(['ui-respawn'])
174 stopped_ui = service_stopper.ServiceStopper(['ui'])
/external/autotest/client/site_tests/graphics_LibDRM/
Dgraphics_LibDRM.py15 self._services = service_stopper.ServiceStopper(['ui'])
/external/autotest/client/site_tests/apmanager_CheckAPProcesses/
Dapmanager_CheckAPProcesses.py57 with service_stopper.ServiceStopper(
/external/autotest/client/site_tests/hardware_TPMCheck/
Dhardware_TPMCheck.py74 self._services = service_stopper.ServiceStopper(['cryptohomed',
/external/autotest/client/site_tests/graphics_WebGLAquarium/
Dgraphics_WebGLAquarium.py153 self._service_stopper = service_stopper.ServiceStopper(
154 service_stopper.ServiceStopper.POWER_DRAW_SERVICES)
/external/autotest/client/site_tests/ui_AppLauncher/
Dui_AppLauncher.py35 self._services = service_stopper.ServiceStopper(['powerd'])
/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.py32 self._services = service_stopper.ServiceStopper(['powerd'])
/external/autotest/client/site_tests/graphics_Sanity/
Dgraphics_Sanity.py39 self._services = service_stopper.ServiceStopper(['ui'])
/external/autotest/client/site_tests/graphics_SanAngeles/
Dgraphics_SanAngeles.py32 self._services = service_stopper.ServiceStopper(['ui'])

12