Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.h88 const std::string& crashing_native_process,
92 const std::string& crashing_native_process,
Dapexservice.cpp728 const auto& crashing_native_process = session.GetCrashingNativeProcess(); in dump() local
729 if (!crashing_native_process.empty()) { in dump()
730 revert_reason = " Revert Reason: " + crashing_native_process; in dump()
935 std::string crashing_native_process = session_info.crashingNativeProcess; in shellCommand() local
936 if (!crashing_native_process.empty()) { in shellCommand()
937 revert_reason = " revertReason: " + crashing_native_process; in shellCommand()
Dapexd_session.cpp185 return state_.crashing_native_process(); in GetCrashingNativeProcess()
Dapexd.cpp2243 Result<void> RevertActiveSessions(const std::string& crashing_native_process, in RevertActiveSessions() argument
2254 if (!crashing_native_process.empty()) { in RevertActiveSessions()
2255 session.SetCrashingNativeProcess(crashing_native_process); in RevertActiveSessions()
2303 const std::string& crashing_native_process, in RevertActiveSessionsAndReboot() argument
2305 auto status = RevertActiveSessions(crashing_native_process, error_message); in RevertActiveSessionsAndReboot()
/system/apex/proto/
Dsession_state.proto56 string crashing_native_process = 8; field