Lines Matching refs:handler_time

107     def _verify_ztest_suite_name(self, harness_status, detected_suite_names, handler_time):  argument
120 self._missing_suite_name(expected_suite_names, handler_time)
128 self._missing_suite_name(expected_suite_names, handler_time)
130 def _missing_suite_name(self, expected_suite_names, handler_time): argument
136 self.instance.execution_time = handler_time
145 def _final_handle_actions(self, harness, handler_time): argument
153 handler_time
159 self.instance.execution_time = handler_time
320 def _update_instance_info(self, harness, handler_time): argument
321 self.instance.execution_time = handler_time
376 handler_time = time.time() - start_time
383 self._update_instance_info(harness, handler_time)
385 self._final_handle_actions(harness, handler_time)
610 def _update_instance_info(self, harness, handler_time, flash_error): argument
611 self.instance.execution_time = handler_time
833 handler_time = time.time() - start_time
835 self._update_instance_info(harness, handler_time, flash_error)
837 self._final_handle_actions(harness, handler_time)
906 def _thread_update_instance_info(handler, handler_time, status, reason): argument
907 handler.instance.execution_time = handler_time
1028 handler_time = time.time() - start_time
1033 QEMUHandler._thread_update_instance_info(handler, handler_time, _status, _reason)
1220 def _monitor_update_instance_info(handler, handler_time, status, reason): argument
1221 handler.instance.execution_time = handler_time
1374 handler_time = time.time() - start_time
1378 self._monitor_update_instance_info(self, handler_time, _status, _reason)