Searched defs:statusChanged (Results 1 – 3 of 3) sorted by relevance
64 bool statusChanged = jobPtrFind->SetJobStatus(VideoJobStatus::DELETED); in RemoveVideoJob() local76 bool statusChanged = jobPtrFind->SetJobStatus(VideoJobStatus::PENDING); in RestoreVideoJob() local87 bool statusChanged = jobPtrFind->SetJobStatus(VideoJobStatus::PENDING); in SetJobPending() local99 bool statusChanged = jobPtrFind->SetJobStatus(VideoJobStatus::RUNNING); in SetJobRunning() local110 bool statusChanged = jobPtrFind->SetJobStatus(VideoJobStatus::COMPLETED); in SetJobCompleted() local122 bool statusChanged = jobPtrFind->SetJobStatus(VideoJobStatus::FAILED); in SetJobFailed() local134 bool statusChanged = jobPtrFind->SetJobStatus(VideoJobStatus::PAUSE); in SetJobPause() local145 bool statusChanged = jobPtrFind->SetJobStatus(VideoJobStatus::ERROR); in SetJobError() local200 void VideoJobRepository::NotifyJobChangedUnLocked(bool statusChanged, DeferredVideoJobPtr jobPtr) in NotifyJobChangedUnLocked()209 void VideoJobRepository::UpdateRunningCountUnLocked(bool statusChanged, const DeferredVideoJobPtr& … in UpdateRunningCountUnLocked()
56 bool statusChanged = false; in AddDeferredJob() local94 bool statusChanged = false; in RemoveDeferredJob() local137 bool statusChanged = false; in RequestJob() local206 bool statusChanged = false; in SetJobPending() local226 bool statusChanged = false; in SetJobRunning() local248 bool statusChanged = false; in SetJobCompleted() local272 bool statusChanged = false; in SetJobFailed() local401 void PhotoJobRepository::NotifyJobChanged(bool priorityChanged, bool statusChanged, DeferredPhotoJo… in NotifyJobChanged()415 void PhotoJobRepository::UpdateRunningCountUnLocked(bool statusChanged, DeferredPhotoJobPtr jobPtr) in UpdateRunningCountUnLocked()
85 …void OnPhotoJobChanged(bool priorityChanged, bool statusChanged, DeferredPhotoJobPtr jobPtr) overr… in OnPhotoJobChanged()215 void DeferredPhotoController::OnPhotoJobChanged(bool priorityChanged, bool statusChanged, DeferredP… in OnPhotoJobChanged()