Home
last modified time | relevance | path

Searched refs:basicInfo (Results 1 - 6 of 6) sorted by relevance

/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/
H A DAnimatorSceneDataProcessor.cpp87 AnimatorRecord* record = GetRecord(evt->animatorInfo.basicInfo.uniqueId); in ProcessSceneData()
94 DeleteRecord(evt->animatorInfo.basicInfo.uniqueId); in ProcessSceneData()
106 db.insert(std::map<int32_t, AnimatorRecord*>::value_type(evt->animatorInfo.basicInfo.uniqueId, animatorRecord)); in CreateRecord()
115 AnimatorRecord* record = GetRecord(evt->animatorInfo.basicInfo.uniqueId); in HasStartPoint()
127 AnimatorRecord* record = GetRecord(evt->animatorInfo.basicInfo.uniqueId); in AllPointsReceived()
143 AnimatorRecord* record = GetRecord(evt->animatorInfo.basicInfo.uniqueId); in SaveAnimatorPoint()
153 record->animatorPoints[START_POINT].basicInfo = evt->animatorInfo.basicInfo; in SaveAnimatorPoint()
156 record->animatorPoints[indexPoint].basicInfo = evt->animatorInfo.basicInfo; in SaveAnimatorPoint()
[all...]
/base/hiviewdfx/hiview/plugins/performance/monitor/converter/
H A DJankAnimatorMonitorConverter.h37 event.versionCode = metrics.basicInfo.versionCode; in ConverterReportData()
38 event.versionName = metrics.basicInfo.versionName; in ConverterReportData()
39 event.bundleName = metrics.basicInfo.moduleName; in ConverterReportData()
40 event.processName = metrics.basicInfo.processName; in ConverterReportData()
41 event.abilityName = metrics.basicInfo.abilityName; in ConverterReportData()
42 event.pageUrl = metrics.basicInfo.pageUrl; in ConverterReportData()
43 event.sceneId = metrics.basicInfo.sceneId; in ConverterReportData()
44 event.bundleNameEx = metrics.basicInfo.bundleNameEx; in ConverterReportData()
/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/
H A DIAnimatorSceneDataProcessor.h28 BasicInfo basicInfo; member
41 BasicInfo basicInfo; member
/base/hiviewdfx/hiview/plugins/performance/
H A DEvtParser.h281 evt.animatorInfo.basicInfo.uniqueId = static_cast<int32_t>(sysEvent.GetEventIntValue(UNIQUE_ID)); in ConvertToXperfAnimatorEvent()
282 evt.animatorInfo.basicInfo.sceneId = sysEvent.GetEventValue(SCENE_ID); in ConvertToXperfAnimatorEvent()
283 evt.animatorInfo.basicInfo.moduleName = sysEvent.GetEventValue(KEY_MODULE_NAME); in ConvertToXperfAnimatorEvent()
284 evt.animatorInfo.basicInfo.processName = sysEvent.GetEventValue(KEY_PNAME); in ConvertToXperfAnimatorEvent()
285 evt.animatorInfo.basicInfo.abilityName = sysEvent.GetEventValue(KEY_ABILITY_NAME); in ConvertToXperfAnimatorEvent()
286 evt.animatorInfo.basicInfo.pageUrl = sysEvent.GetEventValue(PAGE_URL); in ConvertToXperfAnimatorEvent()
287 evt.animatorInfo.basicInfo.sourceType = sysEvent.GetEventValue(KEY_SOURCE_TYPE); in ConvertToXperfAnimatorEvent()
288 evt.animatorInfo.basicInfo.versionCode = static_cast<int32_t>(sysEvent.GetEventIntValue(KEY_VERSION_CODE)); in ConvertToXperfAnimatorEvent()
289 evt.animatorInfo.basicInfo.versionName = sysEvent.GetEventValue(KEY_APP_VERSION); in ConvertToXperfAnimatorEvent()
290 evt.animatorInfo.basicInfo in ConvertToXperfAnimatorEvent()
[all...]
H A DXperfEvt.h54 BasicInfo basicInfo; member
/base/update/sys_installer_lite/frameworks/source/updater/
H A Dhota_updater.c349 PkgBasicInfo basicInfo = { 0 }; in ProcessInfoCompHeader() local
350 if (memcpy_s(&basicInfo, sizeof(PkgBasicInfo), infoCompBuffer, sizeof(PkgBasicInfo)) != EOK) { in ProcessInfoCompHeader()
352 printf("memcpy_s basicInfo failed.\r\n"); in ProcessInfoCompHeader()
356 if (basicInfo.infoCompSize < sizeof(PkgBasicInfo)) { in ProcessInfoCompHeader()
361 if (CheckPkgVersionValid(basicInfo.version) != OHOS_SUCCESS) { in ProcessInfoCompHeader()
364 printf("CheckPkgVersionValid failed. Pkg version: %s\r\n", basicInfo.version); in ProcessInfoCompHeader()
368 if (basicInfo.type == SIGN_ARITHMETIC_RSA2048) { in ProcessInfoCompHeader()
371 } else if (basicInfo.type == SIGN_ARITHMETIC_RSA3072) { in ProcessInfoCompHeader()
375 g_infoCompAndSignSize = basicInfo.infoCompSize + SIGN_DATA_LEN; in ProcessInfoCompHeader()

Completed in 4 milliseconds