Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dshell_command_config_loader.cpp28 constexpr static int COMMANDS_MAX_SIZE = 100; variable
83 if (aaJson[AA_TOOL_COMMAND_LIST].size() > COMMANDS_MAX_SIZE) { in ReadConfig()