Searched refs:section_ (Results 1 – 6 of 6) sorted by relevance
/base/hiviewdfx/hidumper/frameworks/native/src/util/ |
D | config_data.cpp | 64 .section_ = "", 74 .section_ = "", 87 .section_ = "", 97 .section_ = "", 110 .section_ = "", 120 .section_ = "", 133 .section_ = "", 143 .section_ = "", 156 .section_ = "", 166 .section_ = "", [all …]
|
D | config_utils.cpp | 550 dumpCfg->section_ = itemlist[i].section_; in GetDumper() 743 dumpCfg->section_ = section; in SetSection()
|
/base/hiviewdfx/hidumper/frameworks/native/src/common/ |
D | dump_cfg.cpp | 34 section_ = dumpCfg.section_; in operator =() 136 cfg.section_.c_str(), in Dump()
|
/base/hiviewdfx/hidumper/frameworks/native/include/common/ |
D | dump_cfg.h | 28 std::string section_; member
|
/base/hiviewdfx/hidumper/frameworks/native/include/util/ |
D | config_data.h | 71 const std::string §ion_; member
|
/base/hiviewdfx/hidumper/frameworks/native/src/manager/ |
D | dump_implement.cpp | 466 if (dumpCfg->IsDumper() && CheckGroupName(groupName, dumpCfg->section_)) { in DumpDatas()
|