Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_local_live_view_subscriber_manager.cpp262 int32_t sendUserId; in NotifyTriggerResponseInner() local
265 sendUserId = notification->GetNotificationRequestPoint()->GetAgentBundle()->GetUid(); in NotifyTriggerResponseInner()
268 sendUserId = notification->GetUid(); in NotifyTriggerResponseInner()
272 __FUNCTION__, sendUserId, bundleName.c_str()); in NotifyTriggerResponseInner()
277 if (record->bundleName == bundleName && record->userId == sendUserId) { in NotifyTriggerResponseInner()
H A Dnotification_subscriber_manager.cpp540 int32_t sendUserId = notification->GetUserId(); in IsSubscribedBysubscriber() local
545 if (IsSystemUser(sendUserId)) { in IsSubscribedBysubscriber()