Home
last modified time | relevance | path

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

/base/notification/common_event_service/services/src/
H A Dcommon_event_subscriber_manager.cpp399 const int32_t &specifiedSubscriberType, const bool &isSystemApp) in CheckSubscriberBySpecifiedType()
401 return specifiedSubscriberType == static_cast<int32_t>(SubscriberType::ALL_SUBSCRIBER_TYPE) || in CheckSubscriberBySpecifiedType()
402 (specifiedSubscriberType == static_cast<int32_t>(SubscriberType::SYSTEM_SUBSCRIBER_TYPE) && isSystemApp); in CheckSubscriberBySpecifiedType()
421 auto specifiedSubscriberType = eventRecord.publishInfo->GetSubscriberType(); in GetSubscriberRecordsByWantLocked() local
442 if (!CheckSubscriberBySpecifiedType(specifiedSubscriberType, isSubscriberSystemApp)) { in GetSubscriberRecordsByWantLocked()
398 CheckSubscriberBySpecifiedType( const int32_t &specifiedSubscriberType, const bool &isSystemApp) CheckSubscriberBySpecifiedType() argument
/base/notification/common_event_service/services/include/
H A Dcommon_event_subscriber_manager.h220 bool CheckSubscriberBySpecifiedType(const int32_t &specifiedSubscriberType, const bool &isSystemApp);

Completed in 3 milliseconds