Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Ddumper_group.cpp18 DumperGroup::DumperGroup() in DumperGroup() function in OHOS::HiviewDFX::DumperGroup
22 DumperGroup::~DumperGroup() in ~DumperGroup()
26 DumpStatus DumperGroup::PreExecute(const std::shared_ptr<DumperParameter>& parameter, StringMatrix … in PreExecute()
31 DumpStatus DumperGroup::Execute() in Execute()
36 DumpStatus DumperGroup::AfterExecute() in AfterExecute()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/
H A Ddumper_group.h22 class DumperGroup : public HidumperExecutor {
24 DumperGroup();
25 ~DumperGroup();
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/factory/
H A Ddumper_group_factory.cpp22 return std::make_shared<DumperGroup>(); in CreateExecutor()