Home
last modified time | relevance | path

Searched refs:childs_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/update/updater/services/ptable_parse/
H A Dcomposite_ptable.cpp27 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 Dcomposite_ptable.h42 std::vector<std::unique_ptr<Ptable>> childs_ {};
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dconfig_utils.cpp694 auto &outlist = (groupCfg.expand_) ? dumpGroup->childs_ : result; in GetGroupSimple()
740 GetGroupSimple(groups_[index], dumpGroup->childs_, newArgs, level, nest); in GetGroup()
747 GetGroupSimple(groups_[index], dumpGroup->childs_, newArgs, level, nest); in GetGroup()
752 GetGroupSimple(groups_[index], dumpGroup->childs_, newArgs, level, nest); in GetGroup()
754 GetGroupSimple(groups_[index], dumpGroup->childs_, args, level, nest); in GetGroup()
812 if (item->childs_.empty()) { in ConvertTreeToList()
815 for (auto child : item->childs_) { in ConvertTreeToList()
818 ConvertTreeToList(item->childs_, tmpUsed, nest + 1); in ConvertTreeToList()
819 item->childs_.clear(); // must clear in ConvertTreeToList()
838 if (dumpCfg->childs_.empty()) { in SetSection()
[all …]
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/common/
H A Ddump_cfg.cpp25 childs_.clear(); in ~DumpCfg()
50 return ((class_ == DumperConstant::GROUP) || (!childs_.empty())); in IsGroup()
148 for (auto dumpCfg : cfg.childs_) { in Dump()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/common/
H A Ddump_cfg.h37 std::vector<std::shared_ptr<DumpCfg>> childs_; // GROUP, must clear member