Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/util/
H A Dconfig_data.h51 static const std::string CONFIG_GROUP_NET_TRAFFIC; variable
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dconfig_data.cpp45 const std::string ConfigData::CONFIG_GROUP_NET_TRAFFIC = ConfigData::CONFIG_GROUP_ + "net traffic"; member in OHOS::HiviewDFX::ConfigData
1222 .name_ = ConfigData::CONFIG_GROUP_NET_TRAFFIC,
H A Dconfig_utils.cpp472 GetConfig(CONFIG_GROUP_NET_TRAFFIC, dumpCfgs, args); in HandleDumpNet()