Home | History | Annotate | Download | only in drive

Lines Matching refs:QueueType

718   const QueueType queue_type = GetJobQueueType(job_info.job_type);
730 void JobScheduler::DoJobLoop(QueueType queue_type) {
781 int JobScheduler::GetCurrentAcceptedPriority(QueueType queue_type) {
827 QueueType queue_type = GetJobQueueType(job_info->job_type);
1051 DoJobLoop(static_cast<QueueType>(i));
1054 JobScheduler::QueueType JobScheduler::GetJobQueueType(JobType type) {
1090 const QueueType queue_type = GetJobQueueType(job->job_info.job_type);
1124 std::string JobScheduler::GetQueueInfo(QueueType type) const {
1129 std::string JobScheduler::QueueTypeToString(QueueType type) {