Searched refs:reporter (Results 1 - 10 of 10) sorted by relevance
/base/hiviewdfx/hiview/plugins/performance/monitor/ |
H A D | JankAnimatorMonitor.cpp | 39 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 D | AppLaunchMonitor.cpp | 28 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 D | AppLaunchMonitor.h | 34 AppLaunchMonitor(IMonitorRegistry* registry, IAppThrExecutor* exec, IAppStartReporter* reporter, 43 IAppStartReporter* reporter{nullptr};
|
H A D | JankAnimatorMonitor.h | 47 IJankAnimatorReporter* reporter{nullptr};
|
/base/hiviewdfx/hiview/plugins/performance/reporter/adapter/ |
H A D | JankAnimatorReporterAdapter.cpp | 26 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 D | SimpleAppStartReporterAdapter.cpp | 24 this->reporter = impl; in SimpleAppStartReporterAdapter() 31 reporter->ReportNormal(data); in ReportNormal() 41 reporter->ReportFault(data); in ReportCritical()
|
H A D | SimpleAppStartReporterAdapter.h | 30 IAppStartReportInfrastructure* reporter{nullptr};
|
H A D | JankAnimatorReporterAdapter.h | 36 IJankAnimatorReportInfrastructure* reporter{nullptr};
|
H A D | AppStartReporterAdapter.cpp | 32 reporter->ReportNormal(data); in ReportNormal()
|
/base/hiviewdfx/hiview/plugins/performance/context/ |
H A D | NormalContext.cpp | 83 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