Home
last modified time | relevance | path

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

/ohos5.0/base/notification/common_event_service/tools/cem/include/
H A Dshell_command.h30 constexpr int MIN_ARGUMENT_NUMBER = 2; variable
/ohos5.0/base/customization/enterprise_device_management/tools/edm/include/
H A Dshell_command.h42 static constexpr int MIN_ARGUMENT_NUMBER = 2;
/ohos5.0/base/notification/common_event_service/tools/cem/src/
H A Dshell_command.cpp32 if (argc < MIN_ARGUMENT_NUMBER) { in ShellCommand()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/tools/dp/include/
H A Dshell_command.h47 static constexpr int MIN_ARGUMENT_NUMBER = 2;
/ohos5.0/base/notification/distributed_notification_service/tools/dump/include/
H A Dshell_command.h96 static constexpr int32_t MIN_ARGUMENT_NUMBER = 2;
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dshell_command.h50 static constexpr int MIN_ARGUMENT_NUMBER = 2;
/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Dshell_command.h50 static constexpr int MIN_ARGUMENT_NUMBER = 2;
/ohos5.0/base/customization/enterprise_device_management/tools/edm/src/
H A Dshell_command.cpp31 if (argc < MIN_ARGUMENT_NUMBER) { in ShellCommand()
/ohos5.0/base/account/os_account/tools/acm/src/
H A Daccount_command.cpp48 static constexpr int MIN_ARGUMENT_NUMBER = 2; variable
60 if (argc < MIN_ARGUMENT_NUMBER || argc > MAX_ARGUMENT_NUMBER) { in AccountCommand()
65 for (int i = MIN_ARGUMENT_NUMBER; i < argc; i++) { in AccountCommand()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/tools/dp/src/
H A Dshell_command.cpp42 if (argc < MIN_ARGUMENT_NUMBER) { in ShellCommand()
/ohos5.0/base/security/access_token/tools/accesstoken/src/
H A Datm_command.cpp30 static constexpr int32_t MIN_ARGUMENT_NUMBER = 2; variable
122 if ((argc < MIN_ARGUMENT_NUMBER) || (argc > MAX_ARGUMENT_NUMBER)) { in AtmCommand()
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dshell_command.cpp31 if (argc < MIN_ARGUMENT_NUMBER) { in ShellCommand()
/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/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/tools/src/
H A Dcommand_parser.cpp42 const int32_t MIN_ARGUMENT_NUMBER = 2; variable
129 if (argc < MIN_ARGUMENT_NUMBER) { in HandleCommands()