HomeSort by relevance Sort by last modified time
    Searched refs:RemoteOperationException (Results 1 - 9 of 9) sorted by null

  /test/framework/harnesses/host_controller/tradefed/
remote_operation.py 22 class RemoteOperationException(Exception):
57 RemoteOperationException if the response is an error.
61 raise RemoteOperationException(response["error"])
remote_client.py 53 remote_operation.RemoteOperationException if any operation fails or
77 raise remote_operation.RemoteOperationException(
93 remote_operation.RemoteOperationException if the operation fails or
remote_client_test.py 174 self.assertRaises(remote_operation.RemoteOperationException,
  /test/framework/harnesses/host_controller/
invocation_thread.py 108 """Frees allocated devices and tolerates RemoteOperationException."""
113 except remote_operation.RemoteOperationException as e:
149 except remote_operation.RemoteOperationException as e:
invocation_thread_test.py 141 RemoteOperationException if the operation's type matches op_type.
144 raise remote_operation.RemoteOperationException(error_msg)
tfc_host_controller.py 136 remote_operation.RemoteOperationException,
  /test/framework/harnesses/host_controller/command_processor/
command_build.py 128 except (socket.error, remote_operation.RemoteOperationException,
command_config.py 130 except (socket.error, remote_operation.RemoteOperationException,
command_device.py 139 except (socket.error, remote_operation.RemoteOperationException,

Completed in 90 milliseconds