Searched refs:crashing_native_process (Results 1 – 5 of 5) sorted by relevance
60 const std::string& crashing_native_process);62 const std::string& crashing_native_process);
631 std::string crashing_native_process = session.GetCrashingNativeProcess(); in dump() local632 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() local834 if (!crashing_native_process.empty()) { in shellCommand()835 revert_reason = " revertReason: " + crashing_native_process; in shellCommand()
193 return state_.crashing_native_process(); in GetCrashingNativeProcess()
1806 Result<void> revertActiveSessions(const std::string& crashing_native_process) { in revertActiveSessions() argument1816 if (!crashing_native_process.empty()) { in revertActiveSessions()1817 session.SetCrashingNativeProcess(crashing_native_process); in revertActiveSessions()1862 const std::string& crashing_native_process) { in revertActiveSessionsAndReboot() argument1863 auto status = revertActiveSessions(crashing_native_process); in revertActiveSessionsAndReboot()
56 string crashing_native_process = 8; field