Home
last modified time | relevance | path

Searched refs:expand_ (Results 1 - 5 of 5) sorted by relevance

/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dconfig_data.cpp1123 .expand_ = true,
1131 .expand_ = false,
1139 .expand_ = false,
1147 .expand_ = false,
1155 .expand_ = false,
1163 .expand_ = false,
1171 .expand_ = false,
1179 .expand_ = false,
1187 .expand_ = false,
1195 .expand_
[all...]
H A Dconfig_utils.cpp689 if (groupCfg.expand_) { in GetGroupSimple()
694 dumpGroup->expand_ = groupCfg.expand_; in GetGroupSimple()
697 auto &outlist = (groupCfg.expand_) ? dumpGroup->childs_ : result; in GetGroupSimple()
727 dumpGroup->expand_ = groups_[index].expand_; in GetGroup()
729 if (dumpGroup->expand_ && (dumpGroup->type_ == DumperConstant::GROUPTYPE_PID)) { in GetGroup()
739 } else if (dumpGroup->expand_ && (dumpGroup->type_ == DumperConstant::GROUPTYPE_CPUID)) { in GetGroup()
/base/hiviewdfx/hidumper/frameworks/native/include/common/
H A Ddump_cfg.h35 bool expand_ {false}; // true: expand; false: non-expand
/base/hiviewdfx/hidumper/frameworks/native/include/util/
H A Dconfig_data.h93 const bool expand_; // true: expand; false: non-expand member
/base/hiviewdfx/hidumper/frameworks/native/src/common/
H A Ddump_cfg.cpp133 " name=%{public}s, type=%{public}d[%{public}s], expand_=%{public}d, target=%{public}s," in Dump()
138 cfg.name_.c_str(), cfg.type_, ToStr(cfg.type_).c_str(), cfg.expand_, cfg.target_.c_str(), in Dump()

Completed in 5 milliseconds