Home
last modified time | relevance | path

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

/ohos5.0/base/notification/common_event_service/services/include/
H A Dcommon_event_control_manager.h191 void EnqueueHistoryEventRecord(const std::shared_ptr<OrderedEventRecord> &eventRecordPtr,
/ohos5.0/base/notification/common_event_service/services/src/
H A Dcommon_event_control_manager.cpp265 EnqueueHistoryEventRecord(eventRecord, false); in NotifyUnorderedEvent()
426 void CommonEventControlManager::EnqueueHistoryEventRecord( in EnqueueHistoryEventRecord() function in OHOS::EventFwk::CommonEventControlManager
608 EnqueueHistoryEventRecord(sp, hasLastSubscribe); in ProcessNextOrderedEvent()
/ohos5.0/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_control_manager_test.cpp113 commonEventControlManager->EnqueueHistoryEventRecord(eventRecordPtr, hasLastSubscribe); in HWTEST_F()