/base/hiviewdfx/hilog/interfaces/js/kits/napi/src/common/napi/ |
H A D | n_func_arg.cpp | 28 argc_ = argc;
in SetArgc() 38 return argc_;
in GetArgc()
|
H A D | n_func_arg.h | 81 size_t argc_ = 0;
member in OHOS::HiviewDFX::final
|
/base/notification/distributed_notification_service/tools/dump/src/ |
H A D | shell_command.cpp | 26 argc_ = argc; in ShellCommand() 84 if (optind < 0 || optind > argc_) { in GetUnknownOptionMsg()
|
H A D | notification_shell_command.cpp | 205 while ((option = getopt_long(argc_, argv_, SHORT_OPTIONS, LONG_OPTIONS, nullptr)) != -1) { in SetDumpCmdInfo() 272 int option = getopt_long(argc_, argv_, SETTING_SHORT_OPTIONS, SETTING_LONG_OPTIONS, nullptr); in RunAsSettingCommand()
|
/base/security/access_token/tools/accesstoken/src/ |
H A D | atm_command.cpp | 123 AtmCommand::AtmCommand(int32_t argc, char *argv[]) : argc_(argc), argv_(argv), name_(TOOLS_NAME) in AtmCommand() 178 if ((optind < 0) || (optind >= argc_)) { in RunAsCommandError() 197 if ((optind < 0) || (optind > argc_)) { in GetUnknownOptionMsg() 417 int32_t option = getopt_long(argc_, argv_, shortOption.c_str(), longOption, nullptr); in HandleComplexCommand() 418 if ((optind < 0) || (optind > argc_)) { in HandleComplexCommand()
|
/base/account/os_account/tools/acm/src/ |
H A D | account_command.cpp | 56 argc_ = argc; in AccountCommand() 68 for (int i = 0; i < argc_; i++) { in AccountCommand() 98 if (optind < 0 || optind > argc_) { in GetUnknownOptionMsg() 141 int option = getopt_long(argc_, argv_, SHORT_OPTIONS.c_str(), LONG_OPTIONS, nullptr); in ParseCreateCommandOpt() 273 int option = getopt_long(argc_, argv_, SHORT_OPTIONS.c_str(), LONG_OPTIONS, nullptr); in RunCommand() 346 int option = getopt_long(argc_, argv_, SHORT_OPTIONS.c_str(), LONG_OPTIONS, nullptr); in ParseCommandOpt() 544 if (optind < 0 || optind >= argc_) { in RunCommandError()
|
/base/notification/common_event_service/tools/cem/include/ |
H A D | shell_command.h | 75 int argc_; member in OHOS::EventFwk::ShellCommand
|
/base/customization/enterprise_device_management/tools/edm/include/ |
H A D | shell_command.h | 44 int argc_; member in OHOS::EDM::ShellCommand
|
/base/notification/common_event_service/tools/cem/src/ |
H A D | shell_command.cpp | 28 argc_ = argc; in ShellCommand()
|
H A D | common_event_command.cpp | 102 while ((option = getopt_long(argc_, argv_, SHORT_OPTIONS.c_str(), LONG_OPTIONS, nullptr)) != -1) { in SetPublishCmdInfo() 201 while ((option = getopt_long(argc_, argv_, SHORT_OPTIONS.c_str(), LONG_OPTIONS, nullptr)) != -1) { in SetDumpCmdInfo()
|
/base/notification/distributed_notification_service/tools/dump/include/ |
H A D | shell_command.h | 99 int argc_; member in OHOS::Notification::ShellCommand
|
/base/powermgr/power_manager/utils/shell/src/ |
H A D | power_shell_command.cpp | 247 int option = getopt_long(argc_, argv_, "h", SET_MODE_OPTIONS, &ind); in RunAsSetModeCommand() 283 int option = getopt_long(argc_, argv_, "abcde", WAKE_UP_TYPES, &ind); in RunAsWakeupCommand() 330 int option = getopt_long(argc_, argv_, "h", HIBERNATE_OPTIONS, &ind); in RunAsHibernateCommand() 431 int option = getopt_long(argc_, argv_, "hp:u:", PROXYLOCK_OPTIONS, &ind); in RunAsProxyLockCommand() 627 int option = getopt_long(argc_, argv_, "hrcs:o:b:d:", DISPLAY_OPTIONS, &ind); in RunAsDisplayCommand() 645 int option = getopt_long(argc_, argv_, "hro:", TIME_OUT_OPTIONS, &ind); in RunAsTimeOutCommand()
|
/base/customization/enterprise_device_management/tools/edm/src/ |
H A D | shell_command.cpp | 27 argc_ = argc; in ShellCommand()
|
H A D | edm_command.cpp | 128 int32_t option = getopt_long(argc_, argv_, SHORT_OPTIONS.c_str(), LONG_OPTIONS, nullptr); in ParseEnableAdminCommandOption()
|
/base/security/access_token/tools/accesstoken/include/ |
H A D | atm_command.h | 57 int32_t argc_; member in OHOS::Security::AccessToken::final
|
/base/account/os_account/tools/acm/include/ |
H A D | account_command.h | 149 int argc_ = 0; member in OHOS::AccountSA::AccountCommand
|