Searched refs:traceFileName (Results 1 - 17 of 17) sorted by relevance
/base/hiviewdfx/hiview/plugins/performance/monitor/converter/ |
H A D | JankAnimatorMonitorConverter.h | 33 std::string traceFileName, std::string infoFileName) in ConverterReportData() 60 event.traceFileName = traceFileName; in ConverterReportData() 32 ConverterReportData(AnimatorMetrics metrics, std::string traceFileName, std::string infoFileName) ConverterReportData() argument
|
/base/hiviewdfx/hiview/plugins/performance/reporter/event_poster/ |
H A D | EventsPoster.cpp | 68 info.traceFileName = event.traceFileName; in ConvertToAppStartInfo() 100 info.traceFileName = event.traceFileName; in ConvertToScrollJankInfo()
|
H A D | IAppStartEventPoster.h | 50 std::string traceFileName{""};
|
H A D | IScrollJankEventPoster.h | 49 std::string traceFileName{""};
|
/base/hiviewdfx/hiview/plugins/performance/reporter/adapter/ |
H A D | JankAnimatorReporterAdapter.cpp | 96 data.traceFileName = event.traceFileName; in ConvertReporterEventToData() 129 info.traceFileName = event.traceFileName; in ConvertReportEventToEventInfo()
|
H A D | AppStartReporterAdapter.cpp | 71 info.traceFileName = event.traceFileName; in ConvertReportEventToEventInfo()
|
H A D | SimpleAppStartReporterAdapter.cpp | 75 data.traceFileName = event.traceFileName; in ConvertReportEventToData()
|
/base/hiviewdfx/hiview/plugins/performance/monitor/ |
H A D | JankAnimatorMonitor.cpp | 101 void JankAnimatorMonitor::ReportCritical(const AnimatorMetrics& metrics, const std::string& traceFileName, in ReportCritical() argument 104 JankAnimatorReportEvent event = JankAnimatorMonitorConverter::ConverterReportData(metrics, traceFileName, in ReportCritical()
|
H A D | JankAnimatorMonitor.h | 50 void ReportCritical(const AnimatorMetrics& metrics, const std::string& traceFileName,
|
/base/hiviewdfx/hiview/plugins/performance/event_publisher/ |
H A D | IEventObserver.h | 48 std::string traceFileName{""}; 78 std::string traceFileName{""};
|
/base/hiviewdfx/hiview/plugins/performance/reporter/infrastructure/ |
H A D | IAppStartReportInfrastructure.h | 48 std::string traceFileName{""};
|
H A D | IJankAnimatorReportInfrastructure.h | 48 std::string traceFileName{""};
|
H A D | AppStartReporter.cpp | 83 "TRACE_NAME", data.traceFileName, in ReportFault()
|
H A D | JankAnimatorReporter.cpp | 82 "TRACE_NAME", data.traceFileName, in ReportCritical()
|
/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/reporter/ |
H A D | IJankAnimatorReporter.h | 48 std::string traceFileName{""};
|
H A D | IAppStartReporter.h | 49 std::string traceFileName{""};
|
/base/hiviewdfx/hiview/plugins/unified_collector/app_trace/ |
H A D | app_trace_context.cpp | 106 std::string traceFileName = InnerMakeTraceFileName(appCallerEvent); in InnerDumpAppTrace() local 107 FileUtil::RenameFile(result.data[0], traceFileName); in InnerDumpAppTrace() 108 appCallerEvent->externalLog_ = traceFileName; in InnerDumpAppTrace()
|
Completed in 4 milliseconds