/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_event.cpp | 74 eventInfo.callerProcessName = nativeTokenInfo.processName; in SendCreateAtomicServiceProcessEvent() 77 eventInfo.callerProcessName = callerAppRecord->GetProcessName(); in SendCreateAtomicServiceProcessEvent() 110 eventInfo.callerProcessName = nativeTokenInfo.processName; in SendProcessStartEvent() 118 eventInfo.callerProcessName = callerAppRecord->GetProcessName(); in SendProcessStartEvent() 160 eventInfo.callerProcessName = nativeTokenInfo.processName; in SendProcessStartFailedEvent() 168 eventInfo.callerProcessName = callerAppRecord->GetProcessName(); in SendProcessStartFailedEvent() 207 eventInfo.callerProcessName = hostRecord->GetProcessName(); in SendChildProcessStartFailedEvent() 239 eventInfo.callerProcessName = hostRecord->GetProcessName(); in SendRenderProcessStartFailedEvent()
|
H A D | app_mgr_service_inner.cpp | 3590 eventInfo.processName != eventInfo.callerProcessName) { in SendReStartProcessEvent()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_event_test/ |
H A D | app_mgr_event_test.cpp | 112 std::string callerProcessName = "testCallerProcess"; variable 114 …erAppRecord = std::make_shared<AppRunningRecord>(callerAppInfo, callerRecordId, callerProcessName); 187 std::string callerProcessName = "testCallerProcess"; variable 189 …erAppRecord = std::make_shared<AppRunningRecord>(callerAppInfo, callerRecordId, callerProcessName); 260 std::string callerProcessName = "testCallerProcess"; variable 262 …erAppRecord = std::make_shared<AppRunningRecord>(callerAppInfo, callerRecordId, callerProcessName);
|
/ohos5.0/foundation/ability/ability_runtime/services/common/src/ |
H A D | event_report.cpp | 285 EVENT_KEY_CALLER_PROCESS_NAME, eventInfo.callerProcessName, in SendAtomicServiceEvent() 379 EVENT_KEY_CALLER_PROCESS_NAME, eventInfo.callerProcessName, in SendKeyEvent() 475 EVENT_KEY_CALLER_PROCESS_NAME, eventInfo.callerProcessName, in SendProcessStartEvent() 490 EVENT_KEY_CALLER_PROCESS_NAME, eventInfo.callerProcessName, in SendProcessStartEvent() 516 EVENT_KEY_CALLER_PROCESS_NAME, eventInfo.callerProcessName, in SendProcessStartFailedEvent() 533 EVENT_KEY_CALLER_PROCESS_NAME, eventInfo.callerProcessName, in SendProcessStartFailedEvent() 581 EVENT_KEY_CALLER_PROCESS_NAME, eventInfo.callerProcessName); in SendStartServiceEvent() 604 EVENT_KEY_CALLER_PROCESS_NAME, eventInfo.callerProcessName); in SendStopServiceEvent() 626 EVENT_KEY_CALLER_PROCESS_NAME, eventInfo.callerProcessName); in SendConnectServiceEvent() 643 EVENT_KEY_CALLER_PROCESS_NAME, eventInfo.callerProcessName); in SendDisconnectServiceEvent()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/monitor/converter/ |
H A D | AppMonitorDataConverter.h | 50 appEvtData.callerProcessName = evt.callerProcessName; in ConvertXperfEvtToAppEvtData()
|
H A D | AppLaunchMonitorConverter.h | 59 checkPointData.callerProcessName = appEvtData.callerProcessName; in ConvertAppEvtDataToCheckPointData()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/executor/ |
H A D | IAppThrExecutor.h | 45 std::string callerProcessName{""};
|
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/ |
H A D | AppLaunchConverter.h | 89 point.callerProcessName = data.callerProcessName; in ConvertToProcessStart()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/ |
H A D | IAppLaunchSceneDataProcessor.h | 44 std::string callerProcessName{""};
|
/ohos5.0/base/hiviewdfx/faultloggerd/services/ |
H A D | fault_logger_daemon.h | 37 std::string callerProcessName; variable
|
H A D | fault_logger_daemon.cpp | 969 stats_[index].callerProcessName = request->callerProcess; in HandleDumpStats() 980 stats.callerProcessName = request->callerProcess; in HandleDumpStats() 1009 "CALLER_PROCESS_NAME", stat.callerProcessName, in ReportDumpStats()
|
/ohos5.0/foundation/ability/ability_runtime/services/common/include/ |
H A D | event_report.h | 39 std::string callerProcessName; member
|
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/gateway/ |
H A D | IAppLaunchSceneDb.h | 79 std::string callerProcessName{""};
|
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/ |
H A D | XperfEvt.h | 116 std::string callerProcessName{""};
|
H A D | EvtParser.h | 262 evt.callerProcessName = sysEvent.GetEventValue(KEY_CALLER_PROCESS_NAME); in ConvertToXperfEvent()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/ |
H A D | app_mgr_service_inner_test.cpp | 3814 eventInfo.callerProcessName = processName; 3840 eventInfo.callerProcessName = "processName";
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_connect_manager.cpp | 3161 eventInfo.callerProcessName = processInfo.processName_; in BuildEventInfo()
|