Home
last modified time | relevance | path

Searched refs:PostAppStartEvent (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/performance/reporter/event_poster/
H A DEventsPoster.cpp25 void EventsPoster::PostAppStartEvent(const AppStartEventInfo& evt) in PostAppStartEvent() function in EventsPoster
29 observer->PostAppStartEvent(appStartInfo); in PostAppStartEvent()
H A DEventsPoster.h28 void PostAppStartEvent(const AppStartEventInfo& evt) override;
H A DIAppStartEventPoster.h54 virtual void PostAppStartEvent(const AppStartEventInfo& evt) = 0;
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/
H A DXperfPlugin.h34 void PostAppStartEvent(const AppStartInfo& ase) override;
H A DXperfPlugin.cpp175 void XperfPlugin::PostAppStartEvent(const AppStartInfo& ase) in PostAppStartEvent() function in OHOS::HiviewDFX::XperfPlugin
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/event_publisher/
H A DIEventObserver.h82 virtual void PostAppStartEvent(const AppStartInfo& appStartInfo) = 0;
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/reporter/adapter/
H A DAppStartReporterAdapter.cpp34 eventPoster->PostAppStartEvent(evt); in ReportNormal()