Searched refs:_Run (Results 1 – 7 of 7) sorted by relevance
73 ret = self._command._Run("--serial device1 --operation wifi_on")86 ret = self._command._Run("--serial device1 --operation wifi_on")100 ret = self._command._Run("--serial device1 --operation wifi_on --ap %s"119 ret = self._command._Run("--serial device1 --operation wifi_off")133 ret = self._command._Run("--serial device1 --operation volume_mute")149 ret = self._command._Run(
107 ret = command._Run("--update=single")120 ret = command._Run("--set_serial=device1,device2,device3")137 ret = command._Run("")143 ret = command._Run("--update=stop")
234 ret = command._Run("--src=tmp/result.log --dest=gs://report-bucket/")248 ret = command._Run(266 ret = command._Run(289 ret = command._Run("--src=latest-system.img --dest=/report-bucket/")305 ret = command._Run("--src=result.zip --dest=gs://report-bucket/")
83 ret = command._Run("--dest=gs://bucket/path/")112 ret = command._Run("--dest=gs://bucket/path/")150 ret = command._Run(
275 ret = self._command._Run(286 ret = self._command._Run("--report_path=/some/path/to/report/file")314 ret = self._command._Run("--report_path=gs://some/path/to/report/file"343 ret = self._command._Run(
57 def _Run(self, arg_line): member in BaseCommandProcessor
442 setattr(self, do_text, cp._Run)