Searched refs:childs_ (Results 1 - 5 of 5) sorted by relevance
/base/update/updater/services/ptable_parse/ |
H A D | composite_ptable.cpp | 27 for (const auto &iter : childs_) { in ParsePartitionFromBuffer() 44 for (const auto &iter : childs_) { in LoadPtableFromDevice() 60 for (const auto &iter : childs_) { in WritePartitionTable() 79 for (const auto &iter : childs_) { in GetPtableImageBuffer() 98 for (const auto &iter : childs_) { in EditPartitionBuf() 121 childs_.emplace_back(std::move(child)); in AddChildPtable()
|
H A D | composite_ptable.h | 42 std::vector<std::unique_ptr<Ptable>> childs_ {};
|
/base/hiviewdfx/hidumper/frameworks/native/src/util/ |
H A D | config_utils.cpp | 697 auto &outlist = (groupCfg.expand_) ? dumpGroup->childs_ : result; in GetGroupSimple() 737 GetGroupSimple(groups_[index], dumpGroup->childs_, newArgs, newLevel, nest); in GetGroup() 743 GetGroupSimple(groups_[index], dumpGroup->childs_, newArgs, level, nest); in GetGroup() 750 GetGroupSimple(groups_[index], dumpGroup->childs_, newArgs, level, nest); in GetGroup() 755 GetGroupSimple(groups_[index], dumpGroup->childs_, newArgs, level, nest); in GetGroup() 757 GetGroupSimple(groups_[index], dumpGroup->childs_, args, level, nest); in GetGroup() 815 if (item->childs_.empty()) { in ConvertTreeToList() 818 for (auto child : item->childs_) { in ConvertTreeToList() 821 ConvertTreeToList(item->childs_, tmpUsed, nest + 1); in ConvertTreeToList() 822 item->childs_ in ConvertTreeToList() [all...] |
/base/hiviewdfx/hidumper/frameworks/native/src/common/ |
H A 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/ |
H A D | dump_cfg.h | 37 std::vector<std::shared_ptr<DumpCfg>> childs_; // GROUP, must clear member
|
Completed in 3 milliseconds