Searched refs:dpsEventInfoSrc (Results 1 – 2 of 2) sorted by relevance
258 if (dpsEventInfoSrc.dispatchTimeBeginTime > 0) { in UpdateDispatchTime()261 if (dpsEventInfoSrc.dispatchTimeEndTime > 0) { in UpdateDispatchTime()268 if (dpsEventInfoSrc.processTimeBeginTime > 0) { in UpdateProcessTime()271 if (dpsEventInfoSrc.processTimeEndTime > 0) { in UpdateProcessTime()281 if (dpsEventInfoSrc.imageDoneTimeEndTime > 0) { in UpdateImageDoneTime()288 if (dpsEventInfoSrc.restoreTimeBeginTime > 0) { in UpdateRestoreTime()291 if (dpsEventInfoSrc.restoreTimeEndTime > 0) { in UpdateRestoreTime()308 if (dpsEventInfoSrc.removeTimeBeginTime > 0) { in UpdateRemoveTime()311 if (dpsEventInfoSrc.removeTimeEndTime > 0) { in UpdateRemoveTime()318 if (dpsEventInfoSrc.trailingTimeBeginTime > 0) { in UpdateTrailingTime()[all …]
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);112 void UpdateTrailingTime(DPSEventInfo& dpsEventInfo, DPSEventInfo& dpsEventInfoSrc);