Searched refs:exitResult (Results 1 - 3 of 3) sorted by relevance
/foundation/ability/ability_runtime/services/common/include/ |
H A D | event_report.h | 45 int32_t exitResult = -1; member
|
/foundation/ability/ability_runtime/services/common/src/ |
H A D | event_report.cpp | 555 EVENT_KEY_EXIT_RESULT, eventInfo.exitResult, in SendProcessExitEvent()
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service_inner.cpp | 1519 auto exitResult = !ProcessExist(pid); in SendProcessExitEventTask() local 1528 if (exitResult) { in SendProcessExitEventTask() 1529 eventInfo.exitResult = EXIT_SUCESS; in SendProcessExitEventTask() 1531 TAG_LOGI(AAFwkTag::APPMGR, "time: %{public}" PRId64 ", exitResult: %{public}d, pid: %{public}d", in SendProcessExitEventTask() 1532 eventInfo.time, eventInfo.exitResult, eventInfo.pid); in SendProcessExitEventTask() 1537 eventInfo.exitResult = EXIT_FAILED; in SendProcessExitEventTask() 1539 TAG_LOGI(AAFwkTag::APPMGR, "time: %{public}" PRId64 ", exitResult: %{public}d, pid: %{public}d", in SendProcessExitEventTask() 1540 eventInfo.time, eventInfo.exitResult, eventInfo.pid); in SendProcessExitEventTask()
|
Completed in 27 milliseconds