Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/tools/dump/src/
H A Dnotification_shell_command.cpp172 ret = RunDumpCmd(cmd, bundle, userId, recvUserId, infos); in RunAsDumpCommand()
181 ErrCode NotificationShellCommand::RunDumpCmd(const std::string& cmd, const std::string& bundle, in RunDumpCmd() function in OHOS::Notification::NotificationShellCommand
296 return RunDumpCmd(cmd, "", SUBSCRIBE_USER_INIT, SUBSCRIBE_USER_INIT, infos); in RunAsSettingCommand()
/ohos5.0/base/notification/distributed_notification_service/tools/dump/include/
H A Dnotification_shell_command.h49 …ErrCode RunDumpCmd(const std::string& cmd, const std::string& bundle, int32_t userId, int32_t recv…