Searched refs:RemoteOperationException (Results 1 – 10 of 10) sorted by relevance
/test/framework/harnesses/host_controller/tradefed/ |
D | remote_operation.py | 22 class RemoteOperationException(Exception): class 61 raise RemoteOperationException(response["error"])
|
D | remote_client.py | 77 raise remote_operation.RemoteOperationException(
|
D | remote_client_test.py | 174 self.assertRaises(remote_operation.RemoteOperationException,
|
/test/framework/harnesses/host_controller/ |
D | invocation_thread.py | 113 except remote_operation.RemoteOperationException as e: 149 except remote_operation.RemoteOperationException as e:
|
D | tfc_host_controller.py | 136 remote_operation.RemoteOperationException,
|
D | invocation_thread_test.py | 144 raise remote_operation.RemoteOperationException(error_msg)
|
/test/framework/harnesses/host_controller/command_processor/ |
D | command_config_local.py | 76 except (socket.error, remote_operation.RemoteOperationException,
|
D | command_build.py | 140 except (socket.error, remote_operation.RemoteOperationException,
|
D | command_device.py | 225 except (socket.error, remote_operation.RemoteOperationException,
|
D | command_config.py | 192 except (socket.error, remote_operation.RemoteOperationException,
|