Home
last modified time | relevance | path

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

/test/framework/harnesses/host_controller/tradefed/
Dremote_client_test.py131 self._client.ListDevices()
141 self._client.SendOperations(remote_operation.ListDevices(),
142 remote_operation.ListDevices())
167 self.assertRaises(socket.timeout, self._client.ListDevices)
169 self.assertRaises(socket.error, self._client.ListDevices)
175 self._client.ListDevices)
Dremote_client.py98 def ListDevices(self): member in RemoteClient
105 json_obj = self.SendOperation(remote_operation.ListDevices())
Dremote_operation.py74 def ListDevices(): function
/test/framework/harnesses/host_controller/
Dtfc_host_controller_test.py69 self._remote_client.ListDevices.return_value = self._DEVICES
85 self._remote_client.ListDevices.return_value = self._DEVICES
86 devices = self._host_controller.ListDevices()
Dtfc_host_controller.py81 def ListDevices(self): member in HostController
87 devices = self._remote_client.ListDevices()
101 present_devices = self.ListDevices()
Dconsole_test.py133 self._host_controller.ListDevices.return_value = self._DEVICES
/test/framework/harnesses/host_controller/command_processor/
Dcommand_list.py77 devices = host.ListDevices()
Dcommand_device.py191 devices = host.ListDevices()