Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/performance/reporter/adapter/
H A DAppStartReporterAdapter.h21 using AppStartEventInfo = IAppStartEventPoster::AppStartEventInfo; variable
31 AppStartEventInfo ConvertReportEventToEventInfo(const AppStartReportEvent& event);
H A DAppStartReporterAdapter.cpp32 AppStartEventInfo evt = ConvertReportEventToEventInfo(event); in ReportNormal()
41 AppStartEventInfo AppStartReporterAdapter::ConvertReportEventToEventInfo(const AppStartReportEvent&… in ConvertReportEventToEventInfo()
43 AppStartEventInfo info; in ConvertReportEventToEventInfo()
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/reporter/event_poster/
H A DEventsPoster.h28 void PostAppStartEvent(const AppStartEventInfo& evt) override;
34 AppStartInfo ConvertToAppStartInfo(const AppStartEventInfo& event);
H A DIAppStartEventPoster.h22 struct AppStartEventInfo { struct
54 virtual void PostAppStartEvent(const AppStartEventInfo& evt) = 0;
H A DEventsPoster.cpp25 void EventsPoster::PostAppStartEvent(const AppStartEventInfo& evt) in PostAppStartEvent()
38 AppStartInfo EventsPoster::ConvertToAppStartInfo(const AppStartEventInfo& event) in ConvertToAppStartInfo()