Home
last modified time | relevance | path

Searched refs:PostScrollJankEvent (Results 1 - 7 of 7) sorted by relevance

/base/hiviewdfx/hiview/plugins/performance/
H A DXperfPlugin.h35 void PostScrollJankEvent(const ScrollJankInfo& scrollJankInfo) override;
H A DXperfPlugin.cpp186 void XperfPlugin::PostScrollJankEvent(const ScrollJankInfo& sji) in PostScrollJankEvent() function in OHOS::HiviewDFX::XperfPlugin
190 HIVIEW_LOGD("[XperfPlugin::PostScrollJankEvent] PostEvent begin"); in PostScrollJankEvent()
192 HIVIEW_LOGD("[XperfPlugin::PostScrollJankEvent] PostEvent end"); in PostScrollJankEvent()
194 HIVIEW_LOGW("[XperfPlugin::PostScrollJankEvent] appEventHandler is null"); in PostScrollJankEvent()
/base/hiviewdfx/hiview/plugins/performance/reporter/event_poster/
H A DEventsPoster.h31 void PostScrollJankEvent(const ScrollJankEventInfo& evt) override;
H A DIScrollJankEventPoster.h55 virtual void PostScrollJankEvent(const ScrollJankEventInfo& evt) = 0;
H A DEventsPoster.cpp34 void EventsPoster::PostScrollJankEvent(const ScrollJankEventInfo& evt) in PostScrollJankEvent() function in OHOS::HiviewDFX::EventsPoster
37 observer->PostScrollJankEvent(scrollJankInfo); in PostScrollJankEvent()
/base/hiviewdfx/hiview/plugins/performance/event_publisher/
H A DIEventObserver.h85 virtual void PostScrollJankEvent(const ScrollJankInfo& scrollJankInfo) = 0;
/base/hiviewdfx/hiview/plugins/performance/reporter/adapter/
H A DJankAnimatorReporterAdapter.cpp43 HIVIEW_LOGD("[JankAnimatorReporterAdapter::ReportNormal] PostScrollJankEvent begin"); in ReportNormal()
44 eventPoster->PostScrollJankEvent(evt); in ReportNormal()
45 HIVIEW_LOGD("[JankAnimatorReporterAdapter::ReportNormal] PostScrollJankEvent end"); in ReportNormal()

Completed in 3 milliseconds