Home
last modified time | relevance | path

Searched refs:nest (Results 1 – 6 of 6) sorted by relevance

/base/hiviewdfx/hidumper/frameworks/native/include/util/
Dconfig_utils.h67 std::shared_ptr<OptionArgs> args, int level = DumperConstant::NONE, int nest = 0);
69 std::shared_ptr<OptionArgs> args, int level = DumperConstant::NONE, int nest = 0);
74 std::shared_ptr<OptionArgs> args, int level = DumperConstant::NONE, int nest = 0);
77 std::vector<std::shared_ptr<DumpCfg>> &list, int nest = 0);
78 …Section(std::vector<std::shared_ptr<DumpCfg>> &dumpCfgs, const std::string &section, int nest = 0);
/base/hiviewdfx/hidumper/frameworks/native/src/util/
Dconfig_utils.cpp583 std::shared_ptr<OptionArgs> args, int level, int nest) in GetGroupSimple() argument
585 if (nest > NEST_MAX) { in GetGroupSimple()
610 GetGroup(groupCfg.list_[i], outlist, args, level, nest + 1); in GetGroupSimple()
621 std::shared_ptr<OptionArgs> args, int level, int nest) in GetGroup() argument
623 if (nest > NEST_MAX) { in GetGroup()
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()
[all …]
/base/hiviewdfx/hidumper/frameworks/native/src/executor/
Dhidumper_executor.cpp141 uint64_t HidumperExecutor::GetHitTickCount(int nest) const in GetHitTickCount()
159 return ptrParent_->GetHitTickCount(nest + 1); in GetHitTickCount()
/base/hiviewdfx/hidumper/frameworks/native/src/common/
Ddump_cfg.cpp128 void DumpCfg::Dump(const DumpCfg& cfg, int nest) in Dump() argument
130 DUMPER_HILOGD(MODULE_COMMON, "debug|*********[%{public}d]********", nest); in Dump()
149 dumpCfg->Dump(nest+1); in Dump()
/base/hiviewdfx/hidumper/frameworks/native/include/executor/
Dhidumper_executor.h51 uint64_t GetHitTickCount(int nest = 0) const;
/base/hiviewdfx/hidumper/frameworks/native/include/common/
Ddump_cfg.h61 static void Dump(const DumpCfg& cfg, int nest = 0);