Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_subscriber_manager.cpp523 if (record->userId == SUBSCRIBE_USER_ALL || IsSystemUser(record->userId)) { in IsSubscribedBysubscriber()
533 if (IsSystemUser(sendUserId)) { in IsSubscribedBysubscriber()
610 if (record->userId == SUBSCRIBE_USER_ALL || IsSystemUser(record->userId) || in NotifyDoNotDisturbDateChangedInner()
611 IsSystemUser(userId) || record->userId == userId) { in NotifyDoNotDisturbDateChangedInner()
623 if (record->userId == SUBSCRIBE_USER_ALL || IsSystemUser(record->userId) || in NotifyBadgeEnabledChangedInner()
624 IsSystemUser(userId) || record->userId == userId) { in NotifyBadgeEnabledChangedInner()
630 bool NotificationSubscriberManager::IsSystemUser(int32_t userId) in IsSystemUser() function in OHOS::Notification::NotificationSubscriberManager
641 if (record->userId == SUBSCRIBE_USER_ALL || IsSystemUser(record->userId) || in NotifyEnabledNotificationChangedInner()
642 IsSystemUser(userId) || record->userId == userId) { in NotifyEnabledNotificationChangedInner()
658 if (record->userId == SUBSCRIBE_USER_ALL || IsSystemUser(recor in SetBadgeNumber()
[all...]
H A Dnotification_local_live_view_subscriber_manager.cpp282 bool NotificationLocalLiveViewSubscriberManager::IsSystemUser(int32_t userId) in IsSystemUser() function in OHOS::Notification::NotificationLocalLiveViewSubscriberManager
H A Dadvanced_notification_service.cpp1551 bool AdvancedNotificationService::IsSystemUser(int32_t userId) in IsSystemUser() function in OHOS::Notification::AdvancedNotificationService
/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.h1422 bool IsSystemUser(int32_t userId);

Completed in 8 milliseconds