Home
last modified time | relevance | path

Searched refs:GetRecvUserId (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification.h243 int32_t GetRecvUserId() const;
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_notification.cpp124 napi_create_int32(env, notification->GetRecvUserId(), &value); in SetNotification()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification.cpp236 int32_t Notification::GetRecvUserId() const in GetRecvUserId() function in OHOS::Notification::Notification
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp349 … 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()
H A Dadvanced_notification_service.cpp766 int32_t userId = record->notification->GetRecvUserId(); in CheckDoNotDisturbProfile()