Home
last modified time | relevance | path

Searched refs:IsSystemUser (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_subscriber_manager.cpp535 if (record->userId == SUBSCRIBE_USER_ALL || IsSystemUser(record->userId)) { in IsSubscribedBysubscriber()
545 if (IsSystemUser(sendUserId)) { in IsSubscribedBysubscriber()
622 if (record->userId == SUBSCRIBE_USER_ALL || IsSystemUser(record->userId) || in NotifyDoNotDisturbDateChangedInner()
623 IsSystemUser(userId) || record->userId == userId) { in NotifyDoNotDisturbDateChangedInner()
635 if (record->userId == SUBSCRIBE_USER_ALL || IsSystemUser(record->userId) || in NotifyBadgeEnabledChangedInner()
636 IsSystemUser(userId) || record->userId == userId) { in NotifyBadgeEnabledChangedInner()
642 bool NotificationSubscriberManager::IsSystemUser(int32_t userId) in IsSystemUser() function in OHOS::Notification::NotificationSubscriberManager
653 if (record->userId == SUBSCRIBE_USER_ALL || IsSystemUser(record->userId) || in NotifyEnabledNotificationChangedInner()
654 IsSystemUser(userId) || record->userId == userId) { in NotifyEnabledNotificationChangedInner()
670 if (record->userId == SUBSCRIBE_USER_ALL || IsSystemUser(record->userId) || in SetBadgeNumber()
[all …]
H A Dnotification_local_live_view_subscriber_manager.cpp283 bool NotificationLocalLiveViewSubscriberManager::IsSystemUser(int32_t userId) in IsSystemUser() function in OHOS::Notification::NotificationLocalLiveViewSubscriberManager
H A Dadvanced_notification_service.cpp1508 bool AdvancedNotificationService::IsSystemUser(int32_t userId) in IsSystemUser() function in OHOS::Notification::AdvancedNotificationService
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_local_live_view_subscriber_manager.h100 bool IsSystemUser(int32_t userId);
H A Dnotification_subscriber_manager.h167 bool IsSystemUser(int32_t userId);
H A Dadvanced_notification_service.h1438 bool IsSystemUser(int32_t userId);