Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_local_live_view_subscriber_manager.cpp261 int32_t sendUserId; in NotifyTriggerResponseInner() local
264 sendUserId = notification->GetNotificationRequestPoint()->GetAgentBundle()->GetUid(); in NotifyTriggerResponseInner()
267 sendUserId = notification->GetUid(); in NotifyTriggerResponseInner()
270 ANS_LOGD("%{public}s sendUserId <%{public}d>, bundlename <%{public}s>", in NotifyTriggerResponseInner()
271 __FUNCTION__, sendUserId, bundleName.c_str()); in NotifyTriggerResponseInner()
276 if (record->bundleName == bundleName && record->userId == sendUserId) { in NotifyTriggerResponseInner()
H A Dnotification_subscriber_manager.cpp528 int32_t sendUserId = notification->GetUserId(); in IsSubscribedBysubscriber() local
533 if (IsSystemUser(sendUserId)) { in IsSubscribedBysubscriber()

Completed in 3 milliseconds