Home
last modified time | relevance | path

Searched refs:GetCrashingNativeProcess (Results 1 – 4 of 4) sorted by relevance

/system/apex/apexd/
Dapexd_session.h48 std::string GetCrashingNativeProcess() const;
Dapexd_session.cpp192 std::string ApexSession::GetCrashingNativeProcess() const { in GetCrashingNativeProcess() function in android::apex::ApexSession
Dapexservice.cpp235 session_info->crashingNativeProcess = session.GetCrashingNativeProcess(); in convertToApexSessionInfo()
631 std::string crashing_native_process = session.GetCrashingNativeProcess(); in dump()
Dapexservice_test.cpp2440 ASSERT_EQ(session->GetCrashingNativeProcess(), native_process); in TEST_F()