Searched refs:childs_ (Results 1 – 3 of 3) sorted by relevance
/base/hiviewdfx/hidumper/frameworks/native/src/util/ |
D | config_utils.cpp | 601 auto &outlist = (groupCfg.expand_) ? dumpGroup->childs_ : result; in GetGroupSimple() 641 GetGroupSimple(groups_[index], dumpGroup->childs_, newArgs, newLevel, nest); in GetGroup() 647 GetGroupSimple(groups_[index], dumpGroup->childs_, newArgs, level, nest); in GetGroup() 654 GetGroupSimple(groups_[index], dumpGroup->childs_, newArgs, level, nest); in GetGroup() 659 GetGroupSimple(groups_[index], dumpGroup->childs_, newArgs, level, nest); in GetGroup() 661 GetGroupSimple(groups_[index], dumpGroup->childs_, args, level, nest); in GetGroup() 719 if (item->childs_.empty()) { in ConvertTreeToList() 722 for (auto child : item->childs_) { in ConvertTreeToList() 725 ConvertTreeToList(item->childs_, tmpUsed, nest + 1); in ConvertTreeToList() 726 item->childs_.clear(); // must clear in ConvertTreeToList() [all …]
|
/base/hiviewdfx/hidumper/frameworks/native/src/common/ |
D | dump_cfg.cpp | 25 childs_.clear(); in ~DumpCfg() 50 return ((class_ == DumperConstant::GROUP) || (!childs_.empty())); in IsGroup() 148 for (auto dumpCfg : cfg.childs_) { in Dump()
|
/base/hiviewdfx/hidumper/frameworks/native/include/common/ |
D | dump_cfg.h | 37 std::vector<std::shared_ptr<DumpCfg>> childs_; // GROUP, must clear member
|