Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/test/unittest/crash_exception/
Dcrash_exception_test.cpp81 …portCrashException(testProcessName, TEST_PROCESS_ID, TEST_UID, CrashExceptionCode::CRASH_ESUCCESS);
146 ReportCrashException(keyWord, TEST_PROCESS_ID, TEST_UID, CrashExceptionCode::CRASH_ESUCCESS);
235 ASSERT_TRUE(ret == CrashExceptionCode::CRASH_ESUCCESS);
276 ASSERT_FALSE(ret == CrashExceptionCode::CRASH_ESUCCESS);
314 ASSERT_FALSE(ret == CrashExceptionCode::CRASH_ESUCCESS);
355 ASSERT_FALSE(ret == CrashExceptionCode::CRASH_ESUCCESS);
394 ASSERT_FALSE(ret == CrashExceptionCode::CRASH_ESUCCESS);
435 ASSERT_FALSE(ret == CrashExceptionCode::CRASH_ESUCCESS);
474 ASSERT_FALSE(ret == CrashExceptionCode::CRASH_ESUCCESS);
/base/hiviewdfx/faultloggerd/interfaces/common/
Ddfx_exception.h27 CRASH_ESUCCESS = 0, /* No error */ enumerator
/base/hiviewdfx/faultloggerd/interfaces/innerkits/crash_exception/
Dcrash_exception.cpp77 if (errCode == CrashExceptionCode::CRASH_ESUCCESS) { in ReportCrashException()
145 return CrashExceptionCode::CRASH_ESUCCESS; in CheckCrashLogValid()
/base/hiviewdfx/hiview/plugins/faultlogger/service/
Dfaultlogger.cpp1117 return (err == CrashExceptionCode::CRASH_ESUCCESS); in CheckFaultLog()