Searched refs:historyEventRecords_ (Results 1 – 4 of 4) sorted by relevance
551 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()
476 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()
205 std::list<HistoryEventRecord> historyEventRecords_; variable
529 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()