Searched refs:crashing_native_process (Results 1 – 7 of 7) sorted by relevance
813 const auto& crashing_native_process = session.GetCrashingNativeProcess(); in dump() local814 if (!crashing_native_process.empty()) { in dump()815 revert_reason = " Revert Reason: " + crashing_native_process; in dump()942 std::string crashing_native_process = session_info.crashingNativeProcess; in shellCommand() local943 if (!crashing_native_process.empty()) { in shellCommand()944 revert_reason = " revertReason: " + crashing_native_process; in shellCommand()
103 const std::string& crashing_native_process,107 const std::string& crashing_native_process,
109 return state_.crashing_native_process(); in GetCrashingNativeProcess()
2085 Result<void> RevertActiveSessions(const std::string& crashing_native_process, in RevertActiveSessions() argument2103 if (!crashing_native_process.empty()) { in RevertActiveSessions()2104 session.SetCrashingNativeProcess(crashing_native_process); in RevertActiveSessions()2152 const std::string& crashing_native_process, in RevertActiveSessionsAndReboot() argument2154 auto status = RevertActiveSessions(crashing_native_process, error_message); in RevertActiveSessionsAndReboot()
363 const std::string& crashing_native_process() const; in Swap()368 void set_allocated_crashing_native_process(std::string* crashing_native_process); in Swap()666 inline const std::string& SessionState::crashing_native_process() const { in crashing_native_process() function697 …ne void SessionState::set_allocated_crashing_native_process(std::string* crashing_native_process) { in set_allocated_crashing_native_process() argument698 _impl_.crashing_native_process_.SetAllocated(crashing_native_process, GetArenaForAllocation()); in set_allocated_crashing_native_process()
56 string crashing_native_process = 8; field