Lines Matching refs:serial
85 serial = str(device.get(keys.ConfigKeys.IKEY_SERIAL))
88 if not serial or not sancov_resource_path:
92 self._device_resource_dict[serial] = sancov_resource_path
106 serial = dut.adb.shell('getprop ro.serialno').strip()
107 if serial not in self._device_resource_dict:
108 logging.error("Invalid device provided: %s", serial)
152 serial = dut.adb.shell('getprop ro.serialno').strip()
153 if serial not in self._device_resource_dict:
154 logging.error('Invalid device provided: %s', serial)
159 def _InitializeFileVectors(self, serial, binary_path): argument
169 file_vectors = self._file_vectors[serial]
199 def _UpdateLineCounts(self, serial, lines): argument
208 file_vectors = self._file_vectors[serial]
286 serial = dut.adb.shell('getprop ro.serialno').strip()
289 if not serial in self._device_resource_dict:
290 logging.error('Invalid device provided: %s', serial)
293 if serial not in self._file_vectors:
294 self._file_vectors[serial] = {}
297 os.path.join(self._device_resource_dict[serial],
335 self._InitializeFileVectors(serial, target.name)
344 self._UpdateLineCounts(serial, c)