Searched refs:crashing_native_process (Results 1 – 5 of 5) sorted by relevance
88 const std::string& crashing_native_process,92 const std::string& crashing_native_process,
728 const auto& crashing_native_process = session.GetCrashingNativeProcess(); in dump() local729 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() local936 if (!crashing_native_process.empty()) { in shellCommand()937 revert_reason = " revertReason: " + crashing_native_process; in shellCommand()
185 return state_.crashing_native_process(); in GetCrashingNativeProcess()
2243 Result<void> RevertActiveSessions(const std::string& crashing_native_process, in RevertActiveSessions() argument2254 if (!crashing_native_process.empty()) { in RevertActiveSessions()2255 session.SetCrashingNativeProcess(crashing_native_process); in RevertActiveSessions()2303 const std::string& crashing_native_process, in RevertActiveSessionsAndReboot() argument2305 auto status = RevertActiveSessions(crashing_native_process, error_message); in RevertActiveSessionsAndReboot()
56 string crashing_native_process = 8; field