Home
last modified time | relevance | path

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

/base/hiviewdfx/hidumper/frameworks/native/src/util/
Dconfig_data.cpp64 .section_ = "",
74 .section_ = "",
87 .section_ = "",
97 .section_ = "",
110 .section_ = "",
120 .section_ = "",
133 .section_ = "",
143 .section_ = "",
156 .section_ = "",
166 .section_ = "",
[all …]
Dconfig_utils.cpp550 dumpCfg->section_ = itemlist[i].section_; in GetDumper()
743 dumpCfg->section_ = section; in SetSection()
/base/hiviewdfx/hidumper/frameworks/native/src/common/
Ddump_cfg.cpp34 section_ = dumpCfg.section_; in operator =()
136 cfg.section_.c_str(), in Dump()
/base/hiviewdfx/hidumper/frameworks/native/include/common/
Ddump_cfg.h28 std::string section_; member
/base/hiviewdfx/hidumper/frameworks/native/include/util/
Dconfig_data.h71 const std::string &section_; member
/base/hiviewdfx/hidumper/frameworks/native/src/manager/
Ddump_implement.cpp466 if (dumpCfg->IsDumper() && CheckGroupName(groupName, dumpCfg->section_)) { in DumpDatas()