Lines Matching refs:commonInfo
291 evt.animatorInfo.commonInfo.appPid = sysEvent.GetPid();
292 evt.animatorInfo.commonInfo.durition = static_cast<uint64_t>(sysEvent.GetEventIntValue(DURITION));
293 evt.animatorInfo.commonInfo.startTime = static_cast<uint64_t>(sysEvent.GetEventIntValue(STARTTIME));
294 evt.animatorInfo.commonInfo.totalFrames = static_cast<int32_t>(sysEvent.GetEventIntValue(TOTAL_FRAMES));
295 evt.animatorInfo.commonInfo.totalMissedFrames
297 evt.animatorInfo.commonInfo.maxSeqMissedFrames
299 evt.animatorInfo.commonInfo.maxFrameTime = static_cast<uint64_t>(sysEvent.GetEventIntValue(MAX_FRAMETIME));
300 evt.animatorInfo.commonInfo.averageFrameTime
302 evt.animatorInfo.commonInfo.isFoldDisp = static_cast<bool>(sysEvent.GetEventIntValue(IS_FOLD_DISP));
303 evt.animatorInfo.commonInfo.isDisplayAnimator
305 evt.animatorInfo.commonInfo.happenTime = static_cast<uint64_t>(sysEvent.GetEventIntValue(TIMER));