Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/util/
H A Dconfig_data.h39 static const std::string CONFIG_GROUP_LOG_HILOG; variable
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dconfig_data.cpp39 const std::string ConfigData::CONFIG_GROUP_LOG_HILOG = ConfigData::CONFIG_GROUP_LOG_ + "hilog"; member in OHOS::HiviewDFX::ConfigData
1142 .name_ = ConfigData::CONFIG_GROUP_LOG_HILOG,
H A Dconfig_utils.cpp563 GetConfig(CONFIG_GROUP_LOG_HILOG, dumpCfgs, args); in HandleDumpAppendix()