Home
last modified time | relevance | path

Searched refs:smapDumper_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dconfig_data.cpp621 const ConfigData::ItemCfg ConfigData::smapDumper_[] = { member in OHOS::HiviewDFX::ConfigData
919 {.name_ = smapDumper_[0].name_,
920 .desc_ = smapDumper_[0].desc_,
921 .list_ = smapDumper_,
922 .size_ = ARRAY_SIZE(smapDumper_)},
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/util/
H A Dconfig_data.h141 static const ItemCfg smapDumper_[]; variable