Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp78 constexpr char HELP_NOTIFICATION_OPTION[] = "help"; variable
90 { "--help", HELP_NOTIFICATION_OPTION },
93 { "-h", HELP_NOTIFICATION_OPTION },
1532 if (cmdValue == HELP_NOTIFICATION_OPTION) { in GetDumpInfo()