Home
last modified time | relevance | path

Searched refs:commonEventRecords (Results 1 - 3 of 3) sorted by relevance

/base/notification/common_event_service/services/include/
H A Dcommon_event_sticky_manager.h36 * @param commonEventRecords Indicates the records of sticky common event.
40 std::vector<CommonEventRecordPtr> &commonEventRecords);
79 const std::vector<std::string> &events, std::vector<CommonEventRecordPtr> &commonEventRecords);
/base/notification/common_event_service/services/src/
H A Dcommon_event_sticky_manager.cpp25 const SubscribeInfoPtr &subscribeInfo, std::vector<CommonEventRecordPtr> &commonEventRecords) in FindStickyEvents()
40 FindStickyEventsLocked(events, commonEventRecords); in FindStickyEvents()
173 const std::vector<std::string> &events, std::vector<CommonEventRecordPtr> &commonEventRecords) in FindStickyEventsLocked()
180 commonEventRecords.emplace_back(it->second); in FindStickyEventsLocked()
24 FindStickyEvents( const SubscribeInfoPtr &subscribeInfo, std::vector<CommonEventRecordPtr> &commonEventRecords) FindStickyEvents() argument
172 FindStickyEventsLocked( const std::vector<std::string> &events, std::vector<CommonEventRecordPtr> &commonEventRecords) FindStickyEventsLocked() argument
H A Dinner_common_event_manager.cpp593 std::vector<std::shared_ptr<CommonEventRecord>> commonEventRecords; in PublishStickyEvent() local
594 if (DelayedSingleton<CommonEventStickyManager>::GetInstance()->FindStickyEvents(sp, commonEventRecords)) { in PublishStickyEvent()
598 for (auto commonEventRecord : commonEventRecords) { in PublishStickyEvent()

Completed in 3 milliseconds