Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.h60 const std::string& crashing_native_process);
62 const std::string& crashing_native_process);
Dapexservice.cpp631 std::string crashing_native_process = session.GetCrashingNativeProcess(); in dump() local
632 if (!crashing_native_process.empty()) { in dump()
633 revert_reason = " Revert Reason: " + crashing_native_process; in dump()
833 std::string crashing_native_process = session_info.crashingNativeProcess; in shellCommand() local
834 if (!crashing_native_process.empty()) { in shellCommand()
835 revert_reason = " revertReason: " + crashing_native_process; in shellCommand()
Dapexd_session.cpp193 return state_.crashing_native_process(); in GetCrashingNativeProcess()
Dapexd.cpp1806 Result<void> revertActiveSessions(const std::string& crashing_native_process) { in revertActiveSessions() argument
1816 if (!crashing_native_process.empty()) { in revertActiveSessions()
1817 session.SetCrashingNativeProcess(crashing_native_process); in revertActiveSessions()
1862 const std::string& crashing_native_process) { in revertActiveSessionsAndReboot() argument
1863 auto status = revertActiveSessions(crashing_native_process); in revertActiveSessionsAndReboot()
/system/apex/proto/
Dsession_state.proto56 string crashing_native_process = 8; field