Searched refs:DeferredPhotoProcessingSessionCallback (Results 1 – 3 of 3) sorted by relevance
29 int32_t DeferredPhotoProcessingSessionCallback::OnProcessImageDone(const std::string &imageId, in OnProcessImageDone()54 int32_t DeferredPhotoProcessingSessionCallback::OnError(const std::string &imageId, in OnError()66 int32_t DeferredPhotoProcessingSessionCallback::OnStateChanged(const DeferredProcessing::StatusCode… in OnStateChanged()77 int32_t DeferredPhotoProcessingSessionCallback::OnProcessImageDone(const std::string &imageId, in OnProcessImageDone()93 int32_t DeferredPhotoProcessingSessionCallback::OnDeliveryLowQualityImage(const std::string &imageI… in OnDeliveryLowQualityImage()260 …remoteCallback = new(std::nothrow) DeferredPhotoProcessingSessionCallback(deferredPhotoProcSession… in ConnectDeferredProcessingSession()
73 class DeferredPhotoProcessingSessionCallback : public DeferredProcessing::DeferredPhotoProcessingSe…75 DeferredPhotoProcessingSessionCallback() : deferredPhotoProcSession_(nullptr) { in DeferredPhotoProcessingSessionCallback() function78 …explicit DeferredPhotoProcessingSessionCallback(sptr<DeferredPhotoProcSession> deferredPhotoProcSe… in DeferredPhotoProcessingSessionCallback() function83 ~DeferredPhotoProcessingSessionCallback() in ~DeferredPhotoProcessingSessionCallback()
432 new(std::nothrow) DeferredPhotoProcessingSessionCallback(deferredPhotoProcSession); in CreateDeferredPhotoProcessingSession()