Searched refs:add_device (Results 1 – 2 of 2) sorted by relevance
171 mocked_hm.add_device = mock.Mock()206 mocked_hm.add_device.assert_called_once()256 hm.add_device(serial, platform, pre_script, is_pty)
199 self.add_device(self.options.device_serial,210 self.add_device(self.options.device_serial_pty,237 def add_device( member in HardwareMap