Home
last modified time | relevance | path

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

/system/iot/attestation/at-factory-tool/
Datftman_unittest.py59 def ListDevices(): member in AtftManTest.FastbootDeviceTemplate
126 atft_manager.ListDevices()
127 atft_manager.ListDevices()
146 atft_manager.ListDevices()
147 atft_manager.ListDevices()
162 atft_manager.ListDevices()
163 atft_manager.ListDevices()
176 atft_manager.ListDevices()
177 atft_manager.ListDevices()
192 atft_manager.ListDevices()
[all …]
Dfastbootsubp_unittest.py48 device_serial_numbers = fastbootsubp.FastbootDevice.ListDevices()
58 device_serial_numbers = fastbootsubp.FastbootDevice.ListDevices()
69 device_serial_numbers = fastbootsubp.FastbootDevice.ListDevices()
83 device_serial_numbers = fastbootsubp.FastbootDevice.ListDevices()
91 device_serial_numbers = fastbootsubp.FastbootDevice.ListDevices()
102 fastbootsubp.FastbootDevice.ListDevices()
Dfastbootsh_unittest.py45 device_serial_numbers = fastbootsh.FastbootDevice.ListDevices()
54 device_serial_numbers = fastbootsh.FastbootDevice.ListDevices()
67 device_serial_numbers = fastbootsh.FastbootDevice.ListDevices()
74 device_serial_numbers = fastbootsh.FastbootDevice.ListDevices()
84 fastbootsh.FastbootDevice.ListDevices()
Dfastbootsh.py47 def ListDevices(): member in FastbootDevice
Dfastbootsubp.py49 def ListDevices(): member in FastbootDevice
Datftman.py318 def ListDevices(self, sort_by=SORT_BY_LOCATION): member in AtftManager
328 device_serials = self._fastboot_device_controller.ListDevices()
Datft.py1545 self.atft_manager.ListDevices(self.sort_by)