Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/tools/dump/src/
H A Dnotification_shell_command.cpp70 constexpr char SETTING_SHORT_OPTIONS[] = "c:e:d:"; variable
272 int option = getopt_long(argc_, argv_, SETTING_SHORT_OPTIONS, SETTING_LONG_OPTIONS, nullptr); in RunAsSettingCommand()