/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/ |
H A D | AppLaunchConverter.h | 35 point.appPid = data.appPid; in ConvertToInteractionResponse() 71 point.appPid = data.appPid; in ConvertToAppStartupType() 102 point.appPid = data.appPid; in ConvertToAppAttach() 116 point.appPid = data.appPid; in ConvertToAppForeground() 146 point.appPid = data.appPid; in ConvertToStartWindow() [all...] |
H A D | AppLaunchSceneDataProcessor.cpp | 61 if (pidBundleMap.find(data.appPid) != pidBundleMap.end()) { in GetBundleName() 62 bundleName = pidBundleMap[data.appPid]; in GetBundleName() 124 checkBundle = (data.appPid > 0); in CheckValidCheckPoint() 169 SaveAppIdIntoMap(record.appStartupType.appPid, record.appStartupType.bundleName); in SaveCheckPoint() 170 record.appPid = record.appStartupType.appPid; in SaveCheckPoint() 176 SaveAppIdIntoMap(record.appAttach.appPid, record.appAttach.bundleName); in SaveCheckPoint() 177 record.appPid = record.appAttach.appPid; in SaveCheckPoint() 180 SaveAppIdIntoMap(record.appForeground.appPid, recor in SaveCheckPoint() [all...] |
/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/gateway/ |
H A D | IAppLaunchSceneDb.h | 31 int32_t appPid{0}; 62 int32_t appPid{0}; 90 int32_t appPid{0}; 102 int32_t appPid{0}; 128 int32_t appPid{0}; 139 int32_t appPid{0}; 150 int32_t appPid{0}; 159 int32_t appPid{0}; 175 int32_t appPid{0};
|
/base/hiviewdfx/hiview/plugins/performance/monitor/converter/ |
H A D | AppLaunchMonitorConverter.h | 62 checkPointData.appPid = appEvtData.appPid; in ConvertAppEvtDataToCheckPointData() 77 reportEvent.appPid = metrics.appPid; in ConvertMetricToReportEvent()
|
H A D | JankAnimatorMonitorConverter.h | 36 event.appPid = metrics.appInfo.appPid; in ConverterReportData()
|
H A D | AppMonitorDataConverter.h | 53 appEvtData.appPid = evt.appPid; in ConvertXperfEvtToAppEvtData()
|
/base/hiviewdfx/hiview/plugins/performance/reporter/event_poster/ |
H A D | EventsPoster.cpp | 43 info.appPid = event.appPid; in ConvertToAppStartInfo() 77 info.appPid = event.appPid; in ConvertToScrollJankInfo()
|
H A D | IAppStartEventPoster.h | 25 int32_t appPid{0};
|
H A D | IScrollJankEventPoster.h | 25 int32_t appPid{0};
|
/base/hiviewdfx/hiview/plugins/performance/reporter/adapter/ |
H A D | JankAnimatorReporterAdapter.cpp | 72 data.appPid = event.appPid; in ConvertReporterEventToData() 105 info.appPid = event.appPid; in ConvertReportEventToEventInfo()
|
H A D | AppStartReporterAdapter.cpp | 46 info.appPid = event.appPid; in ConvertReportEventToEventInfo()
|
H A D | SimpleAppStartReporterAdapter.cpp | 50 data.appPid = event.appPid; in ConvertReportEventToData()
|
/base/hiviewdfx/hiview/plugins/performance/reporter/infrastructure/ |
H A D | AppStartReporter.cpp | 30 "APP_PID", data.appPid, in ReportNormal() 59 "APP_PID", data.appPid, in ReportFault()
|
H A D | JankAnimatorReporter.cpp | 33 "APP_PID", data.appPid, in ReportNormal() 62 "APP_PID", data.appPid, in ReportCritical()
|
H A D | IAppStartReportInfrastructure.h | 23 int32_t appPid{0};
|
H A D | IJankAnimatorReportInfrastructure.h | 24 int32_t appPid{0};
|
/base/hiviewdfx/hiview/plugins/performance/event_publisher/ |
H A D | IEventObserver.h | 23 int32_t appPid{0}; 54 int32_t appPid{0};
|
/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/ |
H A D | IAppLaunchSceneDataProcessor.h | 48 int32_t appPid{0}; 59 int32_t appPid{0};
|
/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/reporter/ |
H A D | IJankAnimatorReporter.h | 24 int32_t appPid{0};
|
H A D | IAppStartReporter.h | 23 int32_t appPid{0};
|
/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/executor/ |
H A D | IAppThrExecutor.h | 49 int32_t appPid{0};
|
/base/hiviewdfx/hiview/plugins/performance/ |
H A D | XperfEvt.h | 40 int32_t appPid{0}; 65 int32_t appPid{0};
|
H A D | EvtParser.h | 243 evt.appPid = static_cast<int32_t>(sysEvent.GetEventIntValue(KEY_APP_PID)); in ConvertToXperfEvent() 291 evt.animatorInfo.commonInfo.appPid = sysEvent.GetPid(); in ConvertToXperfAnimatorEvent()
|
/base/startup/appspawn/standard/ |
H A D | appspawn_service.c | 609 pid_t *appPid = (pid_t *)malloc(sizeof(pid_t)); in WatchChildProcessFd() local 610 APPSPAWN_CHECK_ONLY_EXPER(appPid != NULL, return); in WatchChildProcessFd() 611 *appPid = property->pid; in WatchChildProcessFd() 612 LE_STATUS status = LE_StartWatcher(LE_GetDefaultLoop(), &property->forkCtx.pidFdWatcherHandle, &watchInfo, appPid); in WatchChildProcessFd()
|
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/ |
H A D | hitrace_dump.cpp | 61 int appPid;
member 1321 } else if (itemName == "appPid") {
in ParseArgs() 1323 SetCmdTraceIntParams(pidStr, cmdTraceParams.appPid);
in ParseArgs() 1324 if (cmdTraceParams.appPid == 0) {
in ParseArgs() 1325 HILOG_ERROR(LOG_CORE, "Illegal input, appPid(%{public}s) must be number and greater than 0.",
in ParseArgs()
|