Searched refs:ReportCrashException (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/crash_exception/ |
H A D | crash_exception.cpp | 65 void ReportCrashException(const char* pName, int32_t pid, int32_t uid, int32_t errCode) in ReportCrashException() function 71 ReportCrashException(std::string(pName), pid, uid, errCode); in ReportCrashException() 74 void ReportCrashException(std::string name, int32_t pid, int32_t uid, int32_t errCode) in ReportCrashException() function 109 ReportCrashException(g_crashProcessName, g_crashProcessPid, g_crashProcessUid, errCode); in ReportUnwinderException()
|
H A D | crash_exception.h | 53 void ReportCrashException(const char* pName, int32_t pid, int32_t uid, int32_t errCode); 58 void ReportCrashException(std::string name, int32_t pid, int32_t uid, int32_t errCode);
|
H A D | libcrash_exception.map | 6 OHOS::HiviewDFX::ReportCrashException*;
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/crash_exception/ |
H A D | crash_exception_test.cpp | 60 …ReportCrashException(testProcessName, TEST_PROCESS_ID, TEST_UID, CrashExceptionCode::CRASH_UNKNOWN… 81 …ReportCrashException(testProcessName, TEST_PROCESS_ID, TEST_UID, CrashExceptionCode::CRASH_ESUCCES… 104 …ReportCrashException(testProcessName, TEST_PROCESS_ID, TEST_UID, CrashExceptionCode::CRASH_UNKNOWN… 125 ReportCrashException(keyWord, TEST_PROCESS_ID, TEST_UID, CrashExceptionCode::CRASH_UNKNOWN); 146 ReportCrashException(keyWord, TEST_PROCESS_ID, TEST_UID, CrashExceptionCode::CRASH_ESUCCESS);
|
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/ |
H A D | process_dumper.cpp | 365 ReportCrashException(request->processName, request->pid, request->uid, in ReadRequestAndCheck() 408 ReportCrashException(request->processName, request->pid, request->uid, in IsTargetProcessAlive() 573 ReportCrashException(request->processName, request->pid, request->uid, in InitVmThread() 599 ReportCrashException(request->processName, request->pid, request->uid, in InitKeyThread() 626 ReportCrashException(request->processName, request->pid, request->uid, in InitUnwinder() 656 ReportCrashException(request->processName, request->pid, request->uid, in InitUnwinder() 809 ReportCrashException(request->processName, request->pid, request->uid, in InitPrintThread()
|
H A D | dfx_unwind_remote.cpp | 160 ReportCrashException(process->processInfo_.processName, process->processInfo_.pid, in UnwindKeyThread()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/ |
H A D | faultlogger.cpp | 1127 ReportCrashException(info.module, info.pid, info.id, err); in CheckFaultLog()
|