Home
last modified time | relevance | path

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

/external/autotest/scheduler/
Ddrone_manager.py953 def write_lines_to_file(self, file_path, lines, paired_with_process=None): argument
961 if paired_with_process:
962 drone = self._get_drone_for_process(paired_with_process)
Dagent_task.py558 paired_with_process=self.monitor.get_process())
Ddrone_manager_unittest.py329 file_path, lines, paired_with_process=self.mock_drone_process)
Dmonitor_db.py1385 paired_with_process=self.monitor.get_process())
Dmonitor_db_functional_test.py279 def write_lines_to_file(self, file_path, lines, paired_with_process=None): argument