Home
last modified time | relevance | path

Searched refs:SUBSCRIBE_USER_SYSTEM_END (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/notification/common_event_service/frameworks/core/include/
H A Dcommon_event_constant.h27 constexpr int8_t SUBSCRIBE_USER_SYSTEM_END = 99; variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/include/
H A Dans_const_define.h54 constexpr int32_t SUBSCRIBE_USER_SYSTEM_END = 99; variable
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_local_live_view_subscriber_manager.cpp285 return ((userId >= SUBSCRIBE_USER_SYSTEM_BEGIN) && (userId <= SUBSCRIBE_USER_SYSTEM_END)); in IsSystemUser()
H A Dnotification_subscriber_manager.cpp644 return ((userId >= SUBSCRIBE_USER_SYSTEM_BEGIN) && (userId <= SUBSCRIBE_USER_SYSTEM_END)); in IsSystemUser()
H A Dadvanced_notification_service.cpp1510 return ((userId >= SUBSCRIBE_USER_SYSTEM_BEGIN) && (userId <= SUBSCRIBE_USER_SYSTEM_END)); in IsSystemUser()
H A Dadvanced_notification_utils.cpp1130 if (userId >= SUBSCRIBE_USER_SYSTEM_BEGIN && userId <= SUBSCRIBE_USER_SYSTEM_END) { in GetDistributedEnableInApplicationInfo()
/ohos5.0/base/notification/common_event_service/services/src/
H A Dstatic_subscriber_manager.cpp175 if ((subscriber.userId > SUBSCRIBE_USER_SYSTEM_END) && (userId != ALL_USER) in PublishCommonEventInner()
H A Dinner_common_event_manager.cpp525 if (userId >= SUBSCRIBE_USER_SYSTEM_BEGIN && userId <= SUBSCRIBE_USER_SYSTEM_END) { in SetSystemUserId()
H A Dcommon_event_subscriber_manager.cpp376 …bscriberUserId >= SUBSCRIBE_USER_SYSTEM_BEGIN && subscriberUserId <= SUBSCRIBE_USER_SYSTEM_END))) { in CheckSubscriberByUserId()