Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/util/
H A Dconfig_data.h63 static const std::string CONFIG_DUMPER_LIST_SYSTEM_ABILITY; variable
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dconfig_data.cpp30 const std::string ConfigData::CONFIG_DUMPER_LIST_SYSTEM_ABILITY = ConfigData::CONFIG_DUMPER_LIST_ +… member in OHOS::HiviewDFX::ConfigData
711 … ConfigData::CONFIG_DUMPER_LIST_SYSTEM_ABILITY, "list system ability", ConfigData::STR_ABILITY, "",
H A Dconfig_utils.cpp216 GetConfig(CONFIG_DUMPER_LIST_SYSTEM_ABILITY, dumpCfgs, args); in HandleDumpList()