Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/tools/dump/src/
H A Dnotification_shell_command.cpp160 int32_t recvUserId = SUBSCRIBE_USER_INIT; in RunAsDumpCommand() local
161 SetDumpCmdInfo(cmd, bundle, userId, ret, recvUserId); in RunAsDumpCommand()
172 ret = RunDumpCmd(cmd, bundle, userId, recvUserId, infos); in RunAsDumpCommand()
182 int32_t userId, int32_t recvUserId, std::vector<std::string> &infos) in RunDumpCmd() argument
185 ErrCode ret = ans_->ShellDump(cmd, bundle, userId, recvUserId, infos); in RunDumpCmd()
201 ErrCode &ret, int32_t &recvUserId) in SetDumpCmdInfo() argument
235 recvUserId = atoi(optarg); in SetDumpCmdInfo()
/ohos5.0/base/notification/distributed_notification_service/tools/dump/include/
H A Dnotification_shell_command.h48 …CmdInfo(std::string &cmd, std::string &bundle, int32_t &userId, ErrCode &ret, int32_t &recvUserId);
49 …e RunDumpCmd(const std::string& cmd, const std::string& bundle, int32_t userId, int32_t recvUserId,
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_proxy_utils.cpp54 int32_t recvUserId, std::vector<std::string> &dumpInfo) in ShellDump() argument
73 if (!data.WriteInt32(recvUserId)) { in ShellDump()
H A Dans_manager_stub_invalid.cpp568 int32_t recvUserId, std::vector<std::string> &dumpInfo) in ShellDump() argument
H A Dans_manager_stub.cpp1890 int32_t recvUserId; in HandleShellDump() local
1891 if (!data.ReadInt32(recvUserId)) { in HandleShellDump()
1896 ErrCode result = ShellDump(cmd, bundle, userId, recvUserId, notificationsInfo); in HandleShellDump()
H A Dans_notification.cpp1759 int32_t recvUserId, std::vector<std::string> &dumpInfo) in ShellDump() argument
1767 return proxy->ShellDump(cmd, bundle, userId, recvUserId, dumpInfo); in ShellDump()
/ohos5.0/base/notification/distributed_notification_service/tools/test/mock/
H A Dmock_ans_manager_stub.cpp38 int32_t recvUserId, std::vector<std::string> &dumpInfo) in ShellDump() argument
H A Dmock_ans_manager_stub.h42 …de ShellDump(const std::string &cmd, const std::string &bundle, int32_t userId, int32_t recvUserId,
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp338 int32_t recvUserId, std::vector<std::string> &dumpInfo) in ActiveNotificationDump() argument
349 … if (recvUserId != SUBSCRIBE_USER_INIT && recvUserId != record->notification->GetRecvUserId()) { in ActiveNotificationDump()
384 int32_t recvUserId, std::vector<std::string> &dumpInfo) in RecentNotificationDump() argument
396 …if (recvUserId != SUBSCRIBE_USER_INIT && recvUserId != recentNotification->notification->GetRecvUs… in RecentNotificationDump()
429 int32_t recvUserId, std::vector<std::string> &dumpInfo) in DistributedNotificationDump() argument
440 … if (recvUserId != SUBSCRIBE_USER_INIT && recvUserId != record->notification->GetRecvUserId()) { in DistributedNotificationDump()
1471 int32_t recvUserId, std::vector<std::string> &dumpInfo) in ShellDump() argument
1489 result = ActiveNotificationDump(bundle, userId, recvUserId, dumpInfo); in ShellDump()
1491 result = RecentNotificationDump(bundle, userId, recvUserId, dumpInfo); in ShellDump()
1494 result = DistributedNotificationDump(bundle, userId, recvUserId, dumpInfo); in ShellDump()
H A Dnotification_subscriber_manager.cpp539 int32_t recvUserId = notification->GetNotificationRequestPoint()->GetReceiverUserId(); in IsSubscribedBysubscriber() local
541 if (record->userId == recvUserId) { in IsSubscribedBysubscriber()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dpublish.cpp85 int32_t recvUserId = SUBSCRIBE_USER_INIT; in ParseParameters() local
86 NAPI_CALL(env, napi_get_value_int32(env, argv[PARAM1], &recvUserId)); in ParseParameters()
87 params.request.SetOwnerUserId(recvUserId); in ParseParameters()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h961 …de ShellDump(const std::string &cmd, const std::string &bundle, int32_t userId, int32_t recvUserId,
1253 ErrCode ActiveNotificationDump(const std::string& bundle, int32_t userId, int32_t recvUserId,
1255 ErrCode RecentNotificationDump(const std::string& bundle, int32_t userId, int32_t recvUserId,
1258 … ErrCode DistributedNotificationDump(const std::string& bundle, int32_t userId, int32_t recvUserId,
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h1048 …de ShellDump(const std::string &cmd, const std::string &bundle, int32_t userId, int32_t recvUserId,
H A Dans_manager_interface.h802 …de ShellDump(const std::string &cmd, const std::string &bundle, int32_t userId, int32_t recvUserId,
H A Dans_manager_proxy.h789 …de ShellDump(const std::string &cmd, const std::string &bundle, int32_t userId, int32_t recvUserId,
H A Dans_manager_stub.h791 …de ShellDump(const std::string &cmd, const std::string &bundle, int32_t userId, int32_t recvUserId,
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp488 …de ShellDump(const std::string &cmd, const std::string &bundle, int32_t userId, int32_t recvUserId, in ShellDump() argument