Home
last modified time | relevance | path

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

/ohos5.0/base/notification/common_event_service/services/include/
H A Dcommon_event_sticky_manager.h40 std::vector<CommonEventRecordPtr> &commonEventRecords);
79 … const std::vector<std::string> &events, std::vector<CommonEventRecordPtr> &commonEventRecords);
/ohos5.0/base/notification/common_event_service/services/src/
H A Dcommon_event_sticky_manager.cpp25 const SubscribeInfoPtr &subscribeInfo, std::vector<CommonEventRecordPtr> &commonEventRecords) in FindStickyEvents() argument
40 FindStickyEventsLocked(events, commonEventRecords); in FindStickyEvents()
173 const std::vector<std::string> &events, std::vector<CommonEventRecordPtr> &commonEventRecords) in FindStickyEventsLocked() argument
180 commonEventRecords.emplace_back(it->second); in FindStickyEventsLocked()
H A Dinner_common_event_manager.cpp583 std::vector<std::shared_ptr<CommonEventRecord>> commonEventRecords; in PublishStickyEvent() local
584 …ayedSingleton<CommonEventStickyManager>::GetInstance()->FindStickyEvents(sp, commonEventRecords)) { in PublishStickyEvent()
588 for (auto commonEventRecord : commonEventRecords) { in PublishStickyEvent()