/ohos5.0/base/notification/distributed_notification_service/tools/dump/src/ |
H A D | notification_shell_command.cpp | 160 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 D | notification_shell_command.h | 48 …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 D | ans_manager_proxy_utils.cpp | 54 int32_t recvUserId, std::vector<std::string> &dumpInfo) in ShellDump() argument 73 if (!data.WriteInt32(recvUserId)) { in ShellDump()
|
H A D | ans_manager_stub_invalid.cpp | 568 int32_t recvUserId, std::vector<std::string> &dumpInfo) in ShellDump() argument
|
H A D | ans_manager_stub.cpp | 1890 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 D | ans_notification.cpp | 1759 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 D | mock_ans_manager_stub.cpp | 38 int32_t recvUserId, std::vector<std::string> &dumpInfo) in ShellDump() argument
|
H A D | mock_ans_manager_stub.h | 42 …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 D | advanced_notification_utils.cpp | 338 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 D | notification_subscriber_manager.cpp | 539 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 D | publish.cpp | 85 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 D | advanced_notification_service.h | 961 …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 D | ans_notification.h | 1048 …de ShellDump(const std::string &cmd, const std::string &bundle, int32_t userId, int32_t recvUserId,
|
H A D | ans_manager_interface.h | 802 …de ShellDump(const std::string &cmd, const std::string &bundle, int32_t userId, int32_t recvUserId,
|
H A D | ans_manager_proxy.h | 789 …de ShellDump(const std::string &cmd, const std::string &bundle, int32_t userId, int32_t recvUserId,
|
H A D | ans_manager_stub.h | 791 …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 D | ans_notification_branch_test.cpp | 488 …de ShellDump(const std::string &cmd, const std::string &bundle, int32_t userId, int32_t recvUserId, in ShellDump() argument
|