Home
last modified time | relevance | path

Searched refs:recentInfo_ (Results 1 - 4 of 4) sorted by relevance

/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp298 recentInfo_ = std::make_shared<RecentInfo>(); in AdvancedNotificationService()
1498 recentInfo_->recentCount = count; in SetRecentNotificationCount()
1499 while (recentInfo_->list.size() > recentInfo_->recentCount) { in SetRecentNotificationCount()
1500 recentInfo_->list.pop_back(); in SetRecentNotificationCount()
H A Dadvanced_notification_utils.cpp415 for (auto recentNotification : recentInfo_->list) { in RecentNotificationDump()
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_utils_test.cpp290 advancedNotificationService_->recentInfo_->list.emplace_front(recentNotification); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1452 std::shared_ptr<RecentInfo> recentInfo_ = nullptr; member in OHOS::Notification::final

Completed in 10 milliseconds