Lines Matching refs:static_cast
242 evt.versionCode = static_cast<int32_t>(sysEvent.GetEventIntValue(KEY_VERSION_CODE));
243 evt.appPid = static_cast<int32_t>(sysEvent.GetEventIntValue(KEY_APP_PID));
247 evt.eventTime = static_cast<uint64_t>(sysEvent.GetEventIntValue(TIMER));
248 evt.inputTime = static_cast<uint64_t>(sysEvent.GetEventIntValue(INPUT_TIME));
249 evt.renderTime = static_cast<uint64_t>(sysEvent.GetEventIntValue(RENDER_TIME));
250 evt.responseLatency = static_cast<uint64_t>(sysEvent.GetEventIntValue(RESPONSE_LATENCY));
251 evt.e2eLatency = static_cast<uint64_t>(sysEvent.GetEventIntValue(E2E_LATENCY));
253 evt.bundleType = static_cast<int32_t>(sysEvent.GetEventIntValue(KEY_BUNDLE_TYPE));
258 evt.startType = static_cast<int32_t>(sysEvent.GetEventIntValue(KEY_START_TYPE));
259 evt.startupTime = static_cast<uint64_t>(sysEvent.GetEventIntValue(KEY_STARTUP_TIME));
260 evt.startupAbilityType = static_cast<int32_t>(sysEvent.GetEventIntValue(KEY_STARTUP_ABILITY_TYPE));
261 evt.startupExtensionType = static_cast<int32_t>(sysEvent.GetEventIntValue(KEY_STARTUP_EXTENSION_TYPE));
263 evt.callerUid = static_cast<int32_t>(sysEvent.GetEventIntValue(KEY_CALLER_UID));
268 evt.animationStartLatency = static_cast<uint64_t>(sysEvent.GetEventIntValue(KEY_ANIMATION_START_LATENCY));
270 evt.appUid = static_cast<int32_t>(sysEvent.GetEventIntValue(KEY_APP_UID));
272 evt.exitTime = static_cast<uint64_t>(sysEvent.GetEventIntValue(KEY_EXIT_TIME));
273 evt.exitResult = static_cast<int32_t>(sysEvent.GetEventIntValue(KEY_EXIT_RESULT));
274 evt.exitPid = static_cast<int32_t>(sysEvent.GetEventIntValue(KEY_EXIT_PID));
281 evt.animatorInfo.basicInfo.uniqueId = static_cast<int32_t>(sysEvent.GetEventIntValue(UNIQUE_ID));
288 evt.animatorInfo.basicInfo.versionCode = static_cast<int32_t>(sysEvent.GetEventIntValue(KEY_VERSION_CODE));
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));
296 = static_cast<int32_t>(sysEvent.GetEventIntValue(TOTAL_MISSED_FRAMES));
298 = static_cast<int32_t>(sysEvent.GetEventIntValue(MAX_SEQ_MISSED_FRAMES));
299 evt.animatorInfo.commonInfo.maxFrameTime = static_cast<uint64_t>(sysEvent.GetEventIntValue(MAX_FRAMETIME));
301 = static_cast<int32_t>(sysEvent.GetEventIntValue(AVERAGE_FRAMETIME));
302 evt.animatorInfo.commonInfo.isFoldDisp = static_cast<bool>(sysEvent.GetEventIntValue(IS_FOLD_DISP));
304 = static_cast<bool>(sysEvent.GetEventIntValue(IS_DISPLAY_ANIMATOR));
305 evt.animatorInfo.commonInfo.happenTime = static_cast<uint64_t>(sysEvent.GetEventIntValue(TIMER));
318 int32_t type = static_cast<int32_t>(sysEvent.GetEventIntValue(KEY_ABILITY_TYPE));