Searched refs:crashing_native_process (Results 1 – 5 of 5) sorted by relevance
105 const std::string& crashing_native_process,109 const std::string& crashing_native_process,
848 const auto& crashing_native_process = session.GetCrashingNativeProcess(); in dump() local849 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() local1052 if (!crashing_native_process.empty()) { in shellCommand()1053 revert_reason = " revertReason: " + crashing_native_process; in shellCommand()
178 return state_.crashing_native_process(); in GetCrashingNativeProcess()
2397 Result<void> RevertActiveSessions(const std::string& crashing_native_process, in RevertActiveSessions() argument2415 if (!crashing_native_process.empty()) { in RevertActiveSessions()2416 session.SetCrashingNativeProcess(crashing_native_process); in RevertActiveSessions()2464 const std::string& crashing_native_process, in RevertActiveSessionsAndReboot() argument2466 auto status = RevertActiveSessions(crashing_native_process, error_message); in RevertActiveSessionsAndReboot()
56 string crashing_native_process = 8; field