Home
last modified time | relevance | path

Searched refs:SHORT_OPTIONS (Results 1 - 4 of 4) sorted by relevance

/base/notification/common_event_service/tools/cem/src/
H A Dcommon_event_command.cpp29 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 Dedm_command.cpp27 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 Dnotification_shell_command.cpp35 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 Daccount_command.cpp28 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 3 milliseconds