Home
last modified time | relevance | path

Searched refs:GetJobPriority (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/photo_processor/
H A Ddeferred_photo_processor.cpp98 if (repository_->GetJobPriority(postedImageId_) != PhotoJobPriority::HIGH) { in ProcessImage()
122 if ((repository_->GetJobPriority(imageId) != PhotoJobPriority::HIGH)) { in OnProcessDone()
145 if ((repository_->GetJobPriority(imageId) != PhotoJobPriority::HIGH)) { in OnProcessDoneExt()
165 repository_->GetJobPriority(imageId) == PhotoJobPriority::HIGH && in OnError()
172 if (repository_->GetJobPriority(imageId) == PhotoJobPriority::HIGH) { in OnError()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/schedule/photo_processor/photo_job_repository/
H A Dphoto_job_repository.h47 PhotoJobPriority GetJobPriority(std::string imageId);
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/photo_processor/photo_job_repository/
H A Dphoto_job_repository.cpp375 PhotoJobPriority PhotoJobRepository::GetJobPriority(std::string imageId) in GetJobPriority() function in OHOS::CameraStandard::DeferredProcessing::PhotoJobRepository