Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/util/
H A Dconfig_data.h44 static const std::string CONFIG_GROUP_SERVICE; variable
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dconfig_data.cpp46 const std::string ConfigData::CONFIG_GROUP_SERVICE = ConfigData::CONFIG_GROUP_ + "service"; member in OHOS::HiviewDFX::ConfigData
1190 .name_ = ConfigData::CONFIG_GROUP_SERVICE,
H A Dconfig_utils.cpp248 GetConfig(CONFIG_GROUP_SERVICE, dumpCfgs, args); in HandleDumpService()