Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/tools/dump/src/
H A Dnotification_shell_command.cpp39 constexpr char COMMAND_SET_RECENT_COUNT[] = "setRecentCount"; variable
186 if (strncmp(cmd.c_str(), COMMAND_SET_RECENT_COUNT, strlen(COMMAND_SET_RECENT_COUNT)) == 0) { in RunDumpCmd()
294 std::string cmd = COMMAND_SET_RECENT_COUNT; in RunAsSettingCommand()