Home
last modified time | relevance | path

Searched refs:FormatKernelStack (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/formatter/
H A Dlibjson_stack_formatter.map5 OHOS::HiviewDFX::DfxJsonFormatter::FormatKernelStack*;
H A Ddfx_json_formatter.cpp170 bool DfxJsonFormatter::FormatKernelStack(const std::string& kernelStack, std::string& formattedStac… in FormatKernelStack() function in OHOS::HiviewDFX::DfxJsonFormatter
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/formatter/include/
H A Ddfx_json_formatter.h46 static bool FormatKernelStack(const std::string& kernelStack,
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventlogger/log_catcher/impl/
H A Dlog_catcher_utils.cpp132 if (!DfxJsonFormatter::FormatKernelStack(ret, msg, false)) { in DumpStacktrace()
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/dump_catcher/
H A Ddumpcatcher_interfaces_test.cpp754 ASSERT_TRUE(DfxJsonFormatter::FormatKernelStack(msg, formattedStack, false));
758 ASSERT_TRUE(DfxJsonFormatter::FormatKernelStack(msg, formattedStack, true));
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/
H A Devent_logger.cpp552 } else if (DfxJsonFormatter::FormatKernelStack(contentStack, stack, isFormat)) { in GetNoJsonStack()