/ohos5.0/base/hiviewdfx/hiview/plugins/performance/monitor/ |
H A D | AppLaunchMonitor.cpp | 66 ReportNormal(metrics); in ReportMetrics() 72 void AppLaunchMonitor::ReportNormal(const AppStartMetrics& metrics) in ReportNormal() function in AppLaunchMonitor 80 reporter->ReportNormal(reportEvent); in ReportNormal()
|
H A D | JankAnimatorMonitor.cpp | 75 ReportNormal(metrics); in ReportMetrics() 89 void JankAnimatorMonitor::ReportNormal(const AnimatorMetrics& metrics) in ReportNormal() function in JankAnimatorMonitor 93 reporter->ReportNormal(event); in ReportNormal()
|
H A D | AppLaunchMonitor.h | 45 void ReportNormal(const AppStartMetrics& metrics);
|
H A D | JankAnimatorMonitor.h | 47 void ReportNormal(const AnimatorMetrics& metrics);
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/client/ |
H A D | udmf_client.cpp | 43 RadarReporterAdapter::ReportNormal(std::string(__FUNCTION__), in SetData() 68 RadarReporterAdapter::ReportNormal(std::string(__FUNCTION__), in SetData() 79 RadarReporterAdapter::ReportNormal(std::string(__FUNCTION__), in SetData() 88 RadarReporterAdapter::ReportNormal(std::string(__FUNCTION__), in GetData() 101 RadarReporterAdapter::ReportNormal(std::string(__FUNCTION__), in GetData() 112 RadarReporterAdapter::ReportNormal(std::string(__FUNCTION__), in GetData()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/reporter/adapter/ |
H A D | AppStartReporterAdapter.cpp | 26 void AppStartReporterAdapter::ReportNormal(const AppStartReportEvent& event) in ReportNormal() function in AppStartReporterAdapter 30 reporter->ReportNormal(data); in ReportNormal()
|
H A D | SimpleAppStartReporterAdapter.cpp | 25 void SimpleAppStartReporterAdapter::ReportNormal(const AppStartReportEvent& event) in ReportNormal() function in SimpleAppStartReporterAdapter 29 reporter->ReportNormal(data); in ReportNormal()
|
H A D | JankAnimatorReporterAdapter.cpp | 28 void JankAnimatorReporterAdapter::ReportNormal(const JankAnimatorReportEvent& event) in ReportNormal() function in JankAnimatorReporterAdapter 34 reporter->ReportNormal(data); in ReportNormal()
|
H A D | SimpleAppStartReporterAdapter.h | 24 void ReportNormal(const AppStartReportEvent& event) override;
|
H A D | AppStartReporterAdapter.h | 26 void ReportNormal(const AppStartReportEvent& event) override;
|
H A D | JankAnimatorReporterAdapter.h | 30 void ReportNormal(const JankAnimatorReportEvent& report) override;
|
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/reporter/infrastructure/ |
H A D | AppStartReporter.h | 22 void ReportNormal(const AppStartReportData& data) override;
|
H A D | JankAnimatorReporter.h | 23 void ReportNormal(const JankAnimatorReportData& data) override;
|
H A D | IJankAnimatorReportInfrastructure.h | 53 virtual void ReportNormal(const JankAnimatorReportData& data) = 0;
|
H A D | IAppStartReportInfrastructure.h | 53 virtual void ReportNormal(const AppStartReportData& data) = 0;
|
H A D | AppStartReporter.cpp | 24 void AppStartReporter::ReportNormal(const AppStartReportData& data) in ReportNormal() function in AppStartReporter
|
H A D | JankAnimatorReporter.cpp | 27 void JankAnimatorReporter::ReportNormal(const JankAnimatorReportData& data) in ReportNormal() function in JankAnimatorReporter
|
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/reporter/ |
H A D | IJankAnimatorReporter.h | 54 virtual void ReportNormal(const JankAnimatorReportEvent& report) = 0;
|
H A D | IAppStartReporter.h | 55 virtual void ReportNormal(const AppStartReportEvent& report) = 0;
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/ |
H A D | udmf_radar_reporter.h | 76 …static void ReportNormal(const std::string &func, int32_t scene, int32_t stage, int32_t stageRes,…
|
H A D | udmf_radar_reporter.cpp | 22 void RadarReporterAdapter::ReportNormal(const std::string &func, int32_t scene, in ReportNormal() function in OHOS::UDMF::RadarReporterAdapter
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/ |
H A D | udmf_service_impl.cpp | 509 RadarReporterAdapter::ReportNormal(std::string(__FUNCTION__), in Sync() 529 RadarReporterAdapter::ReportNormal(std::string(__FUNCTION__), in Sync()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/store/ |
H A D | runtime_store.cpp | 287 RadarReporterAdapter::ReportNormal(std::string(__FUNCTION__), in Sync()
|