Home
last modified time | relevance | path

Searched refs:specifiedSubscriberType (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/notification/common_event_service/services/src/
H A Dcommon_event_subscriber_manager.cpp399 const int32_t &specifiedSubscriberType, const bool &isSystemApp) in CheckSubscriberBySpecifiedType() argument
401 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() local
442 if (!CheckSubscriberBySpecifiedType(specifiedSubscriberType, isSubscriberSystemApp)) { in GetSubscriberRecordsByWantLocked()
/ohos5.0/base/notification/common_event_service/services/include/
H A Dcommon_event_subscriber_manager.h220 …bool CheckSubscriberBySpecifiedType(const int32_t &specifiedSubscriberType, const bool &isSystemAp…