Searched refs:_common_entry_to_dict (Results 1 – 1 of 1) sorted by relevance
/external/autotest/frontend/afe/ |
D | rpc_utils.py | 571 def _common_entry_to_dict(entry, type, job_dict, exec_path, status, started_on): function 607 return _common_entry_to_dict(task, task['task'], job_dict, 616 return _common_entry_to_dict(queue_entry, 'Job', job_dict, exec_path,
|