Searched refs:DPSEventInfo (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/dfx/ |
H A D | dps_event_report.h | 51 struct DPSEventInfo { struct 94 void SetEventInfo(DPSEventInfo& dpsEventInfo); 100 void UpdateEventInfo(DPSEventInfo& dpsEventInfo); 105 DPSEventInfo GetEventInfo(const std::string& imageId, int32_t userId); 106 void UpdateSynchronizeTime(DPSEventInfo& dpsEventInfo, DPSEventInfo& dpsEventInfoSrc); 107 void UpdateDispatchTime(DPSEventInfo& dpsEventInfo, DPSEventInfo& dpsEventInfoSrc); 108 void UpdateProcessTime(DPSEventInfo& dpsEventInfo, DPSEventInfo& dpsEventInfoSrc); 109 void UpdateImageDoneTime(DPSEventInfo& dpsEventInfo, DPSEventInfo& dpsEventInfoSrc); 110 void UpdateRestoreTime(DPSEventInfo& dpsEventInfo, DPSEventInfo& dpsEventInfoSrc); 111 void UpdateRemoveTime(DPSEventInfo& dpsEventInfo, DPSEventInfo& dpsEventInfoSrc); [all …]
|
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/dfx/ |
H A D | dps_event_report.cpp | 47 DPSEventInfo dpsEventInfo = GetEventInfo(imageId, userId); in ReportImageProcessResult() 110 DPSEventInfo dpsEventInfo; in SetEventInfo() 202 DPSEventInfo dpsEventInfo; in GetEventInfo() 220 DPSEventInfo dpsEventInfo; in RemoveEventInfo() 246 void DPSEventReport::UpdateSynchronizeTime(DPSEventInfo& dpsEventInfo, DPSEventInfo& dpsEventInfoSr… in UpdateSynchronizeTime() 256 void DPSEventReport::UpdateDispatchTime(DPSEventInfo& dpsEventInfo, DPSEventInfo& dpsEventInfoSrc) in UpdateDispatchTime() 266 void DPSEventReport::UpdateProcessTime(DPSEventInfo& dpsEventInfo, DPSEventInfo& dpsEventInfoSrc) in UpdateProcessTime() 276 void DPSEventReport::UpdateImageDoneTime(DPSEventInfo& dpsEventInfo, DPSEventInfo& dpsEventInfoSrc) in UpdateImageDoneTime() 286 void DPSEventReport::UpdateRestoreTime(DPSEventInfo& dpsEventInfo, DPSEventInfo& dpsEventInfoSrc) in UpdateRestoreTime() 306 void DPSEventReport::UpdateRemoveTime(DPSEventInfo& dpsEventInfo, DPSEventInfo& dpsEventInfoSrc) in UpdateRemoveTime() [all …]
|
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/session/photo_session/ |
H A D | deferred_photo_processing_session.cpp | 174 DPSEventInfo dpsEventInfo; in ReportEvent()
|
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/photo_processor/photo_job_repository/ |
H A D | photo_job_repository.cpp | 518 DPSEventInfo dpsEventInfo; in ReportEvent()
|