Home
last modified time | relevance | path

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

12

/external/autotest/client/cros/
Dservice_stopper.py30 class ServiceStopper(object): class
123 return ServiceStopper(services_to_stop=ServiceStopper.THERMAL_SERVICES)
Dp2p_utils.py90 self._services = service_stopper.ServiceStopper(['p2p', 'avahi'])
Dchrooted_avahi.py121 self._services = service_stopper.ServiceStopper(
/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/audio_PlaybackPower/
Daudio_PlaybackPower.py49 self._service_stopper = service_stopper.ServiceStopper(
50 service_stopper.ServiceStopper.POWER_DRAW_SERVICES)
/external/autotest/client/site_tests/graphics_VideoRenderingPower/
Dgraphics_VideoRenderingPower.py55 self._service_stopper = service_stopper.ServiceStopper(
56 service_stopper.ServiceStopper.POWER_DRAW_SERVICES)
/external/autotest/client/site_tests/power_BatteryCharge/
Dpower_BatteryCharge.py26 self._services = service_stopper.ServiceStopper(
27 service_stopper.ServiceStopper.POWER_DRAW_SERVICES + ['ui'])
/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.py146 stopped_services = service_stopper.ServiceStopper(['ui-respawn'])
150 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/site_tests/graphics_LibDRM/
Dgraphics_LibDRM.py17 self._services = service_stopper.ServiceStopper(['ui'])
/external/autotest/client/site_tests/hardware_RamFio/
Dhardware_RamFio.py29 self._services = service_stopper.ServiceStopper(['ui'])
/external/autotest/client/site_tests/hardware_Backlight/
Dhardware_Backlight.py25 self._services = service_stopper.ServiceStopper(['powerd'])
/external/autotest/client/site_tests/hardware_TPMCheck/
Dhardware_TPMCheck.py102 self._services = service_stopper.ServiceStopper(['cryptohomed',
/external/autotest/client/site_tests/graphics_SanAngeles/
Dgraphics_SanAngeles.py30 self._services = service_stopper.ServiceStopper(['ui'])
/external/autotest/client/site_tests/camera_HAL3Perf/
Dcamera_HAL3Perf.py89 with service_stopper.ServiceStopper([self.cros_camera_service]):
/external/autotest/client/cros/power/
Dpower_test.py82 self._services = service_stopper.ServiceStopper(
83 service_stopper.ServiceStopper.POWER_DRAW_SERVICES)
/external/autotest/client/site_tests/graphics_Sanity/
Dgraphics_Sanity.py95 self._services = service_stopper.ServiceStopper(['ui'])
/external/autotest/client/site_tests/hardware_TPMTakeOwnership/
Dhardware_TPMTakeOwnership.py24 self._services = service_stopper.ServiceStopper(['cryptohomed',
/external/autotest/client/site_tests/camera_HAL3/
Dcamera_HAL3.py105 with service_stopper.ServiceStopper([self.cros_camera_service]), \
/external/autotest/client/site_tests/graphics_GLMark2/
Dgraphics_GLMark2.py45 self._services = service_stopper.ServiceStopper(['ui'])
/external/autotest/client/site_tests/graphics_WebGLAquarium/
Dgraphics_WebGLAquarium.py216 self._service_stopper = service_stopper.ServiceStopper(
217 service_stopper.ServiceStopper.POWER_DRAW_SERVICES)
/external/autotest/client/site_tests/firmware_Cr50VirtualNVRam/
Dfirmware_Cr50VirtualNVRam.py285 self._services = service_stopper.ServiceStopper(['cryptohomed',
/external/autotest/client/site_tests/power_Consumption/
Dpower_Consumption.py45 self._services = service_stopper.ServiceStopper(
46 service_stopper.ServiceStopper.POWER_DRAW_SERVICES)

12