Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/crash_exception/
H A Dcrash_exception.cpp65 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 Dcrash_exception.h53 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 Dlibcrash_exception.map6 OHOS::HiviewDFX::ReportCrashException*;
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/crash_exception/
H A Dcrash_exception_test.cpp60ReportCrashException(testProcessName, TEST_PROCESS_ID, TEST_UID, CrashExceptionCode::CRASH_UNKNOWN…
81ReportCrashException(testProcessName, TEST_PROCESS_ID, TEST_UID, CrashExceptionCode::CRASH_ESUCCES…
104ReportCrashException(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 Dprocess_dumper.cpp365 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 Ddfx_unwind_remote.cpp160 ReportCrashException(process->processInfo_.processName, process->processInfo_.pid, in UnwindKeyThread()
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlogger.cpp1127 ReportCrashException(info.module, info.pid, info.id, err); in CheckFaultLog()