Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/performance/reporter/adapter/
H A DAppStartReporterAdapter.cpp15 #include "AppStartReporterAdapter.h"
22 AppStartReporterAdapter::AppStartReporterAdapter(IAppStartReportInfrastructure* impl, IAppStartEventPoster* poster) in AppStartReporterAdapter() function in OHOS::HiviewDFX::AppStartReporterAdapter
28 void AppStartReporterAdapter::ReportNormal(const AppStartReportEvent& event) in ReportNormal()
35 HIVIEW_LOGD("[AppStartReporterAdapter::ReportNormal] PostAppStartEvent begin"); in ReportNormal()
37 HIVIEW_LOGD("[AppStartReporterAdapter::ReportNormal] PostAppStartEvent end"); in ReportNormal()
39 HIVIEW_LOGE("[AppStartReporterAdapter::ReportNormal] exception:%{public}s", ex.what()); in ReportNormal()
43 AppStartEventInfo AppStartReporterAdapter::ConvertReportEventToEventInfo(const AppStartReportEvent& event) in ConvertReportEventToEventInfo()
H A DAppStartReporterAdapter.h25 class AppStartReporterAdapter : public SimpleAppStartReporterAdapter { class
27 explicit AppStartReporterAdapter(IAppStartReportInfrastructure* impl, IAppStartEventPoster* poster);
/base/hiviewdfx/hiview/plugins/performance/context/
H A DNormalContext.cpp26 #include "AppStartReporterAdapter.h"
83 IAppStartReporter* reporter = new AppStartReporterAdapter(infrastructure, common.eventsPoster); in MakeAppStartMonitor()

Completed in 1 milliseconds