Home
last modified time | relevance | path

Searched refs:callerProcessName (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_event.cpp74 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 Dapp_mgr_service_inner.cpp3590 eventInfo.processName != eventInfo.callerProcessName) { in SendReStartProcessEvent()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_event_test/
H A Dapp_mgr_event_test.cpp112 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 Devent_report.cpp285 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 DAppMonitorDataConverter.h50 appEvtData.callerProcessName = evt.callerProcessName; in ConvertXperfEvtToAppEvtData()
H A DAppLaunchMonitorConverter.h59 checkPointData.callerProcessName = appEvtData.callerProcessName; in ConvertAppEvtDataToCheckPointData()
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/executor/
H A DIAppThrExecutor.h45 std::string callerProcessName{""};
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/
H A DAppLaunchConverter.h89 point.callerProcessName = data.callerProcessName; in ConvertToProcessStart()
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/
H A DIAppLaunchSceneDataProcessor.h44 std::string callerProcessName{""};
/ohos5.0/base/hiviewdfx/faultloggerd/services/
H A Dfault_logger_daemon.h37 std::string callerProcessName; variable
H A Dfault_logger_daemon.cpp969 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 Devent_report.h39 std::string callerProcessName; member
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/gateway/
H A DIAppLaunchSceneDb.h79 std::string callerProcessName{""};
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/
H A DXperfEvt.h116 std::string callerProcessName{""};
H A DEvtParser.h262 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 Dapp_mgr_service_inner_test.cpp3814 eventInfo.callerProcessName = processName;
3840 eventInfo.callerProcessName = "processName";
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_connect_manager.cpp3161 eventInfo.callerProcessName = processInfo.processName_; in BuildEventInfo()