Home
last modified time | relevance | path

Searched refs:paired_with_process (Results 1 – 6 of 6) sorted by relevance

/external/autotest/scheduler/
Ddrone_manager.py895 def write_lines_to_file(self, file_path, lines, paired_with_process=None): argument
903 if paired_with_process:
904 drone = self._get_drone_for_process(paired_with_process)
Dpostjob_task.py396 paired_with_process=paired_process)
Ddrone_manager_unittest.py347 file_path, lines, paired_with_process=self.mock_drone_process)
Dagent_task.py540 paired_with_process=self.monitor.get_process())
Dmonitor_db.py1235 paired_with_process=self.monitor.get_process())
Dmonitor_db_functional_test.py277 def write_lines_to_file(self, file_path, lines, paired_with_process=None): argument