Searched defs:DumpCfg (Results 1 – 2 of 2) sorted by relevance
24 struct DumpCfg { struct36 std::shared_ptr<DumpCfg> parent_; argument37 std::vector<std::shared_ptr<DumpCfg>> childs_; // GROUP, must clear argument40 DumpCfg(); argument42 DumpCfg& operator=(const DumpCfg& dumpCfg); argument
19 DumpCfg::DumpCfg() in DumpCfg() function in OHOS::HiviewDFX::DumpCfg