Home
last modified time | relevance | path

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

/external/autotest/scheduler/
Ddrone_manager.py910 def write_lines_to_file(self, file_path, lines, paired_with_process=None): argument
918 if paired_with_process:
919 drone = self._get_drone_for_process(paired_with_process)
Dpostjob_task.py389 paired_with_process=paired_process)
Dagent_task.py539 paired_with_process=self.monitor.get_process())
Ddrone_manager_unittest.py347 file_path, lines, paired_with_process=self.mock_drone_process)
Dmonitor_db.py1227 paired_with_process=self.monitor.get_process())
Dmonitor_db_functional_test.py290 def write_lines_to_file(self, file_path, lines, paired_with_process=None): argument