Home
last modified time | relevance | path

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

/test/framework/harnesses/host_controller/
Dinvocation_thread_test.py72 self._remote_client.SendOperation.call_args_list]
77 self._remote_client.SendOperation.side_effect = (
87 self._remote_client.SendOperation.side_effect = (
101 self._remote_client.SendOperation.side_effect = (
Dinvocation_thread.py65 self._remote_client.SendOperation(
71 self._remote_client.SendOperation(
111 self._remote_client.SendOperation(
/test/framework/harnesses/host_controller/tradefed/
Dremote_client_test.py136 self._client.SendOperation(remote_operation.AddCommand(0, "COMMAND"))
147 self._client.SendOperation(remote_operation.AllocateDevice("serial123"))
149 self._client.SendOperation(remote_operation.ExecuteCommand(
162 self._client.SendOperation(remote_operation.FreeDevice("serial123"))
Dremote_client.py82 def SendOperation(self, operation): member in RemoteClient
105 json_obj = self.SendOperation(remote_operation.ListDevices())
128 result = self.SendOperation(get_result_op)