Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/tools/src/
H A Dcommand_parser.cpp43 const int32_t MAX_ARGUMENT_NUMBER = 4; variable
169 if (argc > MAX_ARGUMENT_NUMBER) { in RunAsInstallCommand()
212 if (argc > MAX_ARGUMENT_NUMBER) { in RunAsUninstallCommand()
246 if (argc > MAX_ARGUMENT_NUMBER) { in RunAsDumpCommand()
273 if (argc > MAX_ARGUMENT_NUMBER) { in RunAsGetUdidCommand()
295 if (argc > MAX_ARGUMENT_NUMBER) { in RunAsEnableCommand()
/ohos5.0/base/notification/distributed_notification_service/tools/dump/include/
H A Dshell_command.h97 static constexpr int32_t MAX_ARGUMENT_NUMBER = 256; variable
/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Dshell_command.h51 static constexpr int MAX_ARGUMENT_NUMBER = 4096; variable
/ohos5.0/base/security/access_token/tools/accesstoken/src/
H A Datm_command.cpp31 static constexpr int32_t MAX_ARGUMENT_NUMBER = 4096; variable
122 if ((argc < MIN_ARGUMENT_NUMBER) || (argc > MAX_ARGUMENT_NUMBER)) { in AtmCommand()
/ohos5.0/base/notification/distributed_notification_service/tools/dump/src/
H A Dshell_command.cpp29 if (argc < MIN_ARGUMENT_NUMBER || argc > MAX_ARGUMENT_NUMBER) { in ShellCommand()
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dshell_command.cpp31 if (argc < MIN_ARGUMENT_NUMBER || argc > MAX_ARGUMENT_NUMBER) { in ShellCommand()
/ohos5.0/base/account/os_account/tools/acm/src/
H A Daccount_command.cpp49 static constexpr int MAX_ARGUMENT_NUMBER = 4096; variable
60 if (argc < MIN_ARGUMENT_NUMBER || argc > MAX_ARGUMENT_NUMBER) { in AccountCommand()