Searched refs:totalAppMissedFrames (Results 1 – 12 of 12) sorted by relevance
83 data.totalAppMissedFrames = event.totalAppMissedFrames; in ConvertReporterEventToData()116 info.totalAppMissedFrames = event.totalAppMissedFrames; in ConvertReportEventToEventInfo()
51 info.totalAppMissedFrames = data.totalAppMissedFrames; in ConvertToScrollJankEvtInfo()
65 int32_t totalAppMissedFrames{0};
42 "TOTAL_APP_MISSED_FRAMES", data.totalAppMissedFrames, in ReportNormal()71 "TOTAL_APP_MISSED_FRAMES", data.totalAppMissedFrames, in ReportCritical()
35 int32_t totalAppMissedFrames{0};
88 info.totalAppMissedFrames = event.totalAppMissedFrames; in ConvertToScrollJankInfo()
36 int32_t totalAppMissedFrames{0};
47 event.totalAppMissedFrames = metrics.appInfo.totalMissedFrames; in ConverterReportData()
60 int32_t totalAppMissedFrames = 0; member
216 uint64_t totalAppMissedFrames{0};
136 AddValueToJsonString("total_app_missed_frames", event.totalAppMissedFrames, jsonStr); in PostEvent()