Home
last modified time | relevance | path

Searched refs:AppStartInfo (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/performance/reporter/event_poster/
H A DEventsPoster.h22 using AppStartInfo = IEventObserver::AppStartInfo; variable
34 AppStartInfo ConvertToAppStartInfo(const AppStartEventInfo& event);
H A DEventsPoster.cpp28 AppStartInfo appStartInfo = ConvertToAppStartInfo(evt); in PostAppStartEvent()
38 AppStartInfo EventsPoster::ConvertToAppStartInfo(const AppStartEventInfo& event) in ConvertToAppStartInfo()
40 AppStartInfo info; in ConvertToAppStartInfo()
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/event_publisher/
H A DEventObserverConverter.h22 using AppStartInfo = IEventObserver::AppStartInfo; variable
28 static AppLaunchInfo ConvertToAppStartInfo(const AppStartInfo& data) in ConvertToAppStartInfo()
H A DIEventObserver.h20 struct AppStartInfo { struct
82 virtual void PostAppStartEvent(const AppStartInfo& appStartInfo) = 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()