Home
last modified time | relevance | path

Searched refs:ReportNormal (Results 1 - 18 of 18) sorted by relevance

/base/hiviewdfx/hiview/plugins/performance/monitor/
H A DJankAnimatorMonitor.cpp77 ReportNormal(metrics); in ReportMetrics()
91 void JankAnimatorMonitor::ReportNormal(const AnimatorMetrics& metrics) in ReportNormal() function in OHOS::HiviewDFX::JankAnimatorMonitor
95 reporter->ReportNormal(event); in ReportNormal()
97 HIVIEW_LOGE("JankAnimatorMonitor ReportNormal reporter is null."); in ReportNormal()
H A DAppLaunchMonitor.cpp68 ReportNormal(metrics); in ReportMetrics()
74 void AppLaunchMonitor::ReportNormal(const AppStartMetrics& metrics) in ReportNormal() function in OHOS::HiviewDFX::AppLaunchMonitor
76 HIVIEW_LOGI("AppLaunchMonitor::ReportNormal"); in ReportNormal()
82 reporter->ReportNormal(reportEvent); in ReportNormal()
H A DJankAnimatorMonitor.h49 void ReportNormal(const AnimatorMetrics& metrics);
H A DAppLaunchMonitor.h47 void ReportNormal(const AppStartMetrics& metrics);
/base/hiviewdfx/hiview/plugins/performance/reporter/infrastructure/
H A DAppStartReporter.h24 void ReportNormal(const AppStartReportData& data) override;
H A DJankAnimatorReporter.h25 void ReportNormal(const JankAnimatorReportData& data) override;
H A DIAppStartReportInfrastructure.h55 virtual void ReportNormal(const AppStartReportData& data) = 0;
H A DIJankAnimatorReportInfrastructure.h55 virtual void ReportNormal(const JankAnimatorReportData& data) = 0;
H A DAppStartReporter.cpp26 void AppStartReporter::ReportNormal(const AppStartReportData& data) in ReportNormal() function in OHOS::HiviewDFX::AppStartReporter
28 HIVIEW_LOGD("AppStartReporter::ReportNormal"); in ReportNormal()
H A DJankAnimatorReporter.cpp29 void JankAnimatorReporter::ReportNormal(const JankAnimatorReportData& data) in ReportNormal() function in OHOS::HiviewDFX::JankAnimatorReporter
31 HIVIEW_LOGD("JankAnimatorReporter ReportNormal Start"); in ReportNormal()
/base/hiviewdfx/hiview/plugins/performance/reporter/adapter/
H A DAppStartReporterAdapter.cpp28 void AppStartReporterAdapter::ReportNormal(const AppStartReportEvent& event) in ReportNormal() function in OHOS::HiviewDFX::AppStartReporterAdapter
32 reporter->ReportNormal(data); in ReportNormal()
35 HIVIEW_LOGD("[AppStartReporterAdapter::ReportNormal] PostAppStartEvent begin"); in ReportNormal()
37 HIVIEW_LOGD("[AppStartReporterAdapter::ReportNormal] PostAppStartEvent end"); in ReportNormal()
39 HIVIEW_LOGE("[AppStartReporterAdapter::ReportNormal] exception:%{public}s", ex.what()); in ReportNormal()
H A DSimpleAppStartReporterAdapter.h26 void ReportNormal(const AppStartReportEvent& event) override;
H A DAppStartReporterAdapter.h28 void ReportNormal(const AppStartReportEvent& event) override;
H A DJankAnimatorReporterAdapter.h32 void ReportNormal(const JankAnimatorReportEvent& report) override;
H A DSimpleAppStartReporterAdapter.cpp27 void SimpleAppStartReporterAdapter::ReportNormal(const AppStartReportEvent& event) in ReportNormal() function in OHOS::HiviewDFX::SimpleAppStartReporterAdapter
31 reporter->ReportNormal(data); in ReportNormal()
33 HIVIEW_LOGE("[SimpleAppStartReporterAdapter::ReportNormal] exception:%{public}s", ex.what()); in ReportNormal()
H A DJankAnimatorReporterAdapter.cpp30 void JankAnimatorReporterAdapter::ReportNormal(const JankAnimatorReportEvent& event) in ReportNormal() function in OHOS::HiviewDFX::JankAnimatorReporterAdapter
32 HIVIEW_LOGD("[JankAnimatorReporterAdapter::ReportNormal]"); in ReportNormal()
36 reporter->ReportNormal(data); in ReportNormal()
38 HIVIEW_LOGE("[JankAnimatorReporterAdapter ReportNormal] report is null"); in ReportNormal()
43 HIVIEW_LOGD("[JankAnimatorReporterAdapter::ReportNormal] PostScrollJankEvent begin"); in ReportNormal()
45 HIVIEW_LOGD("[JankAnimatorReporterAdapter::ReportNormal] PostScrollJankEvent end"); in ReportNormal()
49 HIVIEW_LOGE("[JankAnimatorReporterAdapter ReportNormal] exception: %{public}s", ex.what()); in ReportNormal()
/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/reporter/
H A DIJankAnimatorReporter.h56 virtual void ReportNormal(const JankAnimatorReportEvent& report) = 0;
H A DIAppStartReporter.h57 virtual void ReportNormal(const AppStartReportEvent& report) = 0;

Completed in 3 milliseconds