Home
last modified time | relevance | path

Searched refs:AppLaunchMonitor (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/performance/monitor/
H A DAppLaunchMonitor.cpp26 AppLaunchMonitor::AppLaunchMonitor(IMonitorRegistry* registry, IAppThrExecutor* exec, IAppStartRepo… in AppLaunchMonitor() function in AppLaunchMonitor
36 void AppLaunchMonitor::HandleEvt(std::shared_ptr<XperfEvt> evt) in HandleEvt()
47 void AppLaunchMonitor::ExecuteProcessAppEvtTaskInMainThr(const IAppThrExecutor::AppEvtData& data) in ExecuteProcessAppEvtTaskInMainThr()
62 void AppLaunchMonitor::ReportMetrics(const AppStartMetrics& metrics) in ReportMetrics()
72 void AppLaunchMonitor::ReportNormal(const AppStartMetrics& metrics) in ReportNormal()
84 AppStartReportEvent AppLaunchMonitor::ConstructReportEvent(const AppStartMetrics& metrics) in ConstructReportEvent()
H A DAppLaunchMonitor.h27 class AppLaunchMonitor :
32 AppLaunchMonitor(IMonitorRegistry* registry, IAppThrExecutor* exec, IAppStartReporter* reporter,
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/context/
H A DNormalContext.cpp82 AppLaunchMonitor* appStartMonitor = new AppLaunchMonitor(this, common.thr, reporter, processor); in MakeAppStartMonitor()
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/
H A DBUILD.gn92 "monitor/AppLaunchMonitor.cpp",