Searched refs:LONG_OPTIONS (Results 1 - 5 of 5) sorted by relevance
/base/hiviewdfx/hitrace/cmd/src/ |
H A D | hitrace_cmd.cpp | 104 constexpr struct option LONG_OPTIONS[] = { member 310 if (!strcmp(LONG_OPTIONS[optionIndex].name, "buffer_size")) { in ParseLongOpt() 325 } else if (!strcmp(LONG_OPTIONS[optionIndex].name, "trace_clock")) { in ParseLongOpt() 333 } else if (!strcmp(LONG_OPTIONS[optionIndex].name, "help")) { in ParseLongOpt() 335 } else if (!strcmp(LONG_OPTIONS[optionIndex].name, "time")) { in ParseLongOpt() 343 } else if (!strcmp(LONG_OPTIONS[optionIndex].name, "list_categories")) { in ParseLongOpt() 345 } else if (!strcmp(LONG_OPTIONS[optionIndex].name, "output")) { in ParseLongOpt() 347 } else if (!strcmp(LONG_OPTIONS[optionIndex].name, "overwrite")) { in ParseLongOpt() 349 } else if (!strcmp(LONG_OPTIONS[optionIndex].name, "trace_begin")) { in ParseLongOpt() 351 } else if (!strcmp(LONG_OPTIONS[optionInde in ParseLongOpt() [all...] |
/base/notification/common_event_service/tools/cem/src/ |
H A D | common_event_command.cpp | 30 const struct option LONG_OPTIONS[] = { 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 | 30 const struct option LONG_OPTIONS[] = { member 128 int32_t option = getopt_long(argc_, argv_, SHORT_OPTIONS.c_str(), LONG_OPTIONS, nullptr); in ParseEnableAdminCommandOption()
|
/base/account/os_account/tools/acm/src/ |
H A D | account_command.cpp | 29 const struct option LONG_OPTIONS[] = { 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()
|
/base/notification/distributed_notification_service/tools/dump/src/ |
H A D | notification_shell_command.cpp | 40 const struct option LONG_OPTIONS[] = { member 205 while ((option = getopt_long(argc_, argv_, SHORT_OPTIONS, LONG_OPTIONS, nullptr)) != -1) { in SetDumpCmdInfo()
|
Completed in 7 milliseconds