Home
last modified time | relevance | path

Searched refs:DfxDumpWriter (Results 1 – 3 of 3) sorted by relevance

/base/hiviewdfx/faultloggerd/tools/process_dump/
Ddfx_dump_writer.h27 class DfxDumpWriter {
29 DfxDumpWriter() = default;
30 virtual ~DfxDumpWriter() = default;
31 DfxDumpWriter(std::shared_ptr<DfxProcess> process, int32_t fromSignalHandler);
Ddfx_dump_writer.cpp24 DfxDumpWriter::DfxDumpWriter(std::shared_ptr<DfxProcess> process, int32_t fromSignalHandler) in DfxDumpWriter() function in OHOS::HiviewDFX::DfxDumpWriter
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/mock/
Dmock_dfx_writer.h26 class MockDfxWriter : public DfxDumpWriter {