Home
last modified time | relevance | path

Searched defs:statusChanged (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/video_processor/video_job_repository/
H A Dvideo_job_repository.cpp64 bool statusChanged = jobPtrFind->SetJobStatus(VideoJobStatus::DELETED); in RemoveVideoJob() local
76 bool statusChanged = jobPtrFind->SetJobStatus(VideoJobStatus::PENDING); in RestoreVideoJob() local
87 bool statusChanged = jobPtrFind->SetJobStatus(VideoJobStatus::PENDING); in SetJobPending() local
99 bool statusChanged = jobPtrFind->SetJobStatus(VideoJobStatus::RUNNING); in SetJobRunning() local
110 bool statusChanged = jobPtrFind->SetJobStatus(VideoJobStatus::COMPLETED); in SetJobCompleted() local
122 bool statusChanged = jobPtrFind->SetJobStatus(VideoJobStatus::FAILED); in SetJobFailed() local
134 bool statusChanged = jobPtrFind->SetJobStatus(VideoJobStatus::PAUSE); in SetJobPause() local
145 bool statusChanged = jobPtrFind->SetJobStatus(VideoJobStatus::ERROR); in SetJobError() local
200 void VideoJobRepository::NotifyJobChangedUnLocked(bool statusChanged, DeferredVideoJobPtr jobPtr) in NotifyJobChangedUnLocked()
209 void VideoJobRepository::UpdateRunningCountUnLocked(bool statusChanged, const DeferredVideoJobPtr& … in UpdateRunningCountUnLocked()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/photo_processor/photo_job_repository/
H A Dphoto_job_repository.cpp56 bool statusChanged = false; in AddDeferredJob() local
94 bool statusChanged = false; in RemoveDeferredJob() local
137 bool statusChanged = false; in RequestJob() local
206 bool statusChanged = false; in SetJobPending() local
226 bool statusChanged = false; in SetJobRunning() local
248 bool statusChanged = false; in SetJobCompleted() local
272 bool statusChanged = false; in SetJobFailed() local
401 void PhotoJobRepository::NotifyJobChanged(bool priorityChanged, bool statusChanged, DeferredPhotoJo… in NotifyJobChanged()
415 void PhotoJobRepository::UpdateRunningCountUnLocked(bool statusChanged, DeferredPhotoJobPtr jobPtr) in UpdateRunningCountUnLocked()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/photo_processor/
H A Ddeferred_photo_controller.cpp85 …void OnPhotoJobChanged(bool priorityChanged, bool statusChanged, DeferredPhotoJobPtr jobPtr) overr… in OnPhotoJobChanged()
215 void DeferredPhotoController::OnPhotoJobChanged(bool priorityChanged, bool statusChanged, DeferredP… in OnPhotoJobChanged()