Home
last modified time | relevance | path

Searched refs:addFaultLog (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Dcppcrash_reporter.cpp95 auto addFaultLog = reinterpret_cast<void (*)(FaultDFXLOGIInner*)>(dlsym(handle, "AddFaultLog")); in ReportToHiview() local
96 if (addFaultLog == nullptr) { in ReportToHiview()
112 addFaultLog(&info); in ReportToHiview()
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
H A Ddfx_processdump_test.cpp406 auto addFaultLog = reinterpret_cast<void (*)(FaultDFXLOGIInner*)>(dlsym(handle, "AddFaultLog")); in HWTEST_F() local
407 ASSERT_TRUE(addFaultLog) << "Failed to dlsym addFaultLog"; in HWTEST_F()
418 addFaultLog(&info); in HWTEST_F()

Completed in 2 milliseconds