Home
last modified time | relevance | path

Searched refs:ReportCritical (Results 1 - 11 of 11) sorted by relevance

/base/hiviewdfx/hiview/plugins/performance/monitor/
H A DJankAnimatorMonitor.cpp83 ReportCritical(metrics, "", ""); in ReportMetrics()
101 void JankAnimatorMonitor::ReportCritical(const AnimatorMetrics& metrics, const std::string& traceFileName, in ReportCritical() function in OHOS::HiviewDFX::JankAnimatorMonitor
107 reporter->ReportCritical(event); in ReportCritical()
109 HIVIEW_LOGE("JankAnimatorMonitor ReportCritical reporter is null."); in ReportCritical()
H A DJankAnimatorMonitor.h50 void ReportCritical(const AnimatorMetrics& metrics, const std::string& traceFileName,
/base/hiviewdfx/hiview/plugins/performance/reporter/infrastructure/
H A DJankAnimatorReporter.h26 void ReportCritical(const JankAnimatorReportData& data) override;
H A DIJankAnimatorReportInfrastructure.h56 virtual void ReportCritical(const JankAnimatorReportData& data) = 0;
H A DJankAnimatorReporter.cpp58 void JankAnimatorReporter::ReportCritical(const JankAnimatorReportData& data) in ReportCritical() function in OHOS::HiviewDFX::JankAnimatorReporter
60 HIVIEW_LOGD("JankAnimatorReporter ReportCritical Start"); in ReportCritical()
/base/hiviewdfx/hiview/plugins/performance/reporter/adapter/
H A DSimpleAppStartReporterAdapter.h27 void ReportCritical(const AppStartReportEvent& event) override;
H A DJankAnimatorReporterAdapter.h33 void ReportCritical(const JankAnimatorReportEvent& report) override;
H A DJankAnimatorReporterAdapter.cpp53 void JankAnimatorReporterAdapter::ReportCritical(const JankAnimatorReportEvent& event) in ReportCritical() function in OHOS::HiviewDFX::JankAnimatorReporterAdapter
55 HIVIEW_LOGD("[JankAnimatorReporterAdapter::ReportCritical]"); in ReportCritical()
59 reporter->ReportCritical(data); in ReportCritical()
61 HIVIEW_LOGE("[JankAnimatorReporterAdapter ReportCritical] report is null"); in ReportCritical()
65 HIVIEW_LOGE("[JankAnimatorReporterAdapter::ReportCritical] exception: %s", ex.what()); in ReportCritical()
H A DSimpleAppStartReporterAdapter.cpp37 void SimpleAppStartReporterAdapter::ReportCritical(const AppStartReportEvent& event) in ReportCritical() function in OHOS::HiviewDFX::SimpleAppStartReporterAdapter
43 HIVIEW_LOGE("[SimpleAppStartReporterAdapter::ReportCritical] exception:%{public}s", ex.what()); in ReportCritical()
/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/reporter/
H A DIJankAnimatorReporter.h57 virtual void ReportCritical(const JankAnimatorReportEvent& report) = 0;
H A DIAppStartReporter.h58 virtual void ReportCritical(const AppStartReportEvent& report) = 0;

Completed in 3 milliseconds