Home
last modified time | relevance | path

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

/ohos5.0/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_control_manager_test.cpp551 commonEventControlManager->historyEventRecords_.emplace_back(); in HWTEST_F()
572 commonEventControlManager->historyEventRecords_.emplace_back(); in HWTEST_F()
593 commonEventControlManager->historyEventRecords_.emplace_back(); in HWTEST_F()
614 commonEventControlManager->historyEventRecords_.emplace_back(); in HWTEST_F()
/ohos5.0/base/notification/common_event_service/services/src/
H A Dcommon_event_control_manager.cpp476 if (historyEventRecords_.size() == HISTORY_MAX_SIZE) { in EnqueueHistoryEventRecord()
477 historyEventRecords_.pop_front(); in EnqueueHistoryEventRecord()
479 historyEventRecords_.emplace_back(record); in EnqueueHistoryEventRecord()
973 records = historyEventRecords_; in GetHistoryEventRecords()
975 for (auto vec : historyEventRecords_) { in GetHistoryEventRecords()
981 for (auto vec : historyEventRecords_) { in GetHistoryEventRecords()
987 for (auto vec : historyEventRecords_) { in GetHistoryEventRecords()
/ohos5.0/base/notification/common_event_service/services/include/
H A Dcommon_event_control_manager.h205 std::list<HistoryEventRecord> historyEventRecords_; variable
/ohos5.0/base/notification/common_event_service/services/test/unittest/common_event_control_manager_branch_test/
H A Dcommon_event_control_manager_branch_test.cpp529 commonEventControlManager->historyEventRecords_.emplace_back(historyEventRecord); in HWTEST_F()
550 commonEventControlManager->historyEventRecords_.emplace_back(historyEventRecord); in HWTEST_F()
573 commonEventControlManager->historyEventRecords_.emplace_back(historyEventRecord); in HWTEST_F()