Searched refs:hqe_id (Results 1 – 4 of 4) sorted by relevance
19 ids_to_null_string = ','.join(str(hqe_id) for hqe_id in hqe_ids)
63 def is_split_job(hqe_id): argument75 hqe = models.HostQueueEntry.objects.get(id=hqe_id)
239 def update_hqe(cls, hqe_id, **kwargs): argument244 models.HostQueueEntry.objects.filter(id=hqe_id).update(**kwargs)
955 def hqe_trace_id(hqe_id): argument966 return base64.b16encode('HQE') + hex(hqe_id)[2:]