Home
last modified time | relevance | path

Searched full:app_pid (Results 1 – 10 of 10) sorted by relevance

/base/hiviewdfx/hiview/plugins/performance/reporter/infrastructure/
DAppStartReporter.cpp28 "APP_PID", data.appPid, in ReportNormal()
57 "APP_PID", data.appPid, in ReportFault()
DJankAnimatorReporter.cpp31 "APP_PID", data.appPid, in ReportNormal()
60 "APP_PID", data.appPid, in ReportCritical()
/base/hiviewdfx/hiview/plugins/performance/
Dhisysevent.yaml18 APP_PID: {type: INT32, desc: app pid}
44 APP_PID: { type: INT32, desc: app pid }
72 APP_PID: {type: INT32, desc: app pid}
98 APP_PID: { type: INT32, desc: app pid }
DEvtParser.h26 const std::string KEY_APP_PID = "APP_PID";
/base/hiviewdfx/hitrace/interfaces/native/innerkits/
Dhitrace.para15 debug.hitrace.app_pid=-1
Dhitrace.para.dac15 debug.hitrace.app_pid = root:shell:0775
/base/hiviewdfx/hiview/plugins/usage_event_report/include/
Dusage_event_common.h80 const std::string KEY_OF_APP_PID = "APP_PID";
/base/hiviewdfx/hiview/plugins/unified_collector/
Dunified_collector.cpp270 int32_t procId = sysEvent.GetEventIntValue("APP_PID"); in OnEventListeningCallback()
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
Dhitrace_dump.cpp1415 OHOS::system::SetParameter("debug.hitrace.app_pid", pidStr); in ParseArgs()
1635 OHOS::system::SetParameter("debug.hitrace.app_pid", "-1"); in CloseTrace()
Dhitrace_meter.cpp67 const std::string KEY_APP_PID = "debug.hitrace.app_pid";