Home
last modified time | relevance | path

Searched refs:SubscribeInfoPtr (Results 1 – 4 of 4) sorted by relevance

/base/notification/common_event_service/services/include/
Dcommon_event_sticky_manager.h30 using SubscribeInfoPtr = std::shared_ptr<CommonEventSubscribeInfo>; variable
39 …int FindStickyEvents(const SubscribeInfoPtr &subscribeInfo, std::vector<CommonEventRecordPtr> &com…
Dcommon_event_subscriber_manager.h64 using SubscribeInfoPtr = std::shared_ptr<CommonEventSubscribeInfo>; variable
83 …std::shared_ptr<EventSubscriberRecord> InsertSubscriber(const SubscribeInfoPtr &eventSubscribeInfo,
/base/notification/common_event_service/services/src/
Dcommon_event_sticky_manager.cpp25 const SubscribeInfoPtr &subscribeInfo, std::vector<CommonEventRecordPtr> &commonEventRecords) in FindStickyEvents()
Dcommon_event_subscriber_manager.cpp39 const SubscribeInfoPtr &eventSubscribeInfo, const sptr<IRemoteObject> &commonEventListener, in InsertSubscriber()