Searched refs:nest (Results 1 – 6 of 6) sorted by relevance
/base/hiviewdfx/hidumper/frameworks/native/include/util/ |
D | config_utils.h | 67 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 §ion, int nest = 0);
|
/base/hiviewdfx/hidumper/frameworks/native/src/util/ |
D | config_utils.cpp | 583 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/ |
D | hidumper_executor.cpp | 141 uint64_t HidumperExecutor::GetHitTickCount(int nest) const in GetHitTickCount() 159 return ptrParent_->GetHitTickCount(nest + 1); in GetHitTickCount()
|
/base/hiviewdfx/hidumper/frameworks/native/src/common/ |
D | dump_cfg.cpp | 128 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/ |
D | hidumper_executor.h | 51 uint64_t GetHitTickCount(int nest = 0) const;
|
/base/hiviewdfx/hidumper/frameworks/native/include/common/ |
D | dump_cfg.h | 61 static void Dump(const DumpCfg& cfg, int nest = 0);
|