Home
last modified time | relevance | path

Searched defs:hasLastSubscribe (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/common_event_service/services/include/
H A Dhistory_event_record.h67 bool hasLastSubscribe; member
/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()
593 bool hasLastSubscribe = (sp->resultTo != nullptr) ? true : false; in ProcessNextOrderedEvent() local
/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