Home
last modified time | relevance | path

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

/base/hiviewdfx/hidumper/frameworks/native/src/executor/
Dproperties_dumper.cpp19 PropertiesDumper::PropertiesDumper() in PropertiesDumper() function in OHOS::HiviewDFX::PropertiesDumper
23 PropertiesDumper::~PropertiesDumper() in ~PropertiesDumper()
27 DumpStatus PropertiesDumper::PreExecute(const std::shared_ptr<DumperParameter>& parameter, in PreExecute()
33 DumpStatus PropertiesDumper::Execute() in Execute()
38 DumpStatus PropertiesDumper::AfterExecute() in AfterExecute()
43 void PropertiesDumper::RunDump() in RunDump()
47 void PropertiesDumper::StartDump() in StartDump()
51 void PropertiesDumper::Dump() in Dump()
55 void PropertiesDumper::StopDump() in StopDump()
59 void PropertiesDumper::ReadProperties() in ReadProperties()
/base/hiviewdfx/hidumper/frameworks/native/include/executor/
Dproperties_dumper.h22 class PropertiesDumper : public HidumperExecutor {
24 PropertiesDumper();
25 ~PropertiesDumper();
/base/hiviewdfx/hidumper/frameworks/native/src/factory/
Dproperties_dumper_factory.cpp22 return std::make_shared<PropertiesDumper>(); in CreateExecutor()