Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dconfig_data.cpp220 const ConfigData::ItemCfg ConfigData::dumpFormatVersionDumper_[] = { member in OHOS::HiviewDFX::ConfigData
833 {.name_ = dumpFormatVersionDumper_[0].name_,
834 .desc_ = dumpFormatVersionDumper_[0].desc_,
835 .list_ = dumpFormatVersionDumper_,
836 .size_ = ARRAY_SIZE(dumpFormatVersionDumper_)},
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/util/
H A Dconfig_data.h114 static const ItemCfg dumpFormatVersionDumper_[]; variable