Home
last modified time | relevance | path

Searched refs:DFX_SetCrashObj (Results 1 - 3 of 3) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/include/
H A Ddfx_signal_handler.h59 uintptr_t DFX_SetCrashObj(uint8_t type, uintptr_t addr);
64 * @param crashObj return of DFX_SetCrashObj
/base/hiviewdfx/faultloggerd/tools/crasher_cpp/
H A Ddfx_crasher.cpp161 extern "C" uintptr_t DFX_SetCrashObj(uint8_t type, uintptr_t addr) __attribute__((weak));
541 if (DFX_SetCrashObj != nullptr) { in TestGetCrashObjInner()
544 val = DFX_SetCrashObj(type, reinterpret_cast<uintptr_t>(msg.c_str())); in TestGetCrashObjInner()
554 if (DFX_SetCrashObj != nullptr) { in TestGetCrashObj()
557 crashObj = DFX_SetCrashObj(type, reinterpret_cast<uintptr_t>(msg.c_str())); in TestGetCrashObj()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/
H A Ddfx_signal_handler.c533 uintptr_t DFX_SetCrashObj(uint8_t type, uintptr_t addr) in DFX_SetCrashObj() function

Completed in 3 milliseconds