Searched refs:recentInfo_ (Results 1 – 4 of 4) sorted by relevance
290 advancedNotificationService_->recentInfo_->list.emplace_front(recentNotification);
305 recentInfo_ = std::make_shared<RecentInfo>(); in AdvancedNotificationService()1487 recentInfo_->recentCount = count; in SetRecentNotificationCount()1488 while (recentInfo_->list.size() > recentInfo_->recentCount) { in SetRecentNotificationCount()1489 recentInfo_->list.pop_back(); in SetRecentNotificationCount()
388 for (auto recentNotification : recentInfo_->list) { in RecentNotificationDump()
1455 std::shared_ptr<RecentInfo> recentInfo_ = nullptr; variable