Home
last modified time | relevance | path

Searched refs:SUBSCRIBE_USER_SYSTEM_BEGIN (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/notification/common_event_service/frameworks/core/include/
H A Dcommon_event_constant.h26 constexpr int8_t SUBSCRIBE_USER_SYSTEM_BEGIN = 0; variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/include/
H A Dans_const_define.h53 constexpr int32_t SUBSCRIBE_USER_SYSTEM_BEGIN = 0; 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/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp1028 req.SetCreatorUserId(SUBSCRIBE_USER_SYSTEM_BEGIN);
1075 req.SetCreatorUserId(SUBSCRIBE_USER_SYSTEM_BEGIN);
1241 req1.SetCreatorUserId(SUBSCRIBE_USER_SYSTEM_BEGIN);
1249 req2.SetCreatorUserId(SUBSCRIBE_USER_SYSTEM_BEGIN);
1259 … EXPECT_EQ((int)ERR_OK, (int)NotificationHelper::RemoveNotifications(SUBSCRIBE_USER_SYSTEM_BEGIN));
/ohos5.0/base/notification/common_event_service/services/src/
H A Dstatic_subscriber_manager.cpp169 if (subscriber.userId < SUBSCRIBE_USER_SYSTEM_BEGIN) { 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 …(subscriberUserId >= SUBSCRIBE_USER_SYSTEM_BEGIN && subscriberUserId <= SUBSCRIBE_USER_SYSTEM_END)… in CheckSubscriberByUserId()