Searched refs:DfxVideoReport (Results 1 – 4 of 4) sorted by relevance
26 DfxVideoReport::DfxVideoReport() in DfxVideoReport() function in OHOS::CameraStandard::DeferredProcessing::DfxVideoReport31 DfxVideoReport::~DfxVideoReport() in ~DfxVideoReport()36 void DfxVideoReport::ReportAddVideoEvent(const std::string &videoId, DpsCallerInfo callerInfo) in ReportAddVideoEvent()61 void DfxVideoReport::ReportRemoveVideoEvent(const std::string &videoId, DpsCallerInfo callerInfo) in ReportRemoveVideoEvent()77 void DfxVideoReport::ReportPauseVideoEvent(const std::string& videoId, int32_t pauseReason) in ReportPauseVideoEvent()104 void DfxVideoReport::ReportResumeVideoEvent(const std::string &videoId) in ReportResumeVideoEvent()138 void DfxVideoReport::ReportCompleteVideoEvent(const std::string &videoId) in ReportCompleteVideoEvent()
49 class DfxVideoReport : public Singleton<DfxVideoReport> {50 DECLARE_SINGLETON(DfxVideoReport)
76 DfxVideoReport::GetInstance().ReportCompleteVideoEvent(videoId); in OnProcessDone()103 DfxVideoReport::GetInstance().ReportResumeVideoEvent(videoId); in PostProcess()114 DfxVideoReport::GetInstance().ReportPauseVideoEvent(videoId, type); in PauseRequest()
74 DfxVideoReport::GetInstance().ReportAddVideoEvent(videoId, GetDpsCallerInfo()); in AddVideo()85 DfxVideoReport::GetInstance().ReportRemoveVideoEvent(videoId, GetDpsCallerInfo()); in RemoveVideo()