Searched refs:GetRecvUserId (Results 1 – 5 of 5) sorted by relevance
243 int32_t GetRecvUserId() const;
124 napi_create_int32(env, notification->GetRecvUserId(), &value); in SetNotification()
236 int32_t Notification::GetRecvUserId() const in GetRecvUserId() function in OHOS::Notification::Notification
349 … if (recvUserId != SUBSCRIBE_USER_INIT && recvUserId != record->notification->GetRecvUserId()) { in ActiveNotificationDump()396 …UserId != SUBSCRIBE_USER_INIT && recvUserId != recentNotification->notification->GetRecvUserId()) { in RecentNotificationDump()440 … if (recvUserId != SUBSCRIBE_USER_INIT && recvUserId != record->notification->GetRecvUserId()) { in DistributedNotificationDump()
766 int32_t userId = record->notification->GetRecvUserId(); in CheckDoNotDisturbProfile()