Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp257 constexpr int32_t EXIT_REASON_UNKNOWN = 0; variable
2257 if (appRecord && appRecord->GetExitReason() == EXIT_REASON_UNKNOWN) { in KillProcessByPid()