Home
last modified time | relevance | path

Searched refs:exitResult (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/ability_runtime/services/common/include/
H A Devent_report.h45 int32_t exitResult = -1; member
/foundation/ability/ability_runtime/services/common/src/
H A Devent_report.cpp555 EVENT_KEY_EXIT_RESULT, eventInfo.exitResult, in SendProcessExitEvent()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp1519 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