Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/old/tools/dp/src/
H A Ddp_command.cpp88 const std::string SHORT_OPTIONS = "hd:s:m:t:"; variable
169 int option = getopt_long(argc_, argv_, SHORT_OPTIONS.c_str(), LONG_OPTIONS, nullptr); in QueryCommand()
201 int option = getopt_long(argc_, argv_, SHORT_OPTIONS.c_str(), LONG_OPTIONS, nullptr); in PutCommand()
235 int option = getopt_long(argc_, argv_, SHORT_OPTIONS.c_str(), LONG_OPTIONS, nullptr); in DeleteCommand()
261 int option = getopt_long(argc_, argv_, SHORT_OPTIONS.c_str(), LONG_OPTIONS, nullptr); in SyncCommand()
296 int option = getopt_long(argc_, argv_, SHORT_OPTIONS.c_str(), LONG_OPTIONS, nullptr); in SubscribeCommand()
/ohos5.0/base/notification/common_event_service/tools/cem/src/
H A Dcommon_event_command.cpp29 const std::string SHORT_OPTIONS = "he:asoc:d:u:p:"; variable
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()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/tools/src/
H A Dcommand_parser.cpp89 const std::string SHORT_OPTIONS = "n:hlp:m:"; variable
178 …while ((option = getopt_long_only(argc, argv, SHORT_OPTIONS.c_str(), LONG_OPTIONS, nullptr)) != -1… in RunAsInstallCommand()
220 …while ((option = getopt_long_only(argc, argv, SHORT_OPTIONS.c_str(), LONG_OPTIONS, nullptr)) != -1… in RunAsUninstallCommand()
251 int32_t option = getopt_long_only(argc, argv, SHORT_OPTIONS.c_str(), LONG_OPTIONS, nullptr); in RunAsDumpCommand()
/ohos5.0/base/notification/distributed_notification_service/tools/dump/src/
H A Dnotification_shell_command.cpp35 constexpr char SHORT_OPTIONS[] = "hARDb:u:r:"; variable
37 constexpr char SHORT_OPTIONS[] = "hARb:u:"; variable
205 while ((option = getopt_long(argc_, argv_, SHORT_OPTIONS, LONG_OPTIONS, nullptr)) != -1) { in SetDumpCmdInfo()
/ohos5.0/base/customization/enterprise_device_management/tools/edm/src/
H A Dedm_command.cpp27 const std::string SHORT_OPTIONS = "hn:a:"; variable
128 int32_t option = getopt_long(argc_, argv_, SHORT_OPTIONS.c_str(), LONG_OPTIONS, nullptr); in ParseEnableAdminCommandOption()
/ohos5.0/base/account/os_account/tools/acm/src/
H A Daccount_command.cpp28 const std::string SHORT_OPTIONS = "hn:t:i:s:l:c:ea"; variable
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()
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp80 const std::string SHORT_OPTIONS = "hp:rn:m:a:cdu:w:s:i:"; variable
530 int32_t option = getopt_long(argc_, argv_, SHORT_OPTIONS.c_str(), LONG_OPTIONS, nullptr); in RunAsInstallCommand()
1136 int32_t option = getopt_long(argc_, argv_, SHORT_OPTIONS.c_str(), LONG_OPTIONS, nullptr); in RunAsCleanCommand()
1313 int32_t option = getopt_long(argc_, argv_, SHORT_OPTIONS.c_str(), LONG_OPTIONS, nullptr); in RunAsEnableCommand()
1462 int32_t option = getopt_long(argc_, argv_, SHORT_OPTIONS.c_str(), LONG_OPTIONS, nullptr); in RunAsDisableCommand()
H A Dbundle_test_tool.cpp641 const std::string SHORT_OPTIONS = "hn:m:a:d:u:i:"; variable
1060 int32_t option = getopt_long(argc_, argv_, SHORT_OPTIONS.c_str(), LONG_OPTIONS, nullptr); in RunAsCheckCommand()
1248 int32_t option = getopt_long(argc_, argv_, SHORT_OPTIONS.c_str(), LONG_OPTIONS, nullptr); in RunAsSetRemovableCommand()
1292 int32_t option = getopt_long(argc_, argv_, SHORT_OPTIONS.c_str(), LONG_OPTIONS, nullptr); in RunAsGetRemovableCommand()
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp54 const std::string SHORT_OPTIONS = "ch:d:a:b:e:t:p:s:m:A:U:CDESNR"; variable
1296 option = getopt_long(argc_, argv_, SHORT_OPTIONS.c_str(), LONG_OPTIONS, nullptr); in MakeWantFromCmd()