Searched refs:ListDevices (Results 1 – 8 of 8) sorted by relevance
131 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)
98 def ListDevices(self): member in RemoteClient105 json_obj = self.SendOperation(remote_operation.ListDevices())
74 def ListDevices(): function
69 self._remote_client.ListDevices.return_value = self._DEVICES85 self._remote_client.ListDevices.return_value = self._DEVICES86 devices = self._host_controller.ListDevices()
81 def ListDevices(self): member in HostController87 devices = self._remote_client.ListDevices()101 present_devices = self.ListDevices()
133 self._host_controller.ListDevices.return_value = self._DEVICES
77 devices = host.ListDevices()
191 devices = host.ListDevices()