Home
last modified time | relevance | path

Searched refs:ReportImageProcessResult (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/dfx/
H A Ddps_event_report.cpp44 void DPSEventReport::ReportImageProcessResult(const std::string& imageId, int32_t userId, uint64_t … in ReportImageProcessResult() function in OHOS::CameraStandard::DeferredProcessing::DPSEventReport
302 ReportImageProcessResult(imageId, userId); in UpdateRemoveTime()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/dfx/
H A Ddps_event_report.h90 void ReportImageProcessResult(const std::string& imageId, int32_t userId, uint64_t endTime = 0);
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/session/photo_session/
H A Ddeferred_photo_processing_session.cpp211 DPSEventReport::GetInstance().ReportImageProcessResult(imageId, userId_); in ReportEvent()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/session/
H A Dsession_coordinator.cpp301 … DPSEventReport::GetInstance().ReportImageProcessResult(result.imageId, result.userId, endTime); in ProcessPendingResults()