Searched refs:SHORT_OPTIONS (Results 1 – 3 of 3) sorted by relevance
/base/notification/common_event_service/tools/cem/src/ |
D | common_event_command.cpp | 29 const std::string SHORT_OPTIONS = "he:asoc:d:u:p:"; variable 114 … while ((option = getopt_long(argc_, argv_, SHORT_OPTIONS.c_str(), LONG_OPTIONS, nullptr)) != -1) { in SetPublishCmdInfo() 207 … while ((option = getopt_long(argc_, argv_, SHORT_OPTIONS.c_str(), LONG_OPTIONS, nullptr)) != -1) { in SetDumpCmdInfo()
|
/base/notification/distributed_notification_service/tools/dump/src/ |
D | notification_shell_command.cpp | 34 constexpr char SHORT_OPTIONS[] = "hARDb:u:"; variable 36 constexpr char SHORT_OPTIONS[] = "hARb:u:"; variable 190 while ((option = getopt_long(argc_, argv_, SHORT_OPTIONS, LONG_OPTIONS, nullptr)) != -1) { in SetDumpCmdInfo()
|
/base/account/os_account/tools/acm/src/ |
D | account_command.cpp | 25 const std::string SHORT_OPTIONS = "hn:t:i:c:ea"; variable 100 int option = getopt_long(argc_, argv_, SHORT_OPTIONS.c_str(), LONG_OPTIONS, nullptr); in RunAsCreateCommand() 214 int option = getopt_long(argc_, argv_, SHORT_OPTIONS.c_str(), LONG_OPTIONS, nullptr); in RunCommand() 287 int option = getopt_long(argc_, argv_, SHORT_OPTIONS.c_str(), LONG_OPTIONS, nullptr); in ParseCommandOpt()
|