Home
last modified time | relevance | path

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

/external/autotest/server/hosts/
Dcros_host.py2296 def _set_power(self, state, power_method): argument
2311 if power_method == self.POWER_CONTROL_SERVO:
2315 elif power_method == self.POWER_CONTROL_MANUAL:
2328 def power_off(self, power_method=POWER_CONTROL_RPM): argument
2336 self._set_power('OFF', power_method)
2339 def power_on(self, power_method=POWER_CONTROL_RPM): argument
2347 self._set_power('ON', power_method)
2350 def power_cycle(self, power_method=POWER_CONTROL_RPM): argument
2358 if power_method in (self.POWER_CONTROL_SERVO,
2360 self.power_off(power_method=power_method)
[all …]