Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.h105 const std::string& crashing_native_process,
109 const std::string& crashing_native_process,
Dapexservice.cpp848 const auto& crashing_native_process = session.GetCrashingNativeProcess(); in dump() local
849 if (!crashing_native_process.empty()) { in dump()
850 revert_reason = " Revert Reason: " + crashing_native_process; in dump()
1051 std::string crashing_native_process = session_info.crashingNativeProcess; in shellCommand() local
1052 if (!crashing_native_process.empty()) { in shellCommand()
1053 revert_reason = " revertReason: " + crashing_native_process; in shellCommand()
Dapexd_session.cpp178 return state_.crashing_native_process(); in GetCrashingNativeProcess()
Dapexd.cpp2397 Result<void> RevertActiveSessions(const std::string& crashing_native_process, in RevertActiveSessions() argument
2415 if (!crashing_native_process.empty()) { in RevertActiveSessions()
2416 session.SetCrashingNativeProcess(crashing_native_process); in RevertActiveSessions()
2464 const std::string& crashing_native_process, in RevertActiveSessionsAndReboot() argument
2466 auto status = RevertActiveSessions(crashing_native_process, error_message); in RevertActiveSessionsAndReboot()
/system/apex/proto/
Dsession_state.proto56 string crashing_native_process = 8; field