Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dzipfolder_output.cpp30 ZipFolderOutput::ZipFolderOutput() : fd_(FD_UNSET) in ZipFolderOutput() function in OHOS::HiviewDFX::ZipFolderOutput
35 ZipFolderOutput::~ZipFolderOutput() in ~ZipFolderOutput()
46 DumpStatus ZipFolderOutput::PreExecute(const std::shared_ptr<DumperParameter>& parameter, in PreExecute()
74 DumpStatus ZipFolderOutput::Execute() in Execute()
109 DumpStatus ZipFolderOutput::AfterExecute() in AfterExecute()
118 void ZipFolderOutput::Reset() in Reset()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/
H A Dzipfolder_output.h20 class ZipFolderOutput : public HidumperExecutor {
22 ZipFolderOutput();
23 ~ZipFolderOutput();
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/factory/
H A Dzip_output_factory.cpp22 return std::make_shared<ZipFolderOutput>(); in CreateExecutor()
/ohos5.0/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_output_test.cpp311 auto zipFdOutput = make_shared<ZipFolderOutput>();