Searched refs:jobPtrFind (Results 1 – 2 of 2) sorted by relevance
37 DeferredVideoJobPtr jobPtrFind = GetJobUnLocked(videoId); in AddVideoJob() local62 jobQueue_->Remove(jobPtrFind); in RemoveVideoJob()65 UpdateRunningCountUnLocked(statusChanged, jobPtrFind); in RemoveVideoJob()88 UpdateRunningCountUnLocked(statusChanged, jobPtrFind); in SetJobPending()89 NotifyJobChangedUnLocked(statusChanged, jobPtrFind); in SetJobPending()100 UpdateRunningCountUnLocked(statusChanged, jobPtrFind); in SetJobRunning()111 UpdateRunningCountUnLocked(statusChanged, jobPtrFind); in SetJobCompleted()112 NotifyJobChangedUnLocked(statusChanged, jobPtrFind); in SetJobCompleted()123 UpdateRunningCountUnLocked(statusChanged, jobPtrFind); in SetJobFailed()124 NotifyJobChangedUnLocked(statusChanged, jobPtrFind); in SetJobFailed()[all …]
61 DeferredPhotoJobPtr jobPtrFind = GetJobUnLocked(imageId); in AddDeferredJob() local62 if (jobPtrFind != nullptr) { in AddDeferredJob()