Searched refs:specifiedSubscriberType (Results 1 – 2 of 2) sorted by relevance
399 const int32_t &specifiedSubscriberType, const bool &isSystemApp) in CheckSubscriberBySpecifiedType() argument401 return specifiedSubscriberType == static_cast<int32_t>(SubscriberType::ALL_SUBSCRIBER_TYPE) || in CheckSubscriberBySpecifiedType()402 …(specifiedSubscriberType == static_cast<int32_t>(SubscriberType::SYSTEM_SUBSCRIBER_TYPE) && isSyst… in CheckSubscriberBySpecifiedType()421 auto specifiedSubscriberType = eventRecord.publishInfo->GetSubscriberType(); in GetSubscriberRecordsByWantLocked() local442 if (!CheckSubscriberBySpecifiedType(specifiedSubscriberType, isSubscriberSystemApp)) { in GetSubscriberRecordsByWantLocked()
220 …bool CheckSubscriberBySpecifiedType(const int32_t &specifiedSubscriberType, const bool &isSystemAp…