Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/tools/src/
H A Dability_tool.cpp41 constexpr char CMD_DUMP_ABILITY[] = "dump"; variable
82 strcmp(command, CMD_DUMP_ABILITY) != 0) { in SetCommand()
127 } else if (strcmp(command_, CMD_DUMP_ABILITY) == 0) { in RunCommand()
151 if (strcmp(command_, CMD_DUMP_ABILITY) == 0) { in BuildWant()