Home
last modified time | relevance | path

Searched refs:metricReporter (Results 1 - 3 of 3) sorted by relevance

/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/
H A DAppLaunchSceneDataProcessor.h47 IAppLaunchSceneDataProcessor::MetricReporter* metricReporter,
51 void SetMetricReporter(MetricReporter* metricReporter) override;
55 IAppLaunchSceneDataProcessor::MetricReporter* metricReporter; member in OHOS::HiviewDFX::AppLaunchSceneDataProcessor
H A DAppLaunchSceneDataProcessor.cpp40 IAppLaunchSceneDataProcessor::MetricReporter* metricReporter, in AppLaunchSceneDataProcessor()
45 this->metricReporter = metricReporter; in AppLaunchSceneDataProcessor()
349 metricReporter->ReportMetrics(metrics); in Report()
408 void AppLaunchSceneDataProcessor::SetMetricReporter(MetricReporter* metricReporter) in SetMetricReporter() argument
410 this->metricReporter = metricReporter; in SetMetricReporter()
39 AppLaunchSceneDataProcessor(IAppLaunchSceneDb* db, ITimeoutExecutor* exec, IAppLaunchSceneDataProcessor::MetricReporter* metricReporter, IAppTimer* timer) AppLaunchSceneDataProcessor() argument
/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/
H A DIAppLaunchSceneDataProcessor.h92 virtual void SetMetricReporter(MetricReporter* metricReporter) = 0;

Completed in 2 milliseconds