Searched refs:DfxDumpWriter (Results 1 – 3 of 3) sorted by relevance
27 class DfxDumpWriter {29 DfxDumpWriter() = default;30 virtual ~DfxDumpWriter() = default;31 DfxDumpWriter(std::shared_ptr<DfxProcess> process, int32_t fromSignalHandler);
24 DfxDumpWriter::DfxDumpWriter(std::shared_ptr<DfxProcess> process, int32_t fromSignalHandler) in DfxDumpWriter() function in OHOS::HiviewDFX::DfxDumpWriter
26 class MockDfxWriter : public DfxDumpWriter {