Home
last modified time | relevance | path

Searched defs:crashing_native_process (Results 1 – 3 of 3) sorted by relevance

/system/apex/proto/
Dsession_state.proto56 string crashing_native_process = 8; field
/system/apex/apexd/
Dapexservice.cpp631 std::string crashing_native_process = session.GetCrashingNativeProcess(); in dump() local
833 std::string crashing_native_process = session_info.crashingNativeProcess; in shellCommand() local
Dapexd.cpp1806 Result<void> revertActiveSessions(const std::string& crashing_native_process) { in revertActiveSessions()
1862 const std::string& crashing_native_process) { in revertActiveSessionsAndReboot()