Searched refs:PostAppStartEvent (Results 1 – 7 of 7) sorted by relevance
25 void EventsPoster::PostAppStartEvent(const AppStartEventInfo& evt) in PostAppStartEvent() function in EventsPoster29 observer->PostAppStartEvent(appStartInfo); in PostAppStartEvent()
28 void PostAppStartEvent(const AppStartEventInfo& evt) override;
54 virtual void PostAppStartEvent(const AppStartEventInfo& evt) = 0;
34 void PostAppStartEvent(const AppStartInfo& ase) override;
175 void XperfPlugin::PostAppStartEvent(const AppStartInfo& ase) in PostAppStartEvent() function in OHOS::HiviewDFX::XperfPlugin
82 virtual void PostAppStartEvent(const AppStartInfo& appStartInfo) = 0;
34 eventPoster->PostAppStartEvent(evt); in ReportNormal()