Home
last modified time | relevance | path

Searched refs:argv_ (Results 1 - 16 of 16) sorted by relevance

/base/hiviewdfx/hilog/interfaces/js/kits/napi/src/common/napi/
H A Dn_func_arg.cpp48 return (argPos < GetArgc()) ? argv_[argPos] : nullptr; in GetArg()
59 argv_.reset(); in InitArgs()
68 argv_ = make_unique<napi_value[]>(argc); in InitArgs()
69 status = napi_get_cb_info(env_, info_, &argc, argv_.get(), &thisVar, nullptr); in InitArgs()
H A Dn_func_arg.h82 std::unique_ptr<napi_value[]> argv_ = {nullptr}; member in OHOS::HiviewDFX::final
/base/notification/common_event_service/tools/cem/include/
H A Dshell_command.h76 char **argv_; member in OHOS::EventFwk::ShellCommand
/base/customization/enterprise_device_management/tools/edm/include/
H A Dshell_command.h45 char **argv_; member in OHOS::EDM::ShellCommand
/base/notification/common_event_service/tools/cem/src/
H A Dshell_command.cpp29 argv_ = argv; in ShellCommand()
H A Dcommon_event_command.cpp102 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 Dshell_command.h100 char **argv_; member in OHOS::Notification::ShellCommand
/base/account/os_account/tools/acm/src/
H A Daccount_command.cpp57 argv_ = argv; in AccountCommand()
69 ACCOUNT_LOGD("argv_[%{public}d]: %{public}s", i, argv_[i]); in AccountCommand()
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()
550 if (strcmp(argv_[optind], cmd_.c_str()) == 0) { in RunCommandError()
/base/powermgr/power_manager/utils/shell/src/
H A Dpower_shell_command.cpp247 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 Dshell_command.cpp28 argv_ = argv; in ShellCommand()
H A Dedm_command.cpp128 int32_t option = getopt_long(argc_, argv_, SHORT_OPTIONS.c_str(), LONG_OPTIONS, nullptr); in ParseEnableAdminCommandOption()
/base/security/access_token/tools/accesstoken/src/
H A Datm_command.cpp123 AtmCommand::AtmCommand(int32_t argc, char *argv[]) : argc_(argc), argv_(argv), name_(TOOLS_NAME) in AtmCommand()
183 if (strcmp(argv_[optind], cmd_.c_str()) == 0) { in RunAsCommandError()
417 int32_t option = getopt_long(argc_, argv_, shortOption.c_str(), longOption, nullptr); in HandleComplexCommand()
/base/notification/distributed_notification_service/tools/dump/src/
H A Dshell_command.cpp27 argv_ = argv; in ShellCommand()
H A Dnotification_shell_command.cpp205 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/include/
H A Datm_command.h58 char** argv_; member in OHOS::Security::AccessToken::final
/base/account/os_account/tools/acm/include/
H A Daccount_command.h150 char** argv_ = nullptr; member in OHOS::AccountSA::AccountCommand

Completed in 7 milliseconds