Home
last modified time | relevance | path

Searched refs:SYSTEM_SUBSCRIBER_TYPE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/common_event_service/interfaces/inner_api/
H A Dcommon_event_publish_info.h26 SYSTEM_SUBSCRIBER_TYPE enumerator
/ohos5.0/base/notification/common_event_service/frameworks/native/src/
H A Dcommon_event_publish_info.cpp166 case static_cast<int32_t>(SubscriberType::SYSTEM_SUBSCRIBER_TYPE): in isSubscriberType()
/ohos5.0/base/notification/common_event_service/services/src/
H A Dcommon_event_subscriber_manager.cpp402 …(specifiedSubscriberType == static_cast<int32_t>(SubscriberType::SYSTEM_SUBSCRIBER_TYPE) && isSyst… in CheckSubscriberBySpecifiedType()