Home
last modified time | relevance | path

Searched refs:SimpleAppStartReporterAdapter (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/performance/reporter/adapter/
H A DSimpleAppStartReporterAdapter.cpp20 SimpleAppStartReporterAdapter::SimpleAppStartReporterAdapter(IAppStartReportInfrastructure* impl) in SimpleAppStartReporterAdapter() function in SimpleAppStartReporterAdapter
25 void SimpleAppStartReporterAdapter::ReportNormal(const AppStartReportEvent& event) in ReportNormal()
35 void SimpleAppStartReporterAdapter::ReportCritical(const AppStartReportEvent& event) in ReportCritical()
45 AppStartReportData SimpleAppStartReporterAdapter::ConvertReportEventToData(const AppStartReportEven… in ConvertReportEventToData()
H A DSimpleAppStartReporterAdapter.h21 class SimpleAppStartReporterAdapter : public IAppStartReporter {
23 explicit SimpleAppStartReporterAdapter(IAppStartReportInfrastructure* impl);
H A DAppStartReporterAdapter.h23 class AppStartReporterAdapter : public SimpleAppStartReporterAdapter {
H A DAppStartReporterAdapter.cpp21 : SimpleAppStartReporterAdapter(impl) in AppStartReporterAdapter()
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/
H A DBUILD.gn98 "reporter/adapter/SimpleAppStartReporterAdapter.cpp",