Home
last modified time | relevance | path

Searched refs:CONFIG_GROUP_SYSTEM_BASE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/util/
H A Dconfig_data.h48 static const std::string CONFIG_GROUP_SYSTEM_BASE; variable
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dconfig_data.cpp50 const std::string ConfigData::CONFIG_GROUP_SYSTEM_BASE = ConfigData::CONFIG_GROUP_SYSTEM_ + "base"; member in OHOS::HiviewDFX::ConfigData
1206 .name_ = ConfigData::CONFIG_GROUP_SYSTEM_BASE,
H A Dconfig_utils.cpp288 GetConfig(CONFIG_GROUP_SYSTEM_BASE, dumpCfgs, args); in HandleDumpSystem()