Searched refs:SHORT_OPTIONS (Results 1 - 4 of 4) sorted by relevance
/base/notification/common_event_service/tools/cem/src/ |
H A D | common_event_command.cpp | 29 const std::string SHORT_OPTIONS = "he:asoc:d:u:p:"; member 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/customization/enterprise_device_management/tools/edm/src/ |
H A D | edm_command.cpp | 27 const std::string SHORT_OPTIONS = "hn:a:"; member 128 int32_t option = getopt_long(argc_, argv_, SHORT_OPTIONS.c_str(), LONG_OPTIONS, nullptr); in ParseEnableAdminCommandOption()
|
/base/notification/distributed_notification_service/tools/dump/src/ |
H A D | notification_shell_command.cpp | 35 constexpr char SHORT_OPTIONS[] = "hARDb:u:r:"; member 37 constexpr char SHORT_OPTIONS[] = "hARb:u:"; member 205 while ((option = getopt_long(argc_, argv_, SHORT_OPTIONS, LONG_OPTIONS, nullptr)) != -1) { in SetDumpCmdInfo()
|
/base/account/os_account/tools/acm/src/ |
H A D | account_command.cpp | 28 const std::string SHORT_OPTIONS = "hn:t:i:s:l:c:ea"; member 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()
|
Completed in 4 milliseconds