Searched refs:commonEventRecords (Results 1 – 3 of 3) sorted by relevance
40 std::vector<CommonEventRecordPtr> &commonEventRecords);79 … const std::vector<std::string> &events, std::vector<CommonEventRecordPtr> &commonEventRecords);
25 const SubscribeInfoPtr &subscribeInfo, std::vector<CommonEventRecordPtr> &commonEventRecords) in FindStickyEvents() argument40 FindStickyEventsLocked(events, commonEventRecords); in FindStickyEvents()173 const std::vector<std::string> &events, std::vector<CommonEventRecordPtr> &commonEventRecords) in FindStickyEventsLocked() argument180 commonEventRecords.emplace_back(it->second); in FindStickyEventsLocked()
583 std::vector<std::shared_ptr<CommonEventRecord>> commonEventRecords; in PublishStickyEvent() local584 …ayedSingleton<CommonEventStickyManager>::GetInstance()->FindStickyEvents(sp, commonEventRecords)) { in PublishStickyEvent()588 for (auto commonEventRecord : commonEventRecords) { in PublishStickyEvent()