Home
last modified time | relevance | path

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

/ohos5.0/base/notification/common_event_service/services/include/
H A Dhistory_event_record.h67 bool hasLastSubscribe; member
83 hasLastSubscribe(false), in HistoryEventRecord()
H A Dcommon_event_control_manager.h192 bool hasLastSubscribe);
/ohos5.0/base/notification/common_event_service/services/src/
H A Dcommon_event_control_manager.cpp427 const std::shared_ptr<OrderedEventRecord> &eventRecordPtr, bool hasLastSubscribe) in EnqueueHistoryEventRecord() argument
469 record.hasLastSubscribe = hasLastSubscribe; in EnqueueHistoryEventRecord()
593 bool hasLastSubscribe = (sp->resultTo != nullptr) ? true : false; in ProcessNextOrderedEvent() local
608 EnqueueHistoryEventRecord(sp, hasLastSubscribe); in ProcessNextOrderedEvent()
1195 if (record.hasLastSubscribe) { in DumpHistoryStateByCommonEventRecord()
/ohos5.0/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_control_manager_test.cpp112 bool hasLastSubscribe = true; in HWTEST_F() local
113 commonEventControlManager->EnqueueHistoryEventRecord(eventRecordPtr, hasLastSubscribe); in HWTEST_F()