Home
last modified time | relevance | path

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

/base/notification/common_event_service/tools/cem/src/
Dcommon_event_command.cpp29 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/
Dnotification_shell_command.cpp34 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/
Daccount_command.cpp25 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()