Home
last modified time | relevance | path

Searched refs:reporter (Results 1 - 10 of 10) sorted by relevance

/base/hiviewdfx/hiview/plugins/performance/monitor/
H A DJankAnimatorMonitor.cpp39 this->reporter = report; in JankAnimatorMonitor()
94 if (reporter != nullptr) { in ReportNormal()
95 reporter->ReportNormal(event); in ReportNormal()
97 HIVIEW_LOGE("JankAnimatorMonitor ReportNormal reporter is null."); in ReportNormal()
106 if (reporter != nullptr) { in ReportCritical()
107 reporter->ReportCritical(event); in ReportCritical()
109 HIVIEW_LOGE("JankAnimatorMonitor ReportCritical reporter is null."); in ReportCritical()
H A DAppLaunchMonitor.cpp28 AppLaunchMonitor::AppLaunchMonitor(IMonitorRegistry* registry, IAppThrExecutor* exec, IAppStartReporter* reporter, in AppLaunchMonitor() argument
33 this->reporter = reporter; in AppLaunchMonitor()
77 if (reporter == nullptr) { in ReportNormal()
78 HIVIEW_LOGE("reporter is null."); in ReportNormal()
82 reporter->ReportNormal(reportEvent); in ReportNormal()
H A DAppLaunchMonitor.h34 AppLaunchMonitor(IMonitorRegistry* registry, IAppThrExecutor* exec, IAppStartReporter* reporter,
43 IAppStartReporter* reporter{nullptr};
H A DJankAnimatorMonitor.h47 IJankAnimatorReporter* reporter{nullptr};
/base/hiviewdfx/hiview/plugins/performance/reporter/adapter/
H A DJankAnimatorReporterAdapter.cpp26 this->reporter = impl; in JankAnimatorReporterAdapter()
34 if (reporter != nullptr) { in ReportNormal()
36 reporter->ReportNormal(data); in ReportNormal()
58 if (reporter != nullptr) { in ReportCritical()
59 reporter->ReportCritical(data); in ReportCritical()
H A DSimpleAppStartReporterAdapter.cpp24 this->reporter = impl; in SimpleAppStartReporterAdapter()
31 reporter->ReportNormal(data); in ReportNormal()
41 reporter->ReportFault(data); in ReportCritical()
H A DSimpleAppStartReporterAdapter.h30 IAppStartReportInfrastructure* reporter{nullptr};
H A DJankAnimatorReporterAdapter.h36 IJankAnimatorReportInfrastructure* reporter{nullptr};
H A DAppStartReporterAdapter.cpp32 reporter->ReportNormal(data); in ReportNormal()
/base/hiviewdfx/hiview/plugins/performance/context/
H A DNormalContext.cpp83 IAppStartReporter* reporter = new AppStartReporterAdapter(infrastructure, common.eventsPoster); in MakeAppStartMonitor() local
84 AppLaunchMonitor* appStartMonitor = new AppLaunchMonitor(this, common.thr, reporter, processor); in MakeAppStartMonitor()
102 IJankAnimatorReporter* reporter = new JankAnimatorReporterAdapter(reporterImpl, common.eventsPoster); in MakeJankAnimatorMonitor() local
103 JankAnimatorMonitor* animatorMonitor = new JankAnimatorMonitor(common.thr, dataProcessor, reporter); in MakeJankAnimatorMonitor()

Completed in 3 milliseconds