Searched refs:GetJobStatus (Results 1 – 3 of 3) sorted by relevance
42 PhotoJobStatus GetJobStatus(const std::string& imageId);
67 if (repository_->GetJobStatus(imageId) == PhotoJobStatus::RUNNING) { in RemoveImage()
293 PhotoJobStatus PhotoJobRepository::GetJobStatus(const std::string& imageId) in GetJobStatus() function in OHOS::CameraStandard::DeferredProcessing::PhotoJobRepository