Searched refs:SUBSCRIBE_USER_SYSTEM_BEGIN (Results 1 – 10 of 10) sorted by relevance
26 constexpr int8_t SUBSCRIBE_USER_SYSTEM_BEGIN = 0; variable
53 constexpr int32_t SUBSCRIBE_USER_SYSTEM_BEGIN = 0; variable
285 return ((userId >= SUBSCRIBE_USER_SYSTEM_BEGIN) && (userId <= SUBSCRIBE_USER_SYSTEM_END)); in IsSystemUser()
644 return ((userId >= SUBSCRIBE_USER_SYSTEM_BEGIN) && (userId <= SUBSCRIBE_USER_SYSTEM_END)); in IsSystemUser()
1510 return ((userId >= SUBSCRIBE_USER_SYSTEM_BEGIN) && (userId <= SUBSCRIBE_USER_SYSTEM_END)); in IsSystemUser()
1130 if (userId >= SUBSCRIBE_USER_SYSTEM_BEGIN && userId <= SUBSCRIBE_USER_SYSTEM_END) { in GetDistributedEnableInApplicationInfo()
1028 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));
169 if (subscriber.userId < SUBSCRIBE_USER_SYSTEM_BEGIN) { in PublishCommonEventInner()
525 if (userId >= SUBSCRIBE_USER_SYSTEM_BEGIN && userId <= SUBSCRIBE_USER_SYSTEM_END) { in SetSystemUserId()
376 …(subscriberUserId >= SUBSCRIBE_USER_SYSTEM_BEGIN && subscriberUserId <= SUBSCRIBE_USER_SYSTEM_END)… in CheckSubscriberByUserId()