Home
last modified time | relevance | path

Searched refs:totalAppMissedFrames (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/performance/reporter/adapter/
H A DJankAnimatorReporterAdapter.cpp83 data.totalAppMissedFrames = event.totalAppMissedFrames; in ConvertReporterEventToData()
116 info.totalAppMissedFrames = event.totalAppMissedFrames; in ConvertReportEventToEventInfo()
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/event_publisher/
H A DEventObserverConverter.h51 info.totalAppMissedFrames = data.totalAppMissedFrames; in ConvertToScrollJankEvtInfo()
H A DIEventObserver.h65 int32_t totalAppMissedFrames{0};
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/reporter/infrastructure/
H A DJankAnimatorReporter.cpp42 "TOTAL_APP_MISSED_FRAMES", data.totalAppMissedFrames, in ReportNormal()
71 "TOTAL_APP_MISSED_FRAMES", data.totalAppMissedFrames, in ReportCritical()
H A DIJankAnimatorReportInfrastructure.h35 int32_t totalAppMissedFrames{0};
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/reporter/event_poster/
H A DEventsPoster.cpp88 info.totalAppMissedFrames = event.totalAppMissedFrames; in ConvertToScrollJankInfo()
H A DIScrollJankEventPoster.h36 int32_t totalAppMissedFrames{0};
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/reporter/
H A DIJankAnimatorReporter.h35 int32_t totalAppMissedFrames{0};
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/monitor/converter/
H A DJankAnimatorMonitorConverter.h47 event.totalAppMissedFrames = metrics.appInfo.totalMissedFrames; in ConverterReportData()
/ohos5.0/base/hiviewdfx/hiview/base/event_publish/include/
H A Dapp_event_handler.h60 int32_t totalAppMissedFrames = 0; member
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/
H A DXperfEvt.h216 uint64_t totalAppMissedFrames{0};
/ohos5.0/base/hiviewdfx/hiview/base/event_publish/
H A Dapp_event_handler.cpp136 AddValueToJsonString("total_app_missed_frames", event.totalAppMissedFrames, jsonStr); in PostEvent()