Home
last modified time | relevance | path

Searched refs:ConfigUtils (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dconfig_utils.cpp35 ConfigUtils::ConfigUtils(const std::shared_ptr<DumperParameter> &param) : dumperParam_(param) in ConfigUtils() function in OHOS::HiviewDFX::ConfigUtils
39 ConfigUtils::~ConfigUtils() in ~ConfigUtils()
55 ConfigUtils configUtils(param); in GetDumperConfigs()
68 DumpStatus ConfigUtils::GetDumperConfigs() in GetDumperConfigs()
127 std::string ConfigUtils::GetSectionName(const std::string &name) in GetSectionName()
179 bool ConfigUtils::HandleDumpLog(std::vector<std::shared_ptr<DumpCfg>> &dumpCfgs) in HandleDumpLog()
202 bool ConfigUtils::HandleDumpList(std::vector<std::shared_ptr<DumpCfg>> &dumpCfgs) in HandleDumpList()
359 bool ConfigUtils::HandleDumpMem(std::vector<std::shared_ptr<DumpCfg>> &dumpCfgs) in HandleDumpMem()
411 void ConfigUtils::HandleDumpMemCommon(std::shared_ptr<DumperParameter> dumpParam, in HandleDumpMemCommon()
453 bool ConfigUtils::HandleDumpNet(std::vector<std::shared_ptr<DumpCfg>> &dumpCfgs) in HandleDumpNet()
[all …]
/ohos5.0/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_configutils_test.cpp56 ConfigUtils configUtils(nullptr);
87 ConfigUtils configUtils(nullptr);
133 ConfigUtils configUtils(nullptr);
161 ConfigUtils configUtils(parameter);
179 ConfigUtils configUtils(parameter);
206 ConfigUtils configUtils(parameter);
239 ConfigUtils configUtils(parameter);
259 ConfigUtils configUtils(parameter);
277 ConfigUtils configUtils(parameter);
295 ConfigUtils configUtils(parameter);
[all …]
H A Dhidumper_dumpers_test.cpp473 g_config->target_ = ConfigUtils::STR_ABILITY;
484 g_config->target_ = ConfigUtils::STR_SYSTEM;
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dlist_dumper.cpp50 if (target_ == ConfigUtils::STR_ABILITY) { in Execute()
59 } else if (target_ == ConfigUtils::STR_SYSTEM) { in Execute()
61 ConfigUtils::GetSectionNames(ConfigUtils::CONFIG_GROUP_SYSTEM_, list); in Execute()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/util/
H A Dconfig_utils.h25 class ConfigUtils : public ConfigData {
27 explicit ConfigUtils(const std::shared_ptr<DumperParameter> &param);
28 ~ConfigUtils();
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/common/
H A Ddumper_opts.cpp213 ConfigUtils::GetSectionNames(ConfigUtils::CONFIG_GROUP_SYSTEM_, systemList); in CheckOptions()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/manager/
H A Ddump_implement.cpp104 ConfigUtils::GetDumperConfigs(ptrDumperParameter); in Main()