Home
last modified time | relevance | path

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

/aosp_15_r20/system/apex/apexd/
H A Dapexservice.cpp813 const auto& crashing_native_process = session.GetCrashingNativeProcess(); in dump() local
814 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() local
943 if (!crashing_native_process.empty()) { in shellCommand()
944 revert_reason = " revertReason: " + crashing_native_process; in shellCommand()
H A Dapexd.h103 const std::string& crashing_native_process,
107 const std::string& crashing_native_process,
H A Dapexd_session.cpp109 return state_.crashing_native_process(); in GetCrashingNativeProcess()
H A Dapexd.cpp2085 Result<void> RevertActiveSessions(const std::string& crashing_native_process, in RevertActiveSessions() argument
2103 if (!crashing_native_process.empty()) { in RevertActiveSessions()
2104 session.SetCrashingNativeProcess(crashing_native_process); in RevertActiveSessions()
2152 const std::string& crashing_native_process, in RevertActiveSessionsAndReboot() argument
2154 auto status = RevertActiveSessions(crashing_native_process, error_message); in RevertActiveSessionsAndReboot()
/aosp_15_r20/out/soong/.intermediates/system/apex/proto/lib_apex_session_state_proto/linux_glibc_x86_64_static/gen/proto/system/apex/proto/
Dsession_state.pb.h363 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() function
697 …ne void SessionState::set_allocated_crashing_native_process(std::string* crashing_native_process) { in set_allocated_crashing_native_process() argument
698 _impl_.crashing_native_process_.SetAllocated(crashing_native_process, GetArenaForAllocation()); in set_allocated_crashing_native_process()
/aosp_15_r20/out/soong/.intermediates/system/apex/proto/lib_apex_session_state_proto/android_arm64_armv8-2a_cortex-a55_static/gen/proto/system/apex/proto/
Dsession_state.pb.h363 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() function
697 …ne void SessionState::set_allocated_crashing_native_process(std::string* crashing_native_process) { in set_allocated_crashing_native_process() argument
698 _impl_.crashing_native_process_.SetAllocated(crashing_native_process, GetArenaForAllocation()); in set_allocated_crashing_native_process()
/aosp_15_r20/system/apex/proto/
H A Dsession_state.proto56 string crashing_native_process = 8; field