Home
last modified time | relevance | path

Searched refs:EventsPoster (Results 1 - 4 of 4) sorted by relevance

/base/hiviewdfx/hiview/plugins/performance/context/
H A DNormalContext.h22 #include "EventsPoster.h"
36 EventsPoster* eventsPoster;
38 CommonParts(ThrExecutor* thr, ISceneTimerInfrastructure* timerInfra, EventsPoster* eventsPoster) in CommonParts()
H A DNormalContext.cpp54 EventsPoster* eventsPoster = new EventsPoster(); in MakeCommonParts()
/base/hiviewdfx/hiview/plugins/performance/reporter/event_poster/
H A DEventsPoster.cpp15 #include "EventsPoster.h"
22 void EventsPoster::RegObserver(IEventObserver* observer) in RegObserver()
27 void EventsPoster::PostAppStartEvent(const AppStartEventInfo& evt) in PostAppStartEvent()
29 HIVIEW_LOGI("EventsPoster::PostAppStartEvent"); in PostAppStartEvent()
34 void EventsPoster::PostScrollJankEvent(const ScrollJankEventInfo& evt) in PostScrollJankEvent()
40 AppStartInfo EventsPoster::ConvertToAppStartInfo(const AppStartEventInfo& event) in ConvertToAppStartInfo()
74 ScrollJankInfo EventsPoster::ConvertToScrollJankInfo(const ScrollJankEventInfo& event) in ConvertToScrollJankInfo()
H A DEventsPoster.h27 class EventsPoster : public IEventObservable, public IAppStartEventPoster, public IScrollJankEventPoster { class

Completed in 2 milliseconds