Home
last modified time | relevance | path

Searched refs:FDOutput (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dfd_output.cpp22 const mode_t FDOutput::OPEN_ARGV = 0664;
24 FDOutput::FDOutput() : fd_(-1) in FDOutput() function in OHOS::HiviewDFX::FDOutput
28 FDOutput::~FDOutput() in ~FDOutput()
36 DumpStatus FDOutput::PreExecute(const std::shared_ptr<DumperParameter>& parameter, in PreExecute()
55 DumpStatus FDOutput::Execute() in Execute()
65 DumpStatus FDOutput::AfterExecute() in AfterExecute()
74 void FDOutput::OutMethod() in OutMethod()
96 void FDOutput::NewLineMethod(std::string &str) in NewLineMethod()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/
H A Dfd_output.h39 class FDOutput : public HidumperExecutor {
41 FDOutput();
42 ~FDOutput();
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/factory/
H A Dfd_output_factory.cpp22 return std::make_shared<FDOutput>(); in CreateExecutor()
/ohos5.0/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_output_test.cpp386 auto fdOutput = make_shared<FDOutput>();