Searched refs:PropertiesDumper (Results 1 – 3 of 3) sorted by relevance
19 PropertiesDumper::PropertiesDumper() in PropertiesDumper() function in OHOS::HiviewDFX::PropertiesDumper23 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()
22 class PropertiesDumper : public HidumperExecutor {24 PropertiesDumper();25 ~PropertiesDumper();
22 return std::make_shared<PropertiesDumper>(); in CreateExecutor()